2022-11-23T01:11:43.1179564Z Requested labels: linux.2xlarge 2022-11-23T01:11:43.1179629Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T01:11:43.1179649Z Waiting for a runner to pick up this job... 2022-11-23T01:11:43.3241932Z Job is about to start running on the runner: i-079ce538bff2190a7 (organization) 2022-11-23T01:11:47.4208906Z Current runner version: '2.299.1' 2022-11-23T01:11:47.4214328Z Runner name: 'i-079ce538bff2190a7' 2022-11-23T01:11:47.4214845Z Runner group name: 'Default' 2022-11-23T01:11:47.4215409Z Machine name: 'ip-10-0-11-191' 2022-11-23T01:11:47.4217265Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:47.4217910Z Actions: write 2022-11-23T01:11:47.4218241Z Checks: write 2022-11-23T01:11:47.4218533Z Contents: write 2022-11-23T01:11:47.4218801Z Deployments: write 2022-11-23T01:11:47.4219137Z Discussions: write 2022-11-23T01:11:47.4219429Z Issues: write 2022-11-23T01:11:47.4219673Z Metadata: read 2022-11-23T01:11:47.4219973Z Packages: write 2022-11-23T01:11:47.4220267Z Pages: write 2022-11-23T01:11:47.4220544Z PullRequests: write 2022-11-23T01:11:47.4220918Z RepositoryProjects: write 2022-11-23T01:11:47.4221258Z SecurityEvents: write 2022-11-23T01:11:47.4221523Z Statuses: write 2022-11-23T01:11:47.4221814Z ##[endgroup] 2022-11-23T01:11:47.4224797Z Secret source: Actions 2022-11-23T01:11:47.4225548Z Prepare workflow directory 2022-11-23T01:11:47.4842850Z Prepare all required actions 2022-11-23T01:11:47.4994753Z Getting action download info 2022-11-23T01:11:47.7314557Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:47.9902436Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:50.4248225Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:11:50.7469114Z Getting action download info 2022-11-23T01:11:50.9223863Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:51.0846041Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T01:11:51.0847831Z ##[group] Inputs 2022-11-23T01:11:51.0848224Z build-environment: linux-bionic-cuda11.6-py3.7-gcc7-debug 2022-11-23T01:11:51.0848638Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-11-23T01:11:51.0849356Z build-generates-artifacts: true 2022-11-23T01:11:51.0849606Z build-with-debug: true 2022-11-23T01:11:51.0849902Z sync-tag: 2022-11-23T01:11:51.0850140Z cuda-arch-list: 5.2 2022-11-23T01:11:51.0875468Z runner: linux.2xlarge 2022-11-23T01:11:51.0876060Z 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" }, ]} 2022-11-23T01:11:51.0876569Z ##[endgroup] 2022-11-23T01:11:51.0877219Z Complete job name: linux-bionic-cuda11.6-py3.7-gcc7-debug / build 2022-11-23T01:11:51.1630916Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:11:51.1631188Z with: 2022-11-23T01:11:51.1631677Z github-secret: *** 2022-11-23T01:11:51.1631942Z activate-with-label: false 2022-11-23T01:11:51.1632154Z label: with-ssh 2022-11-23T01:11:51.1632348Z remove-existing-keys: true 2022-11-23T01:11:51.1632533Z ##[endgroup] 2022-11-23T01:11:51.2384446Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:11:51.2547824Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:51.2548085Z with: 2022-11-23T01:11:51.2548246Z submodules: recursive 2022-11-23T01:11:51.2548428Z fetch-depth: 0 2022-11-23T01:11:51.2548601Z ##[endgroup] 2022-11-23T01:11:51.2754308Z ##[group]Run retry () { 2022-11-23T01:11:51.2754580Z retry () { 2022-11-23T01:11:51.2754840Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:51.2755056Z } 2022-11-23T01:11:51.2755244Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.2755450Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:51.2755680Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.2756022Z else 2022-11-23T01:11:51.2756223Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.2756405Z fi 2022-11-23T01:11:51.2756595Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.2772252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:51.2772492Z env: 2022-11-23T01:11:51.2772658Z NO_SUDO: 2022-11-23T01:11:51.2772832Z ##[endgroup] 2022-11-23T01:11:51.2863232Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:53.1865404Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:53.1865644Z with: 2022-11-23T01:11:53.1865836Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:53.1866026Z fetch-depth: 0 2022-11-23T01:11:53.1866204Z submodules: recursive 2022-11-23T01:11:53.1866395Z quiet-checkout: true 2022-11-23T01:11:53.1866577Z repository: pytorch/pytorch 2022-11-23T01:11:53.1866903Z token: *** 2022-11-23T01:11:53.1867074Z ssh-strict: true 2022-11-23T01:11:53.1867259Z persist-credentials: true 2022-11-23T01:11:53.1867444Z clean: true 2022-11-23T01:11:53.1867605Z lfs: false 2022-11-23T01:11:53.1867771Z set-safe-directory: true 2022-11-23T01:11:53.1867956Z ##[endgroup] 2022-11-23T01:11:53.2950030Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:53.2951359Z ##[group]Getting Git version info 2022-11-23T01:11:53.2951784Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:53.2952215Z [command]/usr/bin/git version 2022-11-23T01:11:53.2952394Z git version 2.37.1 2022-11-23T01:11:53.2952933Z ##[endgroup] 2022-11-23T01:11:53.2963801Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9782dc42-34df-42df-96be-08c267309ee7' before making global git config changes 2022-11-23T01:11:53.2964215Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:53.2964675Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:53.2994782Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:53.2998481Z ##[group]Initializing the repository 2022-11-23T01:11:53.3000887Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:53.3026961Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:53.3027579Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:53.3028151Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:53.3028526Z hint: 2022-11-23T01:11:53.3028970Z hint: git config --global init.defaultBranch 2022-11-23T01:11:53.3029287Z hint: 2022-11-23T01:11:53.3029752Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:53.3030507Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:53.3030735Z hint: 2022-11-23T01:11:53.3030954Z hint: git branch -m 2022-11-23T01:11:53.3031327Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:53.3036244Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:53.3062381Z ##[endgroup] 2022-11-23T01:11:53.3062755Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:53.3065222Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:53.3090246Z ##[endgroup] 2022-11-23T01:11:53.3090745Z ##[group]Setting up auth 2022-11-23T01:11:53.3096364Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:53.3123573Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:53.3354655Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:53.3379835Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:11:53.3615758Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:53.3653258Z ##[endgroup] 2022-11-23T01:11:53.3653614Z ##[group]Fetching the repository 2022-11-23T01:11:53.3659337Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:12:42.8988492Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:42.9014064Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:42.9018503Z ##[endgroup] 2022-11-23T01:12:42.9019155Z ##[group]Determining the checkout info 2022-11-23T01:12:42.9019507Z ##[endgroup] 2022-11-23T01:12:42.9019844Z ##[group]Checking out the ref 2022-11-23T01:12:42.9022936Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:44.1630588Z ##[endgroup] 2022-11-23T01:12:44.1631146Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:44.1635436Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:44.1684354Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:44.1712609Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:44.1738262Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:44.1763355Z ##[endgroup] 2022-11-23T01:12:44.1763904Z ##[group]Fetching submodules 2022-11-23T01:12:44.1767162Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:44.2019003Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:44.2261528Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:44.2262641Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:44.2264393Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:44.2266379Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:44.2268533Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:44.2271028Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:44.2273154Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:44.2275620Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:44.2278400Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:44.2280869Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:44.2283897Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:44.2286739Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:44.2289761Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:44.2292721Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:44.2295971Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:44.2299098Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:44.2302499Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:44.2306025Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:44.2309492Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:44.2313277Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:44.2316994Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:44.2320941Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:44.2325314Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:44.2329481Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:44.2333696Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:44.2338021Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:44.2342338Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:44.2346728Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:44.2351374Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:44.2355991Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:44.2360729Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:44.2367397Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:44.2372442Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:44.2377573Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:44.2382695Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:44.2388236Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:44.2393381Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:44.2398615Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:44.2404382Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:44.2410299Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:44.2416034Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:44.2438456Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:44.5252573Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:44.8743686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:45.0826931Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:45.3449998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:45.5909646Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:47.5783193Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:12:53.5307184Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:12:53.8934740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:12:54.3832839Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:12:55.9112142Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:12:56.9874543Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:12:58.4338321Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:13:03.6357266Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:13:04.4234110Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:13:05.7779320Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:13:06.9113280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:13:07.1048264Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:13:07.5589781Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:13:07.8707421Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:13:09.0140547Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:13:09.4378938Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:13:09.6167235Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:13:09.8903097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:13:11.1811610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:13:11.5939545Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:13:11.9549819Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:13:17.7474822Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:13:19.4561328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:13:19.8983042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:13:20.1407370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:13:25.6375403Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:13:25.8302647Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:13:26.0668499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:13:26.8908018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:13:27.1021796Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:13:27.4250717Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:13:27.6983386Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:13:28.2419630Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:13:30.2150139Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:13:30.6602603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:13:32.9182241Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:13:32.9280154Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:13:32.9355447Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:13:32.9558518Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:13:32.9757049Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:13:33.0076850Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:33.5548193Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:33.5741992Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:33.6651897Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:33.6971294Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:33.9617394Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:34.3367220Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:34.5593064Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:34.6010842Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:34.6024593Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:34.6026413Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:34.6028460Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:34.6030597Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:34.6053578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:35.5172519Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:36.0105342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:37.0161250Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:37.3340327Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:37.4261256Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:37.4795906Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:37.4888957Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:37.5723199Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:37.6050026Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:37.6131619Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:37.6495920Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:37.6711572Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:37.7133033Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:37.7237279Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:37.7249989Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:37.7270871Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:45.5605656Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:45.5621448Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:45.5644522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:13:54.2107192Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:13:54.2200349Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:13:54.2330684Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:13:54.3175043Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:13:54.3189723Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:54.3191747Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:54.3213993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:13:55.4239404Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:13:56.4671941Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:13:56.5159043Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:13:56.5342040Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:13:56.5465611Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:13:56.6429834Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:13:56.8627475Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:13:56.8653638Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:56.8655655Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:56.8679541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:57.2701564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:58.0732236Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:58.1012856Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:13:58.1148835Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:13:58.1162346Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:58.1182928Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:13:59.8233966Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:13:59.8252142Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:59.8254126Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:59.8276942Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:14:00.2133064Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:14:01.0459909Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:14:01.1049957Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:14:01.1063107Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:01.1083737Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:14:01.3691059Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:01.3773125Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:14:01.6107644Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:14:01.6126006Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:01.6127562Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:01.6150036Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:14:02.0370192Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:14:03.1657400Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:14:03.2272662Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:14:03.2347097Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:14:03.2443174Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:14:03.2737700Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:14:03.2817260Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:14:03.3067658Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:14:03.3149780Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:14:03.3538619Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:14:03.4512211Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:14:03.4744500Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:14:03.4757483Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:03.4759391Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:03.4761481Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:03.4763926Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:03.4785475Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:14:04.5192624Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:14:04.7999638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:14:05.9567104Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:14:06.9211454Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:14:06.9342898Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:14:06.9933573Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:14:07.0178746Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:14:07.0190377Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:07.0212163Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:14:07.2909355Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:07.4110514Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:14:07.4144234Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:14:07.4400416Z Entering 'android/libs/fbjni' 2022-11-23T01:14:07.4434302Z Entering 'third_party/FP16' 2022-11-23T01:14:07.4467672Z Entering 'third_party/FXdiv' 2022-11-23T01:14:07.4501008Z Entering 'third_party/NNPACK' 2022-11-23T01:14:07.4534654Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:07.4568866Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:07.4604166Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:07.4648251Z Entering 'third_party/benchmark' 2022-11-23T01:14:07.4682134Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:07.4716498Z Entering 'third_party/cub' 2022-11-23T01:14:07.4752012Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:07.4791112Z Entering 'third_party/cutlass' 2022-11-23T01:14:07.4830660Z Entering 'third_party/eigen' 2022-11-23T01:14:07.4867689Z Entering 'third_party/fbgemm' 2022-11-23T01:14:07.4902373Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:07.4935531Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:07.4970031Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:07.5003842Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:07.5037690Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:07.5073644Z Entering 'third_party/fmt' 2022-11-23T01:14:07.5107209Z Entering 'third_party/foxi' 2022-11-23T01:14:07.5140564Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:07.5174121Z Entering 'third_party/gloo' 2022-11-23T01:14:07.5208285Z Entering 'third_party/googletest' 2022-11-23T01:14:07.5241861Z Entering 'third_party/ideep' 2022-11-23T01:14:07.5274814Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:07.5309306Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:07.5348638Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:07.5382706Z Entering 'third_party/ittapi' 2022-11-23T01:14:07.5415884Z Entering 'third_party/kineto' 2022-11-23T01:14:07.5449054Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:07.5481890Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:07.5515857Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:07.5549684Z Entering 'third_party/neon2sse' 2022-11-23T01:14:07.5583232Z Entering 'third_party/nlohmann' 2022-11-23T01:14:07.5617696Z Entering 'third_party/onnx' 2022-11-23T01:14:07.5662810Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:07.5695969Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:07.5731394Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:07.5765146Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:07.5802662Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:07.5835799Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:07.5869589Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:07.5907097Z Entering 'third_party/pocketfft' 2022-11-23T01:14:07.5940393Z Entering 'third_party/protobuf' 2022-11-23T01:14:07.5976859Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:07.6010229Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:07.6044878Z Entering 'third_party/psimd' 2022-11-23T01:14:07.6078210Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:07.6111950Z Entering 'third_party/pybind11' 2022-11-23T01:14:07.6145261Z Entering 'third_party/python-enum' 2022-11-23T01:14:07.6178748Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:07.6213017Z Entering 'third_party/python-six' 2022-11-23T01:14:07.6246759Z Entering 'third_party/sleef' 2022-11-23T01:14:07.6280008Z Entering 'third_party/tbb' 2022-11-23T01:14:07.6314801Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:07.6349804Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:07.6382673Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:07.6414714Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:07.6448617Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:07.6481312Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:07.6516569Z Entering 'third_party/zstd' 2022-11-23T01:14:07.6558121Z ##[endgroup] 2022-11-23T01:14:07.6558497Z ##[group]Persisting credentials for submodules 2022-11-23T01:14:07.6564296Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T01:14:07.6814041Z Entering 'android/libs/fbjni' 2022-11-23T01:14:07.6846564Z Entering 'third_party/FP16' 2022-11-23T01:14:07.6879407Z Entering 'third_party/FXdiv' 2022-11-23T01:14:07.6913124Z Entering 'third_party/NNPACK' 2022-11-23T01:14:07.6946771Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:07.6979865Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:07.7013629Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:07.7055841Z Entering 'third_party/benchmark' 2022-11-23T01:14:07.7089306Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:07.7122910Z Entering 'third_party/cub' 2022-11-23T01:14:07.7156072Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:07.7194010Z Entering 'third_party/cutlass' 2022-11-23T01:14:07.7232723Z Entering 'third_party/eigen' 2022-11-23T01:14:07.7269077Z Entering 'third_party/fbgemm' 2022-11-23T01:14:07.7302308Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:07.7335283Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:07.7367924Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:07.7399680Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:07.7433790Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:07.7468677Z Entering 'third_party/fmt' 2022-11-23T01:14:07.7501489Z Entering 'third_party/foxi' 2022-11-23T01:14:07.7534948Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:07.7567567Z Entering 'third_party/gloo' 2022-11-23T01:14:07.7600695Z Entering 'third_party/googletest' 2022-11-23T01:14:07.7634253Z Entering 'third_party/ideep' 2022-11-23T01:14:07.7666847Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:07.7701890Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:07.7740360Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:07.7773695Z Entering 'third_party/ittapi' 2022-11-23T01:14:07.7806335Z Entering 'third_party/kineto' 2022-11-23T01:14:07.7839588Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:07.7872017Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:07.7907704Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:07.7941477Z Entering 'third_party/neon2sse' 2022-11-23T01:14:07.7974491Z Entering 'third_party/nlohmann' 2022-11-23T01:14:07.8008717Z Entering 'third_party/onnx' 2022-11-23T01:14:07.8052529Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:07.8085959Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:07.8121118Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:07.8153056Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:07.8190029Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:07.8222530Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:07.8255447Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:07.8293653Z Entering 'third_party/pocketfft' 2022-11-23T01:14:07.8326004Z Entering 'third_party/protobuf' 2022-11-23T01:14:07.8362370Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:07.8393932Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:07.8428576Z Entering 'third_party/psimd' 2022-11-23T01:14:07.8461540Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:07.8494951Z Entering 'third_party/pybind11' 2022-11-23T01:14:07.8527670Z Entering 'third_party/python-enum' 2022-11-23T01:14:07.8560293Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:07.8594488Z Entering 'third_party/python-six' 2022-11-23T01:14:07.8627596Z Entering 'third_party/sleef' 2022-11-23T01:14:07.8660713Z Entering 'third_party/tbb' 2022-11-23T01:14:07.8695967Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:07.8729670Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:07.8762220Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:07.8793839Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:07.8826334Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:07.8858427Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:07.8893515Z Entering 'third_party/zstd' 2022-11-23T01:14:07.8938105Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T01:14:07.9183917Z Entering 'android/libs/fbjni' 2022-11-23T01:14:07.9214384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:14:07.9228151Z Entering 'third_party/FP16' 2022-11-23T01:14:07.9260213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:14:07.9273616Z Entering 'third_party/FXdiv' 2022-11-23T01:14:07.9303956Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:14:07.9317861Z Entering 'third_party/NNPACK' 2022-11-23T01:14:07.9348482Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:14:07.9363238Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:07.9394287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:14:07.9409307Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:07.9439523Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:14:07.9453769Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:07.9484828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:14:07.9512272Z Entering 'third_party/benchmark' 2022-11-23T01:14:07.9544732Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:07.9559486Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:07.9591580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:07.9607319Z Entering 'third_party/cub' 2022-11-23T01:14:07.9638418Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:14:07.9652867Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:07.9685880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:14:07.9703982Z Entering 'third_party/cutlass' 2022-11-23T01:14:07.9735934Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:14:07.9755864Z Entering 'third_party/eigen' 2022-11-23T01:14:07.9788184Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:14:07.9804222Z Entering 'third_party/fbgemm' 2022-11-23T01:14:07.9836873Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:14:07.9850280Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:07.9882976Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:14:07.9897752Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:07.9929646Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:07.9943896Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:07.9976827Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:07.9990500Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:08.0021961Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:14:08.0037172Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:08.0067696Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:14:08.0082962Z Entering 'third_party/fmt' 2022-11-23T01:14:08.0113500Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:14:08.0127446Z Entering 'third_party/foxi' 2022-11-23T01:14:08.0157053Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:14:08.0171039Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:08.0201817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:14:08.0215622Z Entering 'third_party/gloo' 2022-11-23T01:14:08.0247304Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:14:08.0261418Z Entering 'third_party/googletest' 2022-11-23T01:14:08.0294329Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:08.0308488Z Entering 'third_party/ideep' 2022-11-23T01:14:08.0340456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:14:08.0353292Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:08.0384954Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:14:08.0400256Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:08.0430618Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:14:08.0451206Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:08.0481496Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:14:08.0495607Z Entering 'third_party/ittapi' 2022-11-23T01:14:08.0526040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:14:08.0539989Z Entering 'third_party/kineto' 2022-11-23T01:14:08.0570828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:14:08.0584813Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:08.0615556Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:14:08.0630009Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:08.0660551Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:14:08.0676092Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:08.0707637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:14:08.0722087Z Entering 'third_party/neon2sse' 2022-11-23T01:14:08.0753076Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:14:08.0767035Z Entering 'third_party/nlohmann' 2022-11-23T01:14:08.0797872Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:14:08.0813070Z Entering 'third_party/onnx' 2022-11-23T01:14:08.0846040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:08.0869934Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.0902298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:08.0915976Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.0947423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:08.0964419Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:08.0995250Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:14:08.1009384Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:08.1040116Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:08.1058821Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.1089626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:08.1103348Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.1133950Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:08.1147399Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.1178251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:08.1196619Z Entering 'third_party/pocketfft' 2022-11-23T01:14:08.1228341Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:14:08.1241954Z Entering 'third_party/protobuf' 2022-11-23T01:14:08.1273088Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:14:08.1290506Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:08.1320968Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:08.1334446Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:08.1365488Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:08.1381157Z Entering 'third_party/psimd' 2022-11-23T01:14:08.1412744Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:14:08.1426633Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:08.1459310Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:14:08.1474390Z Entering 'third_party/pybind11' 2022-11-23T01:14:08.1505931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:08.1519675Z Entering 'third_party/python-enum' 2022-11-23T01:14:08.1552198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:14:08.1566008Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:08.1597705Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:14:08.1611139Z Entering 'third_party/python-six' 2022-11-23T01:14:08.1643261Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:14:08.1657152Z Entering 'third_party/sleef' 2022-11-23T01:14:08.1688959Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:14:08.1702606Z Entering 'third_party/tbb' 2022-11-23T01:14:08.1734352Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:14:08.1751367Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:08.1783586Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:14:08.1799147Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:08.1829516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:08.1845194Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:08.1877689Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:14:08.1891782Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:08.1923142Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:14:08.1937174Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:08.1967196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:08.1982132Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.2012954Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:08.2029299Z Entering 'third_party/zstd' 2022-11-23T01:14:08.2059305Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:14:08.4033813Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:14:08.4305801Z Entering 'android/libs/fbjni' 2022-11-23T01:14:08.4340172Z Entering 'third_party/FP16' 2022-11-23T01:14:08.4374581Z Entering 'third_party/FXdiv' 2022-11-23T01:14:08.4411218Z Entering 'third_party/NNPACK' 2022-11-23T01:14:08.4445583Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:08.4480566Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:08.4514550Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:08.4558150Z Entering 'third_party/benchmark' 2022-11-23T01:14:08.4592089Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:08.4626992Z Entering 'third_party/cub' 2022-11-23T01:14:08.4661452Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:08.4700990Z Entering 'third_party/cutlass' 2022-11-23T01:14:08.4739870Z Entering 'third_party/eigen' 2022-11-23T01:14:08.4776435Z Entering 'third_party/fbgemm' 2022-11-23T01:14:08.4811430Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:08.4845236Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:08.4878555Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:08.4913321Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:08.4948286Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:08.4984103Z Entering 'third_party/fmt' 2022-11-23T01:14:08.5020768Z Entering 'third_party/foxi' 2022-11-23T01:14:08.5053808Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:08.5090227Z Entering 'third_party/gloo' 2022-11-23T01:14:08.5122884Z Entering 'third_party/googletest' 2022-11-23T01:14:08.5156276Z Entering 'third_party/ideep' 2022-11-23T01:14:08.5189291Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:08.5225219Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:08.5264931Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:08.5299055Z Entering 'third_party/ittapi' 2022-11-23T01:14:08.5333676Z Entering 'third_party/kineto' 2022-11-23T01:14:08.5368167Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:08.5404672Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:08.5440922Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:08.5474907Z Entering 'third_party/neon2sse' 2022-11-23T01:14:08.5508679Z Entering 'third_party/nlohmann' 2022-11-23T01:14:08.5544311Z Entering 'third_party/onnx' 2022-11-23T01:14:08.5588729Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.5623619Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.5660019Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:08.5693683Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:08.5731547Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.5764621Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.5798072Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.5837416Z Entering 'third_party/pocketfft' 2022-11-23T01:14:08.5870991Z Entering 'third_party/protobuf' 2022-11-23T01:14:08.5906930Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:08.5941281Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:08.5977028Z Entering 'third_party/psimd' 2022-11-23T01:14:08.6010955Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:08.6044505Z Entering 'third_party/pybind11' 2022-11-23T01:14:08.6078385Z Entering 'third_party/python-enum' 2022-11-23T01:14:08.6112360Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:08.6146634Z Entering 'third_party/python-six' 2022-11-23T01:14:08.6180912Z Entering 'third_party/sleef' 2022-11-23T01:14:08.6215672Z Entering 'third_party/tbb' 2022-11-23T01:14:08.6252393Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:08.6287019Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:08.6320166Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:08.6354252Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:08.6388787Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:08.6423583Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.6459594Z Entering 'third_party/zstd' 2022-11-23T01:14:08.6504170Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:14:08.6755350Z Entering 'android/libs/fbjni' 2022-11-23T01:14:08.6788810Z Entering 'third_party/FP16' 2022-11-23T01:14:08.6822841Z Entering 'third_party/FXdiv' 2022-11-23T01:14:08.6856753Z Entering 'third_party/NNPACK' 2022-11-23T01:14:08.6891223Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:08.6925245Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:08.6958243Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:08.7002102Z Entering 'third_party/benchmark' 2022-11-23T01:14:08.7035514Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:08.7070300Z Entering 'third_party/cub' 2022-11-23T01:14:08.7104350Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:08.7142873Z Entering 'third_party/cutlass' 2022-11-23T01:14:08.7182540Z Entering 'third_party/eigen' 2022-11-23T01:14:08.7218480Z Entering 'third_party/fbgemm' 2022-11-23T01:14:08.7252077Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:08.7286042Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:08.7319671Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:08.7353614Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:08.7390606Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:08.7426018Z Entering 'third_party/fmt' 2022-11-23T01:14:08.7460150Z Entering 'third_party/foxi' 2022-11-23T01:14:08.7493093Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:08.7526366Z Entering 'third_party/gloo' 2022-11-23T01:14:08.7558898Z Entering 'third_party/googletest' 2022-11-23T01:14:08.7592568Z Entering 'third_party/ideep' 2022-11-23T01:14:08.7625692Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:08.7664187Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:08.7703200Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:08.7738294Z Entering 'third_party/ittapi' 2022-11-23T01:14:08.7773236Z Entering 'third_party/kineto' 2022-11-23T01:14:08.7807250Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:08.7842314Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:08.7877549Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:08.7914186Z Entering 'third_party/neon2sse' 2022-11-23T01:14:08.7948481Z Entering 'third_party/nlohmann' 2022-11-23T01:14:08.7984689Z Entering 'third_party/onnx' 2022-11-23T01:14:08.8030628Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.8065031Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.8100337Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:08.8133740Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:08.8172532Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:08.8206421Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:08.8240307Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.8280238Z Entering 'third_party/pocketfft' 2022-11-23T01:14:08.8314918Z Entering 'third_party/protobuf' 2022-11-23T01:14:08.8352327Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:08.8385897Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:08.8422183Z Entering 'third_party/psimd' 2022-11-23T01:14:08.8457977Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:08.8492946Z Entering 'third_party/pybind11' 2022-11-23T01:14:08.8526732Z Entering 'third_party/python-enum' 2022-11-23T01:14:08.8560542Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:08.8594342Z Entering 'third_party/python-six' 2022-11-23T01:14:08.8628333Z Entering 'third_party/sleef' 2022-11-23T01:14:08.8662307Z Entering 'third_party/tbb' 2022-11-23T01:14:08.8697385Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:08.8732181Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:08.8765158Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:08.8799043Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:08.8833920Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:08.8867607Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.8903303Z Entering 'third_party/zstd' 2022-11-23T01:14:08.8946949Z ##[endgroup] 2022-11-23T01:14:08.8989244Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:14:08.9013636Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:14:08.9128482Z Prepare all required actions 2022-11-23T01:14:08.9151885Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T01:14:08.9152090Z ##[endgroup] 2022-11-23T01:14:08.9201292Z ##[group]Run set -euo pipefail 2022-11-23T01:14:08.9201523Z set -euo pipefail 2022-11-23T01:14:08.9202193Z function get_ec2_metadata() { 2022-11-23T01:14:08.9202438Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:14:08.9202784Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:14:08.9203086Z  category=$1 2022-11-23T01:14:08.9203330Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:14:08.9203542Z } 2022-11-23T01:14:08.9203744Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:14:08.9204001Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:14:08.9204289Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:14:08.9204640Z echo "system info $(uname -a)" 2022-11-23T01:14:08.9215796Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:08.9216021Z ##[endgroup] 2022-11-23T01:14:08.9289727Z ami-id: ami-096198a0bccc6bad4 2022-11-23T01:14:08.9338297Z instance-id: i-079ce538bff2190a7 2022-11-23T01:14:08.9383978Z instance-type: c5.2xlarge 2022-11-23T01:14:08.9391098Z system info Linux ip-10-0-11-191.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T01:14:08.9405341Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T01:14:08.9405622Z if systemctl is-active --quiet docker; then 2022-11-23T01:14:08.9405868Z  echo "Docker daemon is running..."; 2022-11-23T01:14:08.9406056Z else 2022-11-23T01:14:08.9406369Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T01:14:08.9406602Z fi 2022-11-23T01:14:08.9417936Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:08.9418162Z ##[endgroup] 2022-11-23T01:14:08.9538858Z Docker daemon is running... 2022-11-23T01:14:08.9578479Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:08.9578836Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:08.9579120Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:08.9579504Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T01:14:08.9579837Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T01:14:08.9590213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:08.9590430Z env: 2022-11-23T01:14:08.9590587Z AWS_RETRY_MODE: standard 2022-11-23T01:14:08.9590778Z AWS_MAX_ATTEMPTS: 5 2022-11-23T01:14:08.9590983Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:14:08.9591164Z ##[endgroup] 2022-11-23T01:14:10.8852704Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T01:14:10.8853117Z Configure a credential helper to remove this warning. See 2022-11-23T01:14:10.8853568Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T01:14:10.8853765Z 2022-11-23T01:14:10.8854042Z Login Succeeded 2022-11-23T01:14:10.8882600Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:10.8882917Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:10.8883188Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:10.8894266Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:10.8894496Z ##[endgroup] 2022-11-23T01:14:10.9003060Z Prepare all required actions 2022-11-23T01:14:10.9052842Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T01:14:10.9053069Z with: 2022-11-23T01:14:10.9053332Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-11-23T01:14:10.9053586Z xla: false 2022-11-23T01:14:10.9053754Z skip_push: true 2022-11-23T01:14:10.9053928Z ##[endgroup] 2022-11-23T01:14:10.9103487Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:10.9103721Z if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:10.9103979Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T01:14:10.9104268Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:10.9104521Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9104815Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9105055Z else 2022-11-23T01:14:10.9105286Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:10.9105549Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9105904Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9106136Z fi 2022-11-23T01:14:10.9116569Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:10.9116782Z env: 2022-11-23T01:14:10.9116932Z IS_XLA: 2022-11-23T01:14:10.9117088Z XLA_IMAGE_TAG: v0.4 2022-11-23T01:14:10.9117420Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-11-23T01:14:10.9117737Z ##[endgroup] 2022-11-23T01:14:10.9190987Z ##[group]Run set -x 2022-11-23T01:14:10.9191218Z set -x 2022-11-23T01:14:10.9191459Z # Check if image already exists, if it does then skip building it 2022-11-23T01:14:10.9191731Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T01:14:10.9191946Z  exit 0 2022-11-23T01:14:10.9192109Z fi 2022-11-23T01:14:10.9192311Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T01:14:10.9192588Z  # if we're on the base branch then use the parent commit 2022-11-23T01:14:10.9192844Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T01:14:10.9193039Z else 2022-11-23T01:14:10.9193248Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T01:14:10.9193526Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T01:14:10.9193738Z fi 2022-11-23T01:14:10.9193952Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T01:14:10.9194289Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T01:14:10.9194610Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T01:14:10.9194953Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T01:14:10.9195220Z  exit 1 2022-11-23T01:14:10.9195384Z fi 2022-11-23T01:14:10.9195618Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T01:14:10.9195931Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T01:14:10.9196237Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T01:14:10.9196568Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T01:14:10.9196925Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T01:14:10.9197232Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T01:14:10.9197583Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T01:14:10.9197872Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T01:14:10.9198209Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T01:14:10.9198541Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T01:14:10.9198837Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9199041Z  fi 2022-11-23T01:14:10.9199200Z fi 2022-11-23T01:14:10.9199383Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:10.9209739Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:10.9209958Z env: 2022-11-23T01:14:10.9210165Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:14:10.9210565Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:10.9210966Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:10.9211254Z DOCKER_FORCE_PUSH: 2022-11-23T01:14:10.9211435Z ##[endgroup] 2022-11-23T01:14:10.9234443Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:11.1119089Z { 2022-11-23T01:14:11.1119674Z "schemaVersion": 2, 2022-11-23T01:14:11.1120393Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T01:14:11.1120922Z "config": { 2022-11-23T01:14:11.1121206Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T01:14:11.1122537Z "size": 35601, 2022-11-23T01:14:11.1123140Z "digest": "sha256:e2c63e8434298b5b8922fe396fb22d541e83da3321f8559334df676354c6a90a" 2022-11-23T01:14:11.1123625Z }, 2022-11-23T01:14:11.1123874Z "layers": [ 2022-11-23T01:14:11.1124121Z { 2022-11-23T01:14:11.1124525Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1124934Z "size": 26712500, 2022-11-23T01:14:11.1125338Z "digest": "sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682" 2022-11-23T01:14:11.1125704Z }, 2022-11-23T01:14:11.1125945Z { 2022-11-23T01:14:11.1126400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1126750Z "size": 7219397, 2022-11-23T01:14:11.1127117Z "digest": "sha256:c58c079e9b17b292ad26374701a9d5dfd3d7eafcc3f108d39985d3f4784684c8" 2022-11-23T01:14:11.1127459Z }, 2022-11-23T01:14:11.1127670Z { 2022-11-23T01:14:11.1128057Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1130001Z "size": 23604607, 2022-11-23T01:14:11.1130435Z "digest": "sha256:e5b80b8bbe91fc0bc7d36ba09b785496a7960a66f636b160c5a12419552af1fe" 2022-11-23T01:14:11.1130962Z }, 2022-11-23T01:14:11.1131279Z { 2022-11-23T01:14:11.1131822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1132365Z "size": 188, 2022-11-23T01:14:11.1132884Z "digest": "sha256:8882407902901f63934c52e4734aeefff25db6fc0f5e78746bd6b780128341b5" 2022-11-23T01:14:11.1133361Z }, 2022-11-23T01:14:11.1133675Z { 2022-11-23T01:14:11.1134198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1139113Z + exit 0 2022-11-23T01:14:11.1139458Z "size": 6432, 2022-11-23T01:14:11.1139941Z "digest": "sha256:515fe5e34eb4bc62c3326670d7d3a7ba0bf80f69d5a97bb75d74afeaae355709" 2022-11-23T01:14:11.1140325Z }, 2022-11-23T01:14:11.1140552Z { 2022-11-23T01:14:11.1140939Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1141407Z "size": 1115878383, 2022-11-23T01:14:11.1141787Z "digest": "sha256:4e4521f12f5a54bb7b56e1384b4a1886c5e68371141a1c09214bd2a930950ebf" 2022-11-23T01:14:11.1142006Z }, 2022-11-23T01:14:11.1142150Z { 2022-11-23T01:14:11.1142534Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1142769Z "size": 64865, 2022-11-23T01:14:11.1143026Z "digest": "sha256:f6e1a56cb32d50256517c6858e3f81ca727e587c6015a4a0b11036acea87bbb3" 2022-11-23T01:14:11.1143272Z }, 2022-11-23T01:14:11.1143408Z { 2022-11-23T01:14:11.1143653Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1143903Z "size": 1430331264, 2022-11-23T01:14:11.1144151Z "digest": "sha256:c29b96e36bd0f0852460f5bbc199054a77d2ebd3c8c27a328d89fa058ac250ab" 2022-11-23T01:14:11.1144391Z }, 2022-11-23T01:14:11.1144537Z { 2022-11-23T01:14:11.1144763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1145006Z "size": 90032, 2022-11-23T01:14:11.1145257Z "digest": "sha256:304d3c6c28d08fa0840b7525f7c493d3fa040b1804eb0c50338495009747bae4" 2022-11-23T01:14:11.1145479Z }, 2022-11-23T01:14:11.1145624Z { 2022-11-23T01:14:11.1145866Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1146100Z "size": 2063, 2022-11-23T01:14:11.1146360Z "digest": "sha256:fac00e927cfe0a35ca80ecec84e10182070020a634a101f34305467da7ab1a1a" 2022-11-23T01:14:11.1146663Z }, 2022-11-23T01:14:11.1146795Z { 2022-11-23T01:14:11.1147036Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1147282Z "size": 199270319, 2022-11-23T01:14:11.1147542Z "digest": "sha256:f0158c8d842008288f2b850bdefdf91b4af049bd6176b7b0767f69d7cc13c50a" 2022-11-23T01:14:11.1147768Z }, 2022-11-23T01:14:11.1147914Z { 2022-11-23T01:14:11.1148157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1153125Z "size": 451, 2022-11-23T01:14:11.1156531Z "digest": "sha256:3ceac802dd07fcf55d2b93a23edaf33f07bef620dfcab7aa873b6a56d264a79e" 2022-11-23T01:14:11.1156992Z }, 2022-11-23T01:14:11.1158921Z { 2022-11-23T01:14:11.1159185Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1159451Z "size": 1123, 2022-11-23T01:14:11.1159702Z "digest": "sha256:0d0e625ba887092abf1156132b3636823376396a8d873a7e675697fd006f442f" 2022-11-23T01:14:11.1159921Z }, 2022-11-23T01:14:11.1160067Z { 2022-11-23T01:14:11.1160312Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1160547Z "size": 483, 2022-11-23T01:14:11.1160808Z "digest": "sha256:bc2be817cb7e56c0fe277e9f7a83acc451157403b583ab114a1a916c83900a17" 2022-11-23T01:14:11.1161049Z }, 2022-11-23T01:14:11.1161184Z { 2022-11-23T01:14:11.1161424Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1161902Z "size": 67661414, 2022-11-23T01:14:11.1162291Z "digest": "sha256:11eb2106b94845808ad38191e89580534e1100fe37612a4f0bb685db911b9150" 2022-11-23T01:14:11.1162597Z }, 2022-11-23T01:14:11.1162866Z { 2022-11-23T01:14:11.1163311Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1163595Z "size": 2616, 2022-11-23T01:14:11.1163848Z "digest": "sha256:34fa4193c7a6c00f804dfa14513e283158309717570dcf1277fd89757fb6bb3f" 2022-11-23T01:14:11.1164132Z }, 2022-11-23T01:14:11.1164270Z { 2022-11-23T01:14:11.1164511Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1164866Z "size": 1959, 2022-11-23T01:14:11.1165277Z "digest": "sha256:a7cf5b3894f84ffa4b810c59741e84d35e33ba26124647683f884507fb061e9f" 2022-11-23T01:14:11.1165700Z }, 2022-11-23T01:14:11.1165912Z { 2022-11-23T01:14:11.1166380Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1166845Z "size": 1973939585, 2022-11-23T01:14:11.1167294Z "digest": "sha256:3f6b06edd3f531a914fd389caef7d1691cb23404629be6be0abe0339ddc0678c" 2022-11-23T01:14:11.1167530Z }, 2022-11-23T01:14:11.1167675Z { 2022-11-23T01:14:11.1167917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1168163Z "size": 172, 2022-11-23T01:14:11.1168540Z "digest": "sha256:73a2b1f75a3dbefe4468280a87a2415eefdbbdadcdf37a9237aeaa024b33963d" 2022-11-23T01:14:11.1168800Z }, 2022-11-23T01:14:11.1168948Z { 2022-11-23T01:14:11.1169182Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1169429Z "size": 466, 2022-11-23T01:14:11.1169679Z "digest": "sha256:ba6235196410e324c5451c63ea97dbab567e08dc8c117114099b7099d0b8578e" 2022-11-23T01:14:11.1169900Z }, 2022-11-23T01:14:11.1170048Z { 2022-11-23T01:14:11.1170292Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1170523Z "size": 5909, 2022-11-23T01:14:11.1170780Z "digest": "sha256:879cdaf83543e32f1ccb394ac4275cd667af127211bf570f38c11b9845f28a2d" 2022-11-23T01:14:11.1171016Z }, 2022-11-23T01:14:11.1171149Z { 2022-11-23T01:14:11.1171387Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1171629Z "size": 848, 2022-11-23T01:14:11.1171871Z "digest": "sha256:6ff0fc00b0a900fc7e17952079248a4a6c807a2d7338b98c810e570bacc126d9" 2022-11-23T01:14:11.1172103Z }, 2022-11-23T01:14:11.1172247Z { 2022-11-23T01:14:11.1172584Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1172888Z "size": 106, 2022-11-23T01:14:11.1173142Z "digest": "sha256:a58b9ed071f4e44eb9bfe71aa802daec10e1747ce7384d8e18efa682e556f5af" 2022-11-23T01:14:11.1173393Z }, 2022-11-23T01:14:11.1173541Z { 2022-11-23T01:14:11.1173767Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1174014Z "size": 887, 2022-11-23T01:14:11.1174275Z "digest": "sha256:a8c562f6a1cf6b48c0493bc13aa2b642c25e1da770344a2ca10d38850f792650" 2022-11-23T01:14:11.1174504Z }, 2022-11-23T01:14:11.1174651Z { 2022-11-23T01:14:11.1174895Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1175127Z "size": 88761541, 2022-11-23T01:14:11.1175376Z "digest": "sha256:0a39b4492650b5679cc5c22eb367764eff04598530676d22f60a14a88e25012c" 2022-11-23T01:14:11.1175608Z }, 2022-11-23T01:14:11.1175752Z { 2022-11-23T01:14:11.1175980Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1176224Z "size": 109, 2022-11-23T01:14:11.1176476Z "digest": "sha256:9088ff8de2694f94e7738c6109b89817e8abf85f91c7a38bb92f059d8818b545" 2022-11-23T01:14:11.1176694Z }, 2022-11-23T01:14:11.1176838Z { 2022-11-23T01:14:11.1177079Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1177309Z "size": 558, 2022-11-23T01:14:11.1177560Z "digest": "sha256:165006759af311fe67596042f785cbf0f1dee1e25a7a6adc88ff9ded67ba909e" 2022-11-23T01:14:11.1177794Z }, 2022-11-23T01:14:11.1177926Z { 2022-11-23T01:14:11.1178167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1178412Z "size": 1138936, 2022-11-23T01:14:11.1178667Z "digest": "sha256:ae48b7377a0d2e2bc8af932dc3e6d68a540fbfe7e337a863bb6f81e393296bf3" 2022-11-23T01:14:11.1178917Z }, 2022-11-23T01:14:11.1179064Z { 2022-11-23T01:14:11.1179291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1179534Z "size": 103, 2022-11-23T01:14:11.1179795Z "digest": "sha256:b18965f4b6f191a8bc1ae5f78e767987d6237cbd2b61d5efa9af1abc0f217635" 2022-11-23T01:14:11.1180023Z }, 2022-11-23T01:14:11.1180169Z { 2022-11-23T01:14:11.1180409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1180638Z "size": 548, 2022-11-23T01:14:11.1180879Z "digest": "sha256:102ddcd90753146a4988550d9a880745dc554bf9730d2b09c04246e0c3d53f8b" 2022-11-23T01:14:11.1181105Z }, 2022-11-23T01:14:11.1181250Z { 2022-11-23T01:14:11.1181477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1181721Z "size": 193189935, 2022-11-23T01:14:11.1181995Z "digest": "sha256:5f5dd1cba1208e6ec3ac4c43b4d990c6270ffd197de3905a0dd2c2ba1ef47a17" 2022-11-23T01:14:11.1182230Z }, 2022-11-23T01:14:11.1182374Z { 2022-11-23T01:14:11.1182651Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1182883Z "size": 107, 2022-11-23T01:14:11.1183146Z "digest": "sha256:8a7f50c8b503db6decdcc5d0765f1a9385cd6a58bc528be46690f226548e84f4" 2022-11-23T01:14:11.1183392Z }, 2022-11-23T01:14:11.1183524Z { 2022-11-23T01:14:11.1183764Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1184003Z "size": 452, 2022-11-23T01:14:11.1184236Z "digest": "sha256:863c35620b44d68da64b95a9660833a83eeadb3d79c2018057ff5e6083ea8d39" 2022-11-23T01:14:11.1184462Z }, 2022-11-23T01:14:11.1184607Z { 2022-11-23T01:14:11.1184836Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1185081Z "size": 33928750, 2022-11-23T01:14:11.1185346Z "digest": "sha256:183e4209dc37f9a2b43cdffe95a7104aff4a1ca1db546e13217761a43cb9f45f" 2022-11-23T01:14:11.1185577Z }, 2022-11-23T01:14:11.1185725Z { 2022-11-23T01:14:11.1185968Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1186211Z "size": 104, 2022-11-23T01:14:11.1186471Z "digest": "sha256:a47cba6c334e2a598e5239ab3a9a347603588fb94886525c0338ec10eb6dbc3b" 2022-11-23T01:14:11.1186741Z }, 2022-11-23T01:14:11.1186886Z { 2022-11-23T01:14:11.1187111Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1187352Z "size": 402, 2022-11-23T01:14:11.1187607Z "digest": "sha256:a9f3d47422333222c85edc7791f0c98cecd56fd19551ccd898f36ba332d57772" 2022-11-23T01:14:11.1187829Z }, 2022-11-23T01:14:11.1187973Z { 2022-11-23T01:14:11.1188214Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1188445Z "size": 19705442, 2022-11-23T01:14:11.1188717Z "digest": "sha256:3cefa8a4607fdc58bff0530771ad93edb1ce65ac25d527a03a4901ead2e553b5" 2022-11-23T01:14:11.1188969Z }, 2022-11-23T01:14:11.1189103Z { 2022-11-23T01:14:11.1189345Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1189590Z "size": 449, 2022-11-23T01:14:11.1189828Z "digest": "sha256:023a41fa48e62c60b66e5945955f80a14fd4d67d6fc25ebba81ab814175050fe" 2022-11-23T01:14:11.1190062Z }, 2022-11-23T01:14:11.1190208Z { 2022-11-23T01:14:11.1190434Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1190680Z "size": 39748104, 2022-11-23T01:14:11.1190941Z "digest": "sha256:96e251412f4d15bd65ccf3fa59c27f2532c5a5f6f0c6ec9b3702ff4aa64afdd7" 2022-11-23T01:14:11.1191179Z }, 2022-11-23T01:14:11.1191313Z { 2022-11-23T01:14:11.1191553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1191798Z "size": 106, 2022-11-23T01:14:11.1192039Z "digest": "sha256:49d40c00cf56c1579f7e83e209e4ad9c4572754ff69cf9d74f519b0d7cf9d16e" 2022-11-23T01:14:11.1192271Z }, 2022-11-23T01:14:11.1192416Z { 2022-11-23T01:14:11.1192643Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1192886Z "size": 1765, 2022-11-23T01:14:11.1193156Z "digest": "sha256:7e2d6313145fed6ccab1ed98aa11aac9481de18da43c1f1d4e643b6c378ad525" 2022-11-23T01:14:11.1193396Z }, 2022-11-23T01:14:11.1193542Z { 2022-11-23T01:14:11.1193814Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1194046Z "size": 460206373, 2022-11-23T01:14:11.1194296Z "digest": "sha256:96805775a692864df392bb398e81dbd9dfff4e205eb2724111127f1295309712" 2022-11-23T01:14:11.1194523Z }, 2022-11-23T01:14:11.1194655Z { 2022-11-23T01:14:11.1194895Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1195138Z "size": 163, 2022-11-23T01:14:11.1195394Z "digest": "sha256:75f1ead35ace6302e226c221b4b1e6dd094ceefae9d9bc3f91e612a3cc62259d" 2022-11-23T01:14:11.1195646Z }, 2022-11-23T01:14:11.1195793Z { 2022-11-23T01:14:11.1196037Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1196266Z "size": 7940, 2022-11-23T01:14:11.1196553Z "digest": "sha256:793c37004dab62e943bc7fc474e32b9b4b427f70a652879264246c433caa7f3a" 2022-11-23T01:14:11.1196783Z }, 2022-11-23T01:14:11.1196915Z { 2022-11-23T01:14:11.1197157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1197398Z "size": 8073, 2022-11-23T01:14:11.1197652Z "digest": "sha256:cadc5661750d9e54c1546636b7e70ccbf0fc11c4f80fd1d09f39fa7bcee88a9e" 2022-11-23T01:14:11.1197897Z }, 2022-11-23T01:14:11.1198045Z { 2022-11-23T01:14:11.1198274Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1198518Z "size": 303, 2022-11-23T01:14:11.1198785Z "digest": "sha256:6386b2adbe28ecf7fd04744d6f9727eaf099234edb41e9e774e2051c5dee4c4a" 2022-11-23T01:14:11.1199019Z }, 2022-11-23T01:14:11.1199162Z { 2022-11-23T01:14:11.1199400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1199668Z "size": 12971309, 2022-11-23T01:14:11.1199928Z "digest": "sha256:74aa250bc82f794bfa15a1643dcb95b09cd4b7522d39c45763d843822e35a570" 2022-11-23T01:14:11.1200163Z }, 2022-11-23T01:14:11.1200297Z { 2022-11-23T01:14:11.1200536Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1200814Z "size": 108, 2022-11-23T01:14:11.1201056Z "digest": "sha256:436525efe61d6106f5e8548f46d30e62ff36a5653ad475c0e1cc00ebdec359b5" 2022-11-23T01:14:11.1201289Z }, 2022-11-23T01:14:11.1201433Z { 2022-11-23T01:14:11.1201886Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1202126Z "size": 54145470, 2022-11-23T01:14:11.1202394Z "digest": "sha256:596be1fe0bdac9c86101e8ce2f641627dbe3bf960980bd43a52c446d32f3cc55" 2022-11-23T01:14:11.1202643Z }, 2022-11-23T01:14:11.1202777Z { 2022-11-23T01:14:11.1203021Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1203264Z "size": 501, 2022-11-23T01:14:11.1203502Z "digest": "sha256:772fa4efddc3f079a5158b67ec68105a781e9105f70f7368297a58e435cb8c24" 2022-11-23T01:14:11.1203739Z }, 2022-11-23T01:14:11.1203883Z { 2022-11-23T01:14:11.1204111Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1204358Z "size": 2994013645, 2022-11-23T01:14:11.1204622Z "digest": "sha256:91ddf385377b5f9b30bcbca0f44382a5940882e11d3dac9ab5c0a7d95c72727e" 2022-11-23T01:14:11.1204851Z }, 2022-11-23T01:14:11.1204994Z { 2022-11-23T01:14:11.1205232Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1205464Z "size": 106, 2022-11-23T01:14:11.1205715Z "digest": "sha256:9f7cfb8957843a742d406b46db909e82523c418ca843dcfe53db0195b6cacc85" 2022-11-23T01:14:11.1205947Z }, 2022-11-23T01:14:11.1206080Z { 2022-11-23T01:14:11.1206393Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:11.1206641Z "size": 180, 2022-11-23T01:14:11.1206945Z "digest": "sha256:8b8218af047961f80478980a971e25fdfbd76e01ac4e8bda7d8c13ea9ed4eb22" 2022-11-23T01:14:11.1207167Z } 2022-11-23T01:14:11.1207319Z ] 2022-11-23T01:14:11.1207469Z } 2022-11-23T01:14:11.1302049Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T01:14:11.1302361Z with: 2022-11-23T01:14:11.1302778Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:11.1303149Z ##[endgroup] 2022-11-23T01:14:11.1347487Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:11.1347746Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:11.1348009Z # ignore output since only exit code is used for conditional 2022-11-23T01:14:11.1348284Z # only pull docker image if it's not available locally 2022-11-23T01:14:11.1348577Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T01:14:11.1348841Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T01:14:11.1349035Z fi 2022-11-23T01:14:11.1360356Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:11.1360572Z env: 2022-11-23T01:14:11.1360922Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:11.1361322Z ##[endgroup] 2022-11-23T01:14:11.3476634Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-11-23T01:14:11.3512106Z a404e5416296: Pulling fs layer 2022-11-23T01:14:11.3512497Z c58c079e9b17: Pulling fs layer 2022-11-23T01:14:11.3512845Z e5b80b8bbe91: Pulling fs layer 2022-11-23T01:14:11.3513169Z 888240790290: Pulling fs layer 2022-11-23T01:14:11.3513508Z 515fe5e34eb4: Pulling fs layer 2022-11-23T01:14:11.3513843Z 4e4521f12f5a: Pulling fs layer 2022-11-23T01:14:11.3514188Z f6e1a56cb32d: Pulling fs layer 2022-11-23T01:14:11.3514502Z c29b96e36bd0: Pulling fs layer 2022-11-23T01:14:11.3514831Z 304d3c6c28d0: Pulling fs layer 2022-11-23T01:14:11.3515189Z fac00e927cfe: Pulling fs layer 2022-11-23T01:14:11.3515518Z f0158c8d8420: Pulling fs layer 2022-11-23T01:14:11.3516055Z 3ceac802dd07: Pulling fs layer 2022-11-23T01:14:11.3516398Z 0d0e625ba887: Pulling fs layer 2022-11-23T01:14:11.3516732Z bc2be817cb7e: Pulling fs layer 2022-11-23T01:14:11.3517038Z c29b96e36bd0: Waiting 2022-11-23T01:14:11.3517339Z 11eb2106b948: Pulling fs layer 2022-11-23T01:14:11.3517660Z 34fa4193c7a6: Pulling fs layer 2022-11-23T01:14:11.3518076Z 4e4521f12f5a: Waiting 2022-11-23T01:14:11.3518381Z f0158c8d8420: Waiting 2022-11-23T01:14:11.3518704Z 304d3c6c28d0: Waiting 2022-11-23T01:14:11.3519027Z a7cf5b3894f8: Pulling fs layer 2022-11-23T01:14:11.3519355Z f6e1a56cb32d: Waiting 2022-11-23T01:14:11.3519671Z 3f6b06edd3f5: Pulling fs layer 2022-11-23T01:14:11.3520005Z fac00e927cfe: Waiting 2022-11-23T01:14:11.3520315Z 3ceac802dd07: Waiting 2022-11-23T01:14:11.3520624Z 73a2b1f75a3d: Pulling fs layer 2022-11-23T01:14:11.3520965Z ba6235196410: Pulling fs layer 2022-11-23T01:14:11.3521308Z 879cdaf83543: Pulling fs layer 2022-11-23T01:14:11.3521832Z 6ff0fc00b0a9: Pulling fs layer 2022-11-23T01:14:11.3522187Z a58b9ed071f4: Pulling fs layer 2022-11-23T01:14:11.3522518Z 3f6b06edd3f5: Waiting 2022-11-23T01:14:11.3522809Z a7cf5b3894f8: Waiting 2022-11-23T01:14:11.3523119Z a8c562f6a1cf: Pulling fs layer 2022-11-23T01:14:11.3523439Z 0a39b4492650: Pulling fs layer 2022-11-23T01:14:11.3523756Z 9088ff8de269: Pulling fs layer 2022-11-23T01:14:11.3524081Z 165006759af3: Pulling fs layer 2022-11-23T01:14:11.3524408Z ae48b7377a0d: Pulling fs layer 2022-11-23T01:14:11.3524714Z b18965f4b6f1: Pulling fs layer 2022-11-23T01:14:11.3525042Z 102ddcd90753: Pulling fs layer 2022-11-23T01:14:11.3525322Z 5f5dd1cba120: Pulling fs layer 2022-11-23T01:14:11.3525606Z 8a7f50c8b503: Pulling fs layer 2022-11-23T01:14:11.3525871Z 73a2b1f75a3d: Waiting 2022-11-23T01:14:11.3526233Z 863c35620b44: Pulling fs layer 2022-11-23T01:14:11.3526516Z ba6235196410: Waiting 2022-11-23T01:14:11.3526788Z 183e4209dc37: Pulling fs layer 2022-11-23T01:14:11.3527746Z a58b9ed071f4: Waiting 2022-11-23T01:14:11.3528082Z a47cba6c334e: Pulling fs layer 2022-11-23T01:14:11.3528667Z a9f3d4742233: Pulling fs layer 2022-11-23T01:14:11.3529022Z 879cdaf83543: Waiting 2022-11-23T01:14:11.3529344Z 3cefa8a4607f: Pulling fs layer 2022-11-23T01:14:11.3529696Z 6ff0fc00b0a9: Waiting 2022-11-23T01:14:11.3529983Z 515fe5e34eb4: Waiting 2022-11-23T01:14:11.3530287Z 023a41fa48e6: Pulling fs layer 2022-11-23T01:14:11.3530587Z 96e251412f4d: Pulling fs layer 2022-11-23T01:14:11.3530887Z 165006759af3: Waiting 2022-11-23T01:14:11.3531184Z 49d40c00cf56: Pulling fs layer 2022-11-23T01:14:11.3531473Z ae48b7377a0d: Waiting 2022-11-23T01:14:11.3531758Z 0a39b4492650: Waiting 2022-11-23T01:14:11.3532038Z b18965f4b6f1: Waiting 2022-11-23T01:14:11.3532328Z 7e2d6313145f: Pulling fs layer 2022-11-23T01:14:11.3532646Z 96805775a692: Pulling fs layer 2022-11-23T01:14:11.3532950Z 3cefa8a4607f: Waiting 2022-11-23T01:14:11.3533217Z 75f1ead35ace: Pulling fs layer 2022-11-23T01:14:11.3533501Z 102ddcd90753: Waiting 2022-11-23T01:14:11.3533759Z 96e251412f4d: Waiting 2022-11-23T01:14:11.3534007Z 023a41fa48e6: Waiting 2022-11-23T01:14:11.3534309Z 793c37004dab: Pulling fs layer 2022-11-23T01:14:11.3534807Z 5f5dd1cba120: Waiting 2022-11-23T01:14:11.3535104Z cadc5661750d: Pulling fs layer 2022-11-23T01:14:11.3535763Z 6386b2adbe28: Pulling fs layer 2022-11-23T01:14:11.3536068Z 49d40c00cf56: Waiting 2022-11-23T01:14:11.3536482Z 74aa250bc82f: Pulling fs layer 2022-11-23T01:14:11.3536902Z 75f1ead35ace: Waiting 2022-11-23T01:14:11.3537223Z 436525efe61d: Pulling fs layer 2022-11-23T01:14:11.3537735Z 793c37004dab: Waiting 2022-11-23T01:14:11.3538039Z 596be1fe0bda: Pulling fs layer 2022-11-23T01:14:11.3538358Z 772fa4efddc3: Pulling fs layer 2022-11-23T01:14:11.3538650Z cadc5661750d: Waiting 2022-11-23T01:14:11.3538952Z 91ddf385377b: Pulling fs layer 2022-11-23T01:14:11.3539277Z 9f7cfb895784: Pulling fs layer 2022-11-23T01:14:11.3539579Z 8b8218af0479: Pulling fs layer 2022-11-23T01:14:11.3539888Z 6386b2adbe28: Waiting 2022-11-23T01:14:11.3540181Z 596be1fe0bda: Waiting 2022-11-23T01:14:11.3540463Z 74aa250bc82f: Waiting 2022-11-23T01:14:11.3540878Z 8a7f50c8b503: Waiting 2022-11-23T01:14:11.3541152Z 436525efe61d: Waiting 2022-11-23T01:14:11.3541419Z 863c35620b44: Waiting 2022-11-23T01:14:11.3541683Z 772fa4efddc3: Waiting 2022-11-23T01:14:11.3542157Z 9f7cfb895784: Waiting 2022-11-23T01:14:11.3542538Z 183e4209dc37: Waiting 2022-11-23T01:14:11.3542800Z 91ddf385377b: Waiting 2022-11-23T01:14:11.3543073Z 8b8218af0479: Waiting 2022-11-23T01:14:11.3543365Z a47cba6c334e: Waiting 2022-11-23T01:14:11.3543627Z 7e2d6313145f: Waiting 2022-11-23T01:14:11.4771613Z c58c079e9b17: Verifying Checksum 2022-11-23T01:14:11.4771966Z c58c079e9b17: Download complete 2022-11-23T01:14:11.5538949Z 888240790290: Verifying Checksum 2022-11-23T01:14:11.6311019Z 888240790290: Download complete 2022-11-23T01:14:11.6311391Z 515fe5e34eb4: Verifying Checksum 2022-11-23T01:14:11.6311721Z 515fe5e34eb4: Download complete 2022-11-23T01:14:11.6321417Z e5b80b8bbe91: Verifying Checksum 2022-11-23T01:14:11.6321816Z e5b80b8bbe91: Download complete 2022-11-23T01:14:11.6674911Z a404e5416296: Download complete 2022-11-23T01:14:11.6959348Z f6e1a56cb32d: Verifying Checksum 2022-11-23T01:14:11.6962770Z f6e1a56cb32d: Download complete 2022-11-23T01:14:11.7579280Z 304d3c6c28d0: Verifying Checksum 2022-11-23T01:14:11.7579661Z 304d3c6c28d0: Download complete 2022-11-23T01:14:11.8412775Z fac00e927cfe: Verifying Checksum 2022-11-23T01:14:11.8413175Z fac00e927cfe: Download complete 2022-11-23T01:14:12.3232322Z a404e5416296: Pull complete 2022-11-23T01:14:12.5825155Z c58c079e9b17: Pull complete 2022-11-23T01:14:13.0434140Z e5b80b8bbe91: Pull complete 2022-11-23T01:14:13.1383178Z 888240790290: Pull complete 2022-11-23T01:14:13.2547922Z 515fe5e34eb4: Pull complete 2022-11-23T01:14:13.8880289Z f0158c8d8420: Verifying Checksum 2022-11-23T01:14:13.8880772Z f0158c8d8420: Download complete 2022-11-23T01:14:13.9828489Z 3ceac802dd07: Verifying Checksum 2022-11-23T01:14:13.9829083Z 3ceac802dd07: Download complete 2022-11-23T01:14:14.0690677Z 0d0e625ba887: Verifying Checksum 2022-11-23T01:14:14.0691031Z 0d0e625ba887: Download complete 2022-11-23T01:14:14.1342879Z bc2be817cb7e: Verifying Checksum 2022-11-23T01:14:14.1343166Z bc2be817cb7e: Download complete 2022-11-23T01:14:14.8729978Z 11eb2106b948: Verifying Checksum 2022-11-23T01:14:14.8730428Z 11eb2106b948: Download complete 2022-11-23T01:14:14.9508106Z 34fa4193c7a6: Verifying Checksum 2022-11-23T01:14:14.9508567Z 34fa4193c7a6: Download complete 2022-11-23T01:14:15.0836884Z a7cf5b3894f8: Verifying Checksum 2022-11-23T01:14:22.8518995Z a7cf5b3894f8: Download complete 2022-11-23T01:14:22.8519405Z 4e4521f12f5a: Download complete 2022-11-23T01:14:22.9300086Z 73a2b1f75a3d: Download complete 2022-11-23T01:14:23.0061975Z ba6235196410: Download complete 2022-11-23T01:14:23.0906952Z 879cdaf83543: Download complete 2022-11-23T01:14:23.1528283Z 6ff0fc00b0a9: Verifying Checksum 2022-11-23T01:14:23.1528731Z 6ff0fc00b0a9: Download complete 2022-11-23T01:14:23.2281276Z a58b9ed071f4: Download complete 2022-11-23T01:14:23.3660364Z a8c562f6a1cf: Verifying Checksum 2022-11-23T01:14:23.3660752Z a8c562f6a1cf: Download complete 2022-11-23T01:14:24.7615352Z 0a39b4492650: Verifying Checksum 2022-11-23T01:14:24.7615717Z 0a39b4492650: Download complete 2022-11-23T01:14:24.8418516Z 9088ff8de269: Verifying Checksum 2022-11-23T01:14:24.8418999Z 9088ff8de269: Download complete 2022-11-23T01:14:24.9299391Z 165006759af3: Verifying Checksum 2022-11-23T01:14:24.9299808Z 165006759af3: Download complete 2022-11-23T01:14:25.0326852Z ae48b7377a0d: Verifying Checksum 2022-11-23T01:14:25.0327163Z ae48b7377a0d: Download complete 2022-11-23T01:14:25.0999046Z b18965f4b6f1: Verifying Checksum 2022-11-23T01:14:25.0999317Z b18965f4b6f1: Download complete 2022-11-23T01:14:25.1824246Z 102ddcd90753: Verifying Checksum 2022-11-23T01:14:25.1824645Z 102ddcd90753: Download complete 2022-11-23T01:14:29.4729821Z c29b96e36bd0: Verifying Checksum 2022-11-23T01:14:29.4730222Z c29b96e36bd0: Download complete 2022-11-23T01:14:29.5465908Z 8a7f50c8b503: Verifying Checksum 2022-11-23T01:14:29.5466287Z 8a7f50c8b503: Download complete 2022-11-23T01:14:29.6210854Z 863c35620b44: Download complete 2022-11-23T01:14:30.6490483Z 5f5dd1cba120: Verifying Checksum 2022-11-23T01:14:30.6490929Z 5f5dd1cba120: Download complete 2022-11-23T01:14:30.7246552Z a47cba6c334e: Verifying Checksum 2022-11-23T01:14:30.7246825Z a47cba6c334e: Download complete 2022-11-23T01:14:30.7334984Z 183e4209dc37: Verifying Checksum 2022-11-23T01:14:30.7335489Z 183e4209dc37: Download complete 2022-11-23T01:14:30.7947157Z a9f3d4742233: Verifying Checksum 2022-11-23T01:14:30.7947617Z a9f3d4742233: Download complete 2022-11-23T01:14:30.8726379Z 023a41fa48e6: Verifying Checksum 2022-11-23T01:14:30.8726802Z 023a41fa48e6: Download complete 2022-11-23T01:14:31.3725846Z 3cefa8a4607f: Verifying Checksum 2022-11-23T01:14:31.3726236Z 3cefa8a4607f: Download complete 2022-11-23T01:14:31.4574969Z 49d40c00cf56: Verifying Checksum 2022-11-23T01:14:31.4575247Z 49d40c00cf56: Download complete 2022-11-23T01:14:31.5290578Z 7e2d6313145f: Verifying Checksum 2022-11-23T01:14:31.5290875Z 7e2d6313145f: Download complete 2022-11-23T01:14:31.9823646Z 96e251412f4d: Verifying Checksum 2022-11-23T01:14:31.9824034Z 96e251412f4d: Download complete 2022-11-23T01:14:32.0601576Z 75f1ead35ace: Verifying Checksum 2022-11-23T01:14:32.0602151Z 75f1ead35ace: Download complete 2022-11-23T01:14:32.1348288Z 793c37004dab: Verifying Checksum 2022-11-23T01:14:32.1348747Z 793c37004dab: Download complete 2022-11-23T01:14:32.2012736Z cadc5661750d: Download complete 2022-11-23T01:14:32.2799524Z 6386b2adbe28: Verifying Checksum 2022-11-23T01:14:32.2799996Z 6386b2adbe28: Download complete 2022-11-23T01:14:32.6038478Z 74aa250bc82f: Verifying Checksum 2022-11-23T01:14:32.6038942Z 74aa250bc82f: Download complete 2022-11-23T01:14:32.6919379Z 436525efe61d: Verifying Checksum 2022-11-23T01:14:32.6919682Z 436525efe61d: Download complete 2022-11-23T01:14:34.4812705Z 596be1fe0bda: Verifying Checksum 2022-11-23T01:14:34.4813298Z 596be1fe0bda: Download complete 2022-11-23T01:14:34.5646898Z 772fa4efddc3: Download complete 2022-11-23T01:14:43.4198148Z 96805775a692: Verifying Checksum 2022-11-23T01:14:43.4198561Z 96805775a692: Download complete 2022-11-23T01:14:43.5229157Z 9f7cfb895784: Verifying Checksum 2022-11-23T01:14:43.5229438Z 9f7cfb895784: Download complete 2022-11-23T01:14:43.5890543Z 8b8218af0479: Download complete 2022-11-23T01:14:50.1652044Z 3f6b06edd3f5: Verifying Checksum 2022-11-23T01:14:50.1652325Z 3f6b06edd3f5: Download complete 2022-11-23T01:15:12.5166203Z 91ddf385377b: Verifying Checksum 2022-11-23T01:15:12.5167456Z 91ddf385377b: Download complete 2022-11-23T01:15:21.1409867Z 4e4521f12f5a: Pull complete 2022-11-23T01:15:21.5022738Z f6e1a56cb32d: Pull complete 2022-11-23T01:15:41.3323331Z c29b96e36bd0: Pull complete 2022-11-23T01:15:41.6855788Z 304d3c6c28d0: Pull complete 2022-11-23T01:15:41.8312323Z fac00e927cfe: Pull complete 2022-11-23T01:15:46.0947538Z f0158c8d8420: Pull complete 2022-11-23T01:15:46.3392045Z 3ceac802dd07: Pull complete 2022-11-23T01:15:46.5609990Z 0d0e625ba887: Pull complete 2022-11-23T01:15:46.7262863Z bc2be817cb7e: Pull complete 2022-11-23T01:15:48.2858439Z 11eb2106b948: Pull complete 2022-11-23T01:15:48.5344071Z 34fa4193c7a6: Pull complete 2022-11-23T01:15:48.7991096Z a7cf5b3894f8: Pull complete 2022-11-23T01:16:25.6202078Z 3f6b06edd3f5: Pull complete 2022-11-23T01:16:26.0587076Z 73a2b1f75a3d: Pull complete 2022-11-23T01:16:26.1941368Z ba6235196410: Pull complete 2022-11-23T01:16:26.3330127Z 879cdaf83543: Pull complete 2022-11-23T01:16:26.5118151Z 6ff0fc00b0a9: Pull complete 2022-11-23T01:16:26.6952054Z a58b9ed071f4: Pull complete 2022-11-23T01:16:26.8321384Z a8c562f6a1cf: Pull complete 2022-11-23T01:16:29.1785001Z 0a39b4492650: Pull complete 2022-11-23T01:16:29.5824611Z 9088ff8de269: Pull complete 2022-11-23T01:16:29.8708000Z 165006759af3: Pull complete 2022-11-23T01:16:30.1210271Z ae48b7377a0d: Pull complete 2022-11-23T01:16:30.3512045Z b18965f4b6f1: Pull complete 2022-11-23T01:16:30.5734541Z 102ddcd90753: Pull complete 2022-11-23T01:16:34.7672971Z 5f5dd1cba120: Pull complete 2022-11-23T01:16:34.9398743Z 8a7f50c8b503: Pull complete 2022-11-23T01:16:35.1097227Z 863c35620b44: Pull complete 2022-11-23T01:16:35.9877346Z 183e4209dc37: Pull complete 2022-11-23T01:16:36.2244455Z a47cba6c334e: Pull complete 2022-11-23T01:16:36.4142799Z a9f3d4742233: Pull complete 2022-11-23T01:16:36.8187059Z 3cefa8a4607f: Pull complete 2022-11-23T01:16:37.0445036Z 023a41fa48e6: Pull complete 2022-11-23T01:16:38.2359359Z 96e251412f4d: Pull complete 2022-11-23T01:16:38.4680198Z 49d40c00cf56: Pull complete 2022-11-23T01:16:38.7063433Z 7e2d6313145f: Pull complete 2022-11-23T01:16:43.4130085Z 96805775a692: Pull complete 2022-11-23T01:16:43.5986770Z 75f1ead35ace: Pull complete 2022-11-23T01:16:43.7927174Z 793c37004dab: Pull complete 2022-11-23T01:16:43.9892732Z cadc5661750d: Pull complete 2022-11-23T01:16:44.1919041Z 6386b2adbe28: Pull complete 2022-11-23T01:16:44.9642569Z 74aa250bc82f: Pull complete 2022-11-23T01:16:45.1575131Z 436525efe61d: Pull complete 2022-11-23T01:16:46.7164658Z 596be1fe0bda: Pull complete 2022-11-23T01:16:46.9542147Z 772fa4efddc3: Pull complete 2022-11-23T01:17:28.0569510Z 91ddf385377b: Pull complete 2022-11-23T01:17:28.3352119Z 9f7cfb895784: Pull complete 2022-11-23T01:17:28.5152789Z 8b8218af0479: Pull complete 2022-11-23T01:17:28.6361447Z Digest: sha256:3a5626edfb2c43fb24303351be75287af92426b6bb7c6df2defc98f980346c6a 2022-11-23T01:17:28.6664043Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:28.7211164Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:28.7531154Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:17:28.7531392Z .github/scripts/parse_ref.py 2022-11-23T01:17:29.2472506Z shell: /usr/bin/bash -e {0} 2022-11-23T01:17:29.2472729Z ##[endgroup] 2022-11-23T01:17:29.9270978Z Prepare all required actions 2022-11-23T01:17:29.9271213Z Getting action download info 2022-11-23T01:17:30.0944835Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:17:30.3165434Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:17:30.3165649Z with: 2022-11-23T01:17:30.3165959Z github-token: *** 2022-11-23T01:17:30.3166139Z ##[endgroup] 2022-11-23T01:17:30.3231307Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:30.3231549Z with: 2022-11-23T01:17:30.3231710Z shell: bash 2022-11-23T01:17:30.3231876Z timeout_minutes: 10 2022-11-23T01:17:30.3232062Z max_attempts: 5 2022-11-23T01:17:30.3232304Z retry_wait_seconds: 30 2022-11-23T01:17:30.3232707Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:17:30.3233090Z polling_interval_seconds: 1 2022-11-23T01:17:30.3233293Z warning_on_retry: true 2022-11-23T01:17:30.3233485Z continue_on_error: false 2022-11-23T01:17:30.3233666Z env: 2022-11-23T01:17:30.3233956Z GITHUB_TOKEN: *** 2022-11-23T01:17:30.3234135Z ##[endgroup] 2022-11-23T01:17:32.0816075Z + python3 -m pip install requests==2.26.0 2022-11-23T01:17:35.5549613Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:17:35.5832148Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:17:35.5964743Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:17:35.5986176Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:17:35.6008893Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:17:35.6031167Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:17:35.9310822Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-079ce538bff2190a7 2022-11-23T01:17:40.8410630Z + GHA_WORKFLOW_JOB_ID=9655214602 2022-11-23T01:17:40.8411342Z + echo job-id=9655214602 2022-11-23T01:17:41.0877030Z Command completed after 1 attempt(s). 2022-11-23T01:17:41.1107533Z Prepare all required actions 2022-11-23T01:17:41.1107824Z Getting action download info 2022-11-23T01:17:41.2954575Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:17:41.2954787Z with: 2022-11-23T01:17:41.2955173Z github-token: *** 2022-11-23T01:17:41.2955679Z 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" }, ]} 2022-11-23T01:17:41.2956170Z ##[endgroup] 2022-11-23T01:17:41.3025276Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:41.3025506Z with: 2022-11-23T01:17:41.3025658Z shell: bash 2022-11-23T01:17:41.3025819Z timeout_minutes: 10 2022-11-23T01:17:41.3025997Z max_attempts: 5 2022-11-23T01:17:41.3026230Z retry_wait_seconds: 30 2022-11-23T01:17:41.3026468Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:17:41.3026718Z polling_interval_seconds: 1 2022-11-23T01:17:41.3026915Z warning_on_retry: true 2022-11-23T01:17:41.3027092Z continue_on_error: false 2022-11-23T01:17:41.3027269Z env: 2022-11-23T01:17:41.3027548Z GITHUB_TOKEN: *** 2022-11-23T01:17:41.3027726Z ##[endgroup] 2022-11-23T01:17:41.3518449Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:17:41.5599406Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:17:41.5793806Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:17:41.5923921Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:17:41.5934126Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:17:41.5954627Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:17:41.5964620Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:17:41.6136009Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:17:42.3505809Z Command completed after 1 attempt(s). 2022-11-23T01:17:42.3554766Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:17:42.3555141Z .github/scripts/parse_ref.py 2022-11-23T01:17:42.3569219Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:42.3569454Z ##[endgroup] 2022-11-23T01:17:42.3780211Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:17:42.3780508Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:17:42.3780730Z  --test-matrix "{ include: [ 2022-11-23T01:17:42.3781010Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:17:42.3781345Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:17:42.3781658Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:17:42.3782059Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:17:42.3782296Z ]} 2022-11-23T01:17:42.3782456Z " \ 2022-11-23T01:17:42.3782619Z  --pr-number "" \ 2022-11-23T01:17:42.3782804Z  --tag "" \ 2022-11-23T01:17:42.3782995Z  --event-name "schedule" 2022-11-23T01:17:42.3793415Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:42.3793627Z env: 2022-11-23T01:17:42.3794029Z GITHUB_TOKEN: *** 2022-11-23T01:17:42.3794195Z ##[endgroup] 2022-11-23T01:17:42.6396054Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:17:42.6398114Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:17:42.6410245Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:42.6410477Z ##[endgroup] 2022-11-23T01:17:42.6436488Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, mem_leak_check: mem_leak_check}, {config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, mem_leak_check: mem_leak_check}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, mem_leak_check: mem_leak_check}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, rerun_disabled_tests: rerun_disabled_tests}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, mem_leak_check: mem_leak_check}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu, rerun_disabled_tests: rerun_disabled_tests}]} 2022-11-23T01:17:42.6551959Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:17:42.6552375Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:17:42.6552636Z container_name=$(docker run \ 2022-11-23T01:17:42.6552836Z  -e BUILD_ENVIRONMENT \ 2022-11-23T01:17:42.6553055Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T01:17:42.6553270Z  -e AWS_DEFAULT_REGION \ 2022-11-23T01:17:42.6553468Z  -e PR_NUMBER \ 2022-11-23T01:17:42.6553637Z  -e SHA1 \ 2022-11-23T01:17:42.6553811Z  -e BRANCH \ 2022-11-23T01:17:42.6553994Z  -e SCCACHE_BUCKET \ 2022-11-23T01:17:42.6554183Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T01:17:42.6554376Z  -e XLA_CUDA \ 2022-11-23T01:17:42.6554580Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T01:17:42.6554800Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T01:17:42.6555045Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T01:17:42.6555242Z  -e PR_LABELS \ 2022-11-23T01:17:42.6555421Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T01:17:42.6555658Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T01:17:42.6555915Z  --security-opt seccomp=unconfined \ 2022-11-23T01:17:42.6556127Z  --cap-add=SYS_PTRACE \ 2022-11-23T01:17:42.6556313Z  --tty \ 2022-11-23T01:17:42.6556489Z  --detach \ 2022-11-23T01:17:42.6556658Z  --user jenkins \ 2022-11-23T01:17:42.6556892Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T01:17:42.6557142Z  -w /var/lib/jenkins/workspace \ 2022-11-23T01:17:42.6557332Z  "${DOCKER_IMAGE}" 2022-11-23T01:17:42.6557503Z ) 2022-11-23T01:17:42.6557737Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T01:17:42.6568724Z shell: /usr/bin/bash -e {0} 2022-11-23T01:17:42.6568903Z env: 2022-11-23T01:17:42.6569140Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.7-gcc7-debug 2022-11-23T01:17:42.6569377Z BRANCH: master 2022-11-23T01:17:42.6569555Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:17:42.6569740Z PR_NUMBER: 2022-11-23T01:17:42.6569938Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:17:42.6570183Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T01:17:42.6570427Z SCCACHE_S3_KEY_PREFIX: periodic 2022-11-23T01:17:42.6570706Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:17:42.6570954Z PR_LABELS: [] 2022-11-23T01:17:42.6571134Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T01:17:42.6571510Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:42.6571856Z XLA_CUDA: 2022-11-23T01:17:42.6572004Z DEBUG: 1 2022-11-23T01:17:42.6572175Z OUR_GITHUB_JOB_ID: 9655214602 2022-11-23T01:17:42.6572361Z ##[endgroup] 2022-11-23T01:17:51.3372023Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:17:51.3408825Z + source .jenkins/pytorch/common.sh 2022-11-23T01:17:51.3419078Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T01:17:51.3428345Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T01:17:51.3433713Z +++ declare -f -t trap_add 2022-11-23T01:17:51.3438956Z ++ set -ex 2022-11-23T01:17:51.3439358Z ++ [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *rocm* ]] 2022-11-23T01:17:51.3439678Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:17:51.3443361Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:17:51.3449330Z + source .jenkins/pytorch/common-build.sh 2022-11-23T01:17:51.3464259Z ++ [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *win-* ]] 2022-11-23T01:17:51.3469558Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T01:17:51.3478179Z +++ cd .jenkins/pytorch 2022-11-23T01:17:51.3478422Z +++ pwd -P 2022-11-23T01:17:51.3480207Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T01:17:51.3480620Z ++ which sccache 2022-11-23T01:17:51.3498308Z ++ sccache --stop-server 2022-11-23T01:17:51.3962699Z ++ true 2022-11-23T01:17:51.3963137Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T01:17:51.3996975Z ++ [[ -n 1 ]] 2022-11-23T01:17:51.3997476Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T01:17:51.3997987Z Skipping sccache server initialization, setting environment variables 2022-11-23T01:17:51.3998456Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:17:51.3998897Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:17:51.3999394Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:17:51.3999958Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:17:51.4013877Z ++ export RUST_LOG=sccache::server=error 2022-11-23T01:17:51.4014131Z ++ RUST_LOG=sccache::server=error 2022-11-23T01:17:51.4014397Z ++ sccache --zero-stats 2022-11-23T01:17:51.4378541Z Compile requests 0 2022-11-23T01:17:51.4378897Z Compile requests executed 0 2022-11-23T01:17:51.4379161Z Cache hits 0 2022-11-23T01:17:51.4379363Z Cache misses 0 2022-11-23T01:17:51.4379612Z Cache timeouts 0 2022-11-23T01:17:51.4379810Z Cache read errors 0 2022-11-23T01:17:51.4379994Z Forced recaches 0 2022-11-23T01:17:51.4380210Z Cache write errors 0 2022-11-23T01:17:51.4380457Z Compilation failures 0 2022-11-23T01:17:51.4380645Z Cache errors 0 2022-11-23T01:17:51.4380997Z Non-cacheable compilations 0 2022-11-23T01:17:51.4381373Z Non-cacheable calls 0 2022-11-23T01:17:51.4381722Z Non-compilation calls 0 2022-11-23T01:17:51.4382026Z Unsupported compiler calls 0 2022-11-23T01:17:51.4382312Z Average cache write 0.000 s 2022-11-23T01:17:51.4382515Z Average cache read miss 0.000 s 2022-11-23T01:17:51.4382781Z Average cache read hit 0.000 s 2022-11-23T01:17:51.4383006Z Failed distributed compilations 0 2022-11-23T01:17:51.4384727Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:17:51.4385241Z ++ trap_add sccache_epilogue EXIT 2022-11-23T01:17:51.4385463Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T01:17:51.4385663Z ++ shift 2022-11-23T01:17:51.4385824Z ++ for trap_add_name in "$@" 2022-11-23T01:17:51.4388768Z ++++ trap -p EXIT 2022-11-23T01:17:51.4392113Z +++ eval 'extract_trap_cmd ' 2022-11-23T01:17:51.4392360Z ++++ extract_trap_cmd 2022-11-23T01:17:51.4392591Z ++++ printf '%s\n' '' 2022-11-23T01:17:51.4393286Z +++ printf '%s\n' sccache_epilogue 2022-11-23T01:17:51.4394769Z ++ trap -- ' 2022-11-23T01:17:51.4395024Z sccache_epilogue' EXIT 2022-11-23T01:17:51.4395219Z ++ which ccache 2022-11-23T01:17:51.4406041Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-clang7-asan* ]] 2022-11-23T01:17:51.4406458Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-clang7-tsan* ]] 2022-11-23T01:17:51.4406927Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-mobile-*build* ]] 2022-11-23T01:17:51.4407206Z + echo 'Python version:' 2022-11-23T01:17:51.4407398Z Python version: 2022-11-23T01:17:51.4407608Z + python --version 2022-11-23T01:17:51.4747074Z Python 3.10.4 2022-11-23T01:17:51.4757617Z + echo 'GCC version:' 2022-11-23T01:17:51.4757887Z GCC version: 2022-11-23T01:17:51.4758203Z + gcc --version 2022-11-23T01:17:51.6434630Z gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 2022-11-23T01:17:51.6435144Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-11-23T01:17:51.6435541Z This is free software; see the source for copying conditions. There is NO 2022-11-23T01:17:51.6435862Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T01:17:51.6436045Z 2022-11-23T01:17:51.6440753Z + echo 'CMake version:' 2022-11-23T01:17:51.6441083Z CMake version: 2022-11-23T01:17:51.6441773Z + cmake --version 2022-11-23T01:17:51.7683841Z cmake version 3.22.1 2022-11-23T01:17:51.7684111Z 2022-11-23T01:17:51.7684521Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T01:17:51.7747853Z + echo 'Environment variables:' 2022-11-23T01:17:51.7748234Z Environment variables: 2022-11-23T01:17:51.7748529Z + env 2022-11-23T01:17:51.7755421Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-11-23T01:17:51.7755921Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-11-23T01:17:51.7756270Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-11-23T01:17:51.7756578Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-11-23T01:17:51.7756792Z PR_LABELS=[] 2022-11-23T01:17:51.7756964Z UCC_HOME=/usr 2022-11-23T01:17:51.7757360Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.7-gcc7-debug 2022-11-23T01:17:51.7757780Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-11-23T01:17:51.7758075Z INSTALLED_DB=yes 2022-11-23T01:17:51.7758384Z RUST_LOG=sccache::server=error 2022-11-23T01:17:51.7758591Z HOSTNAME=a2c54d266623 2022-11-23T01:17:51.7758775Z GITHUB_REF_NAME=master 2022-11-23T01:17:51.7758992Z GITHUB_API_URL=https://api.github.com 2022-11-23T01:17:51.7759209Z OPENSSL_DIR=/opt/openssl 2022-11-23T01:17:51.7759430Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2022-11-23T01:17:51.7760020Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_917c6544-a346-421d-8636-a66e67f5c22a 2022-11-23T01:17:51.7760539Z CUDA_PATH=/usr/local/cuda 2022-11-23T01:17:51.7761111Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T01:17:51.7761389Z GITHUB_RUN_ATTEMPT=1 2022-11-23T01:17:51.7761742Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-11-23T01:17:51.7762025Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-11-23T01:17:51.7762257Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T01:17:51.7762439Z GITHUB_ACTIONS=true 2022-11-23T01:17:51.7762626Z NVIDIA_VISIBLE_DEVICES=all 2022-11-23T01:17:51.7762844Z NV_NVPROF_VERSION=11.6.124-1 2022-11-23T01:17:51.7763057Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-11-23T01:17:51.7763303Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T01:17:51.7763483Z CI=true 2022-11-23T01:17:51.7763731Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-11-23T01:17:51.7763944Z BRANCH=master 2022-11-23T01:17:51.7764114Z GITHUB_HEAD_REF= 2022-11-23T01:17:51.7764324Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-11-23T01:17:51.7764560Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T01:17:51.7764793Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-11-23T01:17:51.7764990Z GITHUB_ACTION_REF= 2022-11-23T01:17:51.7765182Z NCCL_VERSION=2.12.10-1 2022-11-23T01:17:51.7765363Z GITHUB_ACTION=__self 2022-11-23T01:17:51.7765594Z GITHUB_REF_PROTECTED=true 2022-11-23T01:17:51.7765928Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:17:51.7766343Z *** 2022-11-23T01:17:51.7766508Z INSTALLED_VISION=yes 2022-11-23T01:17:51.7766727Z NVARCH=x86_64 2022-11-23T01:17:51.7767012Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-11-23T01:17:51.7767214Z HOME=/var/lib/jenkins 2022-11-23T01:17:51.7767608Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_917c6544-a346-421d-8636-a66e67f5c22a 2022-11-23T01:17:51.7767889Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-11-23T01:17:51.7768091Z GITHUB_ACTION_REPOSITORY= 2022-11-23T01:17:51.7768282Z GITHUB_REF_TYPE=branch 2022-11-23T01:17:51.7768491Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-11-23T01:17:51.7768695Z GITHUB_RETENTION_DAYS=90 2022-11-23T01:17:51.7768978Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T01:17:51.7769197Z OUR_GITHUB_JOB_ID=9655214602 2022-11-23T01:17:51.7769454Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-11-23T01:17:51.7769860Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_917c6544-a346-421d-8636-a66e67f5c22a 2022-11-23T01:17:51.7770137Z DEBIAN_FRONTEND=noninteractive 2022-11-23T01:17:51.7770523Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-11-23T01:17:51.7770744Z GITHUB_REF=refs/heads/master 2022-11-23T01:17:51.7770962Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-11-23T01:17:51.7771239Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:17:51.7771451Z INSTALLED_PROTOBUF=yes 2022-11-23T01:17:51.7771672Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:17:51.7771874Z GITHUB_RUN_ID=3528394938 2022-11-23T01:17:51.7772126Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-11-23T01:17:51.7772345Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-11-23T01:17:51.7772691Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-11-23T01:17:51.7773046Z NV_NVTX_VERSION=11.6.124-1 2022-11-23T01:17:51.7773368Z GITHUB_SERVER_URL=https://github.com 2022-11-23T01:17:51.7773669Z MAX_JOBS=6 2022-11-23T01:17:51.7773996Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-11-23T01:17:51.7774356Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-11-23T01:17:51.7774714Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T01:17:51.7774963Z UCX_HOME=/usr 2022-11-23T01:17:51.7775185Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T01:17:51.7775436Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-11-23T01:17:51.7775632Z GITHUB_BASE_REF= 2022-11-23T01:17:51.7775796Z TERM=xterm 2022-11-23T01:17:51.7775941Z XLA_CUDA= 2022-11-23T01:17:51.7776132Z NV_NVML_DEV_VERSION=11.6.55-1 2022-11-23T01:17:51.7776324Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T01:17:51.7776492Z CUDA_VERSION=11.6.2 2022-11-23T01:17:51.7776740Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-11-23T01:17:51.7776955Z OPENSSL_ROOT_DIR=/opt/openssl 2022-11-23T01:17:51.7777343Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_917c6544-a346-421d-8636-a66e67f5c22a 2022-11-23T01:17:51.7777621Z GITHUB_JOB=build 2022-11-23T01:17:51.7777810Z SCCACHE_S3_KEY_PREFIX=periodic 2022-11-23T01:17:51.7778036Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-11-23T01:17:51.7778225Z PR_NUMBER= 2022-11-23T01:17:51.7778610Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_917c6544-a346-421d-8636-a66e67f5c22a 2022-11-23T01:17:51.7778882Z SHLVL=1 2022-11-23T01:17:51.7779119Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-11-23T01:17:51.7779354Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T01:17:51.7779961Z 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=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 2022-11-23T01:17:51.7780549Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-11-23T01:17:51.7780759Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:17:51.7780966Z GITHUB_EVENT_NAME=schedule 2022-11-23T01:17:51.7781187Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-11-23T01:17:51.7781433Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-11-23T01:17:51.7781642Z GITHUB_RUN_NUMBER=3445 2022-11-23T01:17:51.7781830Z GITHUB_WORKFLOW=periodic 2022-11-23T01:17:51.7782010Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:17:51.7782316Z 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-11-23T01:17:51.7782649Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-11-23T01:17:51.7782972Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:17:51.7783226Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T01:17:51.7783445Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T01:17:51.7783632Z _=/usr/bin/env 2022-11-23T01:17:51.7783902Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *cuda* ]] 2022-11-23T01:17:51.7784168Z + echo 'NVCC version:' 2022-11-23T01:17:51.7784342Z NVCC version: 2022-11-23T01:17:51.7784521Z + nvcc --version 2022-11-23T01:17:51.7863408Z nvcc: NVIDIA (R) Cuda compiler driver 2022-11-23T01:17:51.7863786Z Copyright (c) 2005-2022 NVIDIA Corporation 2022-11-23T01:17:51.7864064Z Built on Tue_Mar__8_18:18:20_PST_2022 2022-11-23T01:17:51.7864291Z Cuda compilation tools, release 11.6, V11.6.124 2022-11-23T01:17:51.7864523Z Build cuda_11.6.r11.6/compiler.31057947_0 2022-11-23T01:17:51.7889816Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *cuda11* ]] 2022-11-23T01:17:51.7890352Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *cuda11.3* ]] 2022-11-23T01:17:51.7890879Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *clang* ]] 2022-11-23T01:17:51.7891198Z + export USE_UCC=1 2022-11-23T01:17:51.7891386Z + USE_UCC=1 2022-11-23T01:17:51.7891661Z + export USE_SYSTEM_UCC=1 2022-11-23T01:17:51.7891939Z + USE_SYSTEM_UCC=1 2022-11-23T01:17:51.7892234Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *\c\a\f\f\e\2* ]] 2022-11-23T01:17:51.7892586Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *\o\n\n\x* ]] 2022-11-23T01:17:51.7892974Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T01:17:51.7893365Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T01:17:51.7893738Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *rocm* ]] 2022-11-23T01:17:51.7893976Z + export USE_LLVM=/opt/llvm 2022-11-23T01:17:51.7894166Z + USE_LLVM=/opt/llvm 2022-11-23T01:17:51.7894356Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T01:17:51.7894572Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T01:17:51.7894763Z + which conda 2022-11-23T01:17:51.7900541Z /opt/conda/bin/conda 2022-11-23T01:17:51.7901318Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:17:51.7901694Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:17:51.7902656Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *libtorch* ]] 2022-11-23T01:17:51.7903126Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-android* ]] 2022-11-23T01:17:51.7903531Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *android* ]] 2022-11-23T01:17:51.7904074Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *vulkan* ]] 2022-11-23T01:17:51.7904622Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *rocm* ]] 2022-11-23T01:17:51.7905032Z + '[' -z 6 ']' 2022-11-23T01:17:51.7905529Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *cuda* ]] 2022-11-23T01:17:51.7905970Z + [[ -z 5.2 ]] 2022-11-23T01:17:51.7906501Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *clang* ]] 2022-11-23T01:17:51.7906896Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *no-ops* ]] 2022-11-23T01:17:51.7907234Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-pch* ]] 2022-11-23T01:17:51.7907632Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T01:17:51.7908006Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *android* ]] 2022-11-23T01:17:51.7908345Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *cuda* ]] 2022-11-23T01:17:51.7909197Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *-bazel-* ]] 2022-11-23T01:17:51.7909912Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T01:17:51.7910245Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T01:17:51.7912375Z + get_exit_code python setup.py bad_argument 2022-11-23T01:17:51.7912602Z + set +e 2022-11-23T01:17:51.7912775Z + python setup.py bad_argument 2022-11-23T01:17:52.5475428Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:17:52.6044361Z invalid command 'bad_argument' 2022-11-23T01:17:52.6467022Z + retcode=1 2022-11-23T01:17:52.6467446Z + set -e 2022-11-23T01:17:52.6467714Z + return 1 2022-11-23T01:17:52.6471569Z + get_exit_code python setup.py 'clean]' 2022-11-23T01:17:52.6471777Z + set +e 2022-11-23T01:17:52.6471997Z + python setup.py 'clean]' 2022-11-23T01:17:52.9171217Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:17:52.9368955Z invalid command name 'clean]' 2022-11-23T01:17:52.9787427Z + retcode=1 2022-11-23T01:17:52.9787703Z + set -e 2022-11-23T01:17:52.9787869Z + return 1 2022-11-23T01:17:52.9792540Z + get_exit_code python setup.py clean bad_argument 2022-11-23T01:17:52.9792912Z + set +e 2022-11-23T01:17:52.9793222Z + python setup.py clean bad_argument 2022-11-23T01:17:53.2469081Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:17:53.2740001Z invalid command 'bad_argument' 2022-11-23T01:17:53.3158003Z + retcode=1 2022-11-23T01:17:53.3158416Z + set -e 2022-11-23T01:17:53.3158690Z + return 1 2022-11-23T01:17:53.3160558Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *libtorch* ]] 2022-11-23T01:17:53.3161314Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *rocm* ]] 2022-11-23T01:17:53.3161866Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *xla* ]] 2022-11-23T01:17:53.3162078Z + WERROR=1 2022-11-23T01:17:53.3162262Z + python setup.py bdist_wheel 2022-11-23T01:17:53.5876385Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:17:53.6431061Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T01:17:53.7378155Z cmake -DBUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.7-gcc7-debug -DBUILD_PYTHON=True -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.14.0a0+git1cfd385 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DUSE_SYSTEM_UCC=1 -DUSE_UCC=1 -DWERROR=1 /var/lib/jenkins/workspace 2022-11-23T01:17:54.0544105Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:17:54.1849863Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:17:54.1966846Z -- Detecting CXX compiler ABI info 2022-11-23T01:17:54.3390024Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:17:54.3468183Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:17:54.3471099Z -- Detecting CXX compile features 2022-11-23T01:17:54.3476504Z -- Detecting CXX compile features - done 2022-11-23T01:17:54.3505231Z -- Detecting C compiler ABI info 2022-11-23T01:17:54.4288302Z -- Detecting C compiler ABI info - done 2022-11-23T01:17:54.4364872Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:17:54.4367928Z -- Detecting C compile features 2022-11-23T01:17:54.4372429Z -- Detecting C compile features - done 2022-11-23T01:17:54.4378059Z -- Not forcing any particular BLAS to be found 2022-11-23T01:17:54.4391260Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:17:54.4391921Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:17:54.4392599Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:17:54.4393117Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:17:54.4393565Z Call Stack (most recent call first): 2022-11-23T01:17:54.4393974Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T01:17:54.4394569Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:17:54.4395030Z  2022-11-23T01:17:54.4395680Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:17:54.4396299Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:17:54.4396978Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:17:54.4397509Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:17:54.4397957Z Call Stack (most recent call first): 2022-11-23T01:17:54.4398350Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T01:17:54.4398960Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:17:54.4399394Z  2022-11-23T01:17:54.4415610Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T01:17:54.4509641Z -- Performing Test COMPILER_WORKS 2022-11-23T01:17:54.5295556Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T01:17:54.5298406Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T01:17:54.7944723Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T01:17:54.7946961Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T01:17:54.9347055Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T01:17:54.9347668Z -- std::exception_ptr is supported. 2022-11-23T01:17:54.9349879Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T01:17:54.9634764Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T01:17:54.9635140Z -- Turning off deprecation warning due to glog. 2022-11-23T01:17:54.9647188Z -- Performing Test C_HAS_AVX_1 2022-11-23T01:17:55.1823821Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T01:17:55.1824386Z -- Performing Test C_HAS_AVX_2 2022-11-23T01:17:55.3148488Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T01:17:55.3149541Z -- Performing Test C_HAS_AVX2_1 2022-11-23T01:17:55.4831929Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T01:17:55.4832468Z -- Performing Test C_HAS_AVX2_2 2022-11-23T01:17:55.6111741Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T01:17:55.6113871Z -- Performing Test C_HAS_AVX512_1 2022-11-23T01:17:55.7745452Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T01:17:55.7746630Z -- Performing Test C_HAS_AVX512_2 2022-11-23T01:17:55.9309508Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-11-23T01:17:55.9310287Z -- Performing Test C_HAS_AVX512_3 2022-11-23T01:17:55.9529421Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-11-23T01:17:55.9530781Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T01:17:56.1347679Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T01:17:56.1348521Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T01:17:56.2642774Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T01:17:56.2644297Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T01:17:56.4265142Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T01:17:56.4266256Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T01:17:56.5505786Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T01:17:56.5507999Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T01:17:56.7123960Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T01:17:56.7125685Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T01:17:56.8797198Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-11-23T01:17:56.8798517Z -- Performing Test CXX_HAS_AVX512_3 2022-11-23T01:17:56.9008882Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-11-23T01:17:56.9009546Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T01:17:56.9011284Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T01:17:57.0310396Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T01:17:57.0310822Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T01:17:57.0316825Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T01:17:57.1197479Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T01:17:57.1204395Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T01:17:57.2036059Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T01:17:57.2042038Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T01:17:57.2873032Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T01:17:57.3270583Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:17:58.3349021Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:17:58.3407387Z -- Detecting CUDA compiler ABI info 2022-11-23T01:17:58.5878685Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:17:58.6116826Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:17:58.6119446Z -- Detecting CUDA compile features 2022-11-23T01:17:58.6124086Z -- Detecting CUDA compile features - done 2022-11-23T01:17:58.6191483Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:17:58.6192143Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:17:58.6192551Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:17:58.7287615Z -- Caffe2: Header version is: 11.6 2022-11-23T01:17:58.7318196Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:17:58.7320130Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:17:58.9890459Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:17:58.9901241Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T01:17:58.9901776Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:17:58.9902309Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:17:58.9902718Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:17:58.9903195Z Call Stack (most recent call first): 2022-11-23T01:17:58.9903637Z cmake/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:17:58.9904106Z cmake/Dependencies.cmake:43 (include) 2022-11-23T01:17:58.9904362Z CMakeLists.txt:719 (include) 2022-11-23T01:17:58.9904484Z 2022-11-23T01:17:58.9904576Z  2022-11-23T01:17:58.9904856Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:17:58.9923364Z -- Building using own protobuf under third_party per request. 2022-11-23T01:17:58.9923817Z -- Use custom protobuf build. 2022-11-23T01:17:58.9971339Z -- 2022-11-23T01:17:58.9971729Z -- 3.13.0.0 2022-11-23T01:17:58.9979837Z -- Looking for pthread.h 2022-11-23T01:17:59.0772916Z -- Looking for pthread.h - found 2022-11-23T01:17:59.0774467Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:17:59.1534234Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:17:59.1534565Z -- Check if compiler accepts -pthread 2022-11-23T01:17:59.2339598Z -- Check if compiler accepts -pthread - yes 2022-11-23T01:17:59.2348875Z -- Found Threads: TRUE 2022-11-23T01:17:59.2352867Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T01:17:59.3270904Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T01:17:59.3672184Z -- Caffe2 protobuf include directory: $$ 2022-11-23T01:17:59.3694123Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T01:17:59.3713294Z -- MKL_THREADING = OMP 2022-11-23T01:17:59.3715957Z -- Looking for sys/types.h 2022-11-23T01:17:59.4449091Z -- Looking for sys/types.h - found 2022-11-23T01:17:59.4451046Z -- Looking for stdint.h 2022-11-23T01:17:59.5178715Z -- Looking for stdint.h - found 2022-11-23T01:17:59.5179610Z -- Looking for stddef.h 2022-11-23T01:17:59.5893488Z -- Looking for stddef.h - found 2022-11-23T01:17:59.5893904Z -- Check size of void* 2022-11-23T01:17:59.6657768Z -- Check size of void* - done 2022-11-23T01:17:59.9620341Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:17:59.9621085Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:17:59.9621600Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:17:59.9622128Z problems in calling code that expects `find_package` result variables 2022-11-23T01:17:59.9622578Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:17:59.9622925Z Call Stack (most recent call first): 2022-11-23T01:17:59.9623361Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:17:59.9623789Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:17:59.9624196Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:17:59.9624615Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:17:59.9624986Z CMakeLists.txt:719 (include) 2022-11-23T01:17:59.9625746Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:17:59.9626174Z  2022-11-23T01:18:00.0502025Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:00.0502732Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:00.0503324Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:00.0503838Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:00.0504287Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:00.0504642Z Call Stack (most recent call first): 2022-11-23T01:18:00.0505086Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:00.0505562Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:18:00.0505965Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:18:00.0506412Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:18:00.0506784Z CMakeLists.txt:719 (include) 2022-11-23T01:18:00.0507298Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:00.0507721Z  2022-11-23T01:18:00.0520855Z -- Looking for cblas_sgemm 2022-11-23T01:18:00.3205833Z -- Looking for cblas_sgemm - found 2022-11-23T01:18:00.3262275Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T01:18:00.3262779Z -- MKL include directory: /opt/conda/include 2022-11-23T01:18:00.3263033Z -- MKL OpenMP type: GNU 2022-11-23T01:18:00.3263255Z -- MKL OpenMP library: -fopenmp 2022-11-23T01:18:00.3748218Z -- The ASM compiler identification is GNU 2022-11-23T01:18:00.3766921Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T01:18:00.3996821Z -- Brace yourself, we are building NNPACK 2022-11-23T01:18:00.4058183Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T01:18:00.4296389Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T01:18:00.4477541Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T01:18:00.4477900Z -- NNPACK backend is x86-64 2022-11-23T01:18:00.9642612Z -- Found Python: /opt/conda/bin/python3.10 (found version "3.10.4") found components: Interpreter 2022-11-23T01:18:00.9722406Z -- Failed to find LLVM FileCheck 2022-11-23T01:18:00.9786084Z -- Found Git: /usr/bin/git (found version "2.17.1") 2022-11-23T01:18:01.1233518Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T01:18:01.1233796Z -- Version: 1.6.1 2022-11-23T01:18:01.1239815Z -- Looking for shm_open in rt 2022-11-23T01:18:01.2013663Z -- Looking for shm_open in rt - found 2022-11-23T01:18:01.2020399Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T01:18:01.2827897Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T01:18:01.2834497Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T01:18:01.3666202Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T01:18:01.3672513Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T01:18:01.4450473Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T01:18:01.4457361Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T01:18:01.5319080Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T01:18:01.5325960Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T01:18:01.6149688Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T01:18:01.6160405Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T01:18:01.7024060Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T01:18:01.7030262Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T01:18:01.7859510Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T01:18:01.7866348Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T01:18:01.8667799Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T01:18:01.8674560Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T01:18:01.8966385Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T01:18:01.8974028Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T01:18:01.9799696Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T01:18:01.9807184Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T01:18:02.0623018Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:02.0630133Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T01:18:02.1459210Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T01:18:02.1471266Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T01:18:02.2282672Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T01:18:02.2290975Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T01:18:02.2531976Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T01:18:02.2539802Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T01:18:02.2806589Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T01:18:02.2814945Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T01:18:02.3687988Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T01:18:02.3688797Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:02.3689215Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:02.6594544Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T01:18:02.6595064Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:02.6595485Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:02.6849693Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T01:18:02.6850234Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:02.6850641Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:02.8152498Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T01:18:02.8152833Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:02.8153109Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:02.9338248Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T01:18:02.9640176Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T01:18:03.0681525Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T01:18:03.0703809Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:03.0704509Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:03.0705075Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:03.0705606Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:03.0706053Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:03.0706439Z Call Stack (most recent call first): 2022-11-23T01:18:03.0706862Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:03.0707364Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:03.0708012Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:03.0708454Z  2022-11-23T01:18:03.0708897Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:03.0709679Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:03.0710346Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:03.0710879Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:03.0711395Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:03.0711867Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:03.0712260Z Call Stack (most recent call first): 2022-11-23T01:18:03.0712738Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:03.0713401Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:03.0713999Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:03.0714492Z  2022-11-23T01:18:03.0714916Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:03.0715412Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T01:18:03.0715967Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T01:18:03.0716304Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T01:18:03.0716486Z 2022-11-23T01:18:03.0716600Z  2022-11-23T01:18:03.1742428Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T01:18:03.1742805Z ========== 2022-11-23T01:18:03.1742962Z 2022-11-23T01:18:03.1743125Z  2022-11-23T01:18:03.1743587Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T01:18:03.1743882Z CMAKE_BUILD_TYPE = Release 2022-11-23T01:18:03.1744044Z 2022-11-23T01:18:03.1744162Z  2022-11-23T01:18:03.1744672Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T01:18:03.1745106Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T01:18:03.1745329Z 2022-11-23T01:18:03.1745493Z  2022-11-23T01:18:03.1745908Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T01:18:03.1746210Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T01:18:03.1746330Z 2022-11-23T01:18:03.1746406Z  2022-11-23T01:18:03.1746681Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T01:18:03.1746897Z ========== 2022-11-23T01:18:03.1747000Z 2022-11-23T01:18:03.1747065Z  2022-11-23T01:18:03.1789405Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T01:18:03.2625690Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T01:18:03.2632063Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T01:18:03.3460923Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T01:18:03.3467295Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T01:18:03.4312768Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T01:18:03.4318384Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T01:18:03.5160548Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T01:18:03.5283336Z ** AsmJit Summary ** 2022-11-23T01:18:03.5284002Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T01:18:03.5284511Z  ASMJIT_TEST=FALSE 2022-11-23T01:18:03.5284895Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T01:18:03.5285143Z  ASMJIT_DEPS=pthread;rt 2022-11-23T01:18:03.5285388Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T01:18:03.5285659Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T01:18:03.5286138Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T01:18:03.5286532Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T01:18:03.5286954Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T01:18:03.5368482Z -- Found Numa: /usr/include 2022-11-23T01:18:03.5369119Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2022-11-23T01:18:03.5444707Z -- Using third party subdirectory Eigen. 2022-11-23T01:18:03.5645437Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "3.0") 2022-11-23T01:18:03.5687776Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found suitable version "3.10.4", minimum required is "3.0") 2022-11-23T01:18:03.5689589Z -- Using third_party/pybind11. 2022-11-23T01:18:03.5701473Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T01:18:03.7433574Z -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2022-11-23T01:18:04.1578770Z -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") 2022-11-23T01:18:04.1580208Z -- Found MPI: TRUE (found version "3.1") 2022-11-23T01:18:04.1584572Z -- MPI support found 2022-11-23T01:18:04.1585050Z -- MPI compile flags: -pthread 2022-11-23T01:18:04.1586023Z -- 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-11-23T01:18:04.1586652Z -- MPI LINK flags path: -L/usr/lib -pthread 2022-11-23T01:18:04.1587055Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-11-23T01:18:04.2724545Z CMake Warning at cmake/Dependencies.cmake:1162 (message): 2022-11-23T01:18:04.2724974Z OpenMPI found, but it is not built with CUDA support. 2022-11-23T01:18:04.2725212Z Call Stack (most recent call first): 2022-11-23T01:18:04.2725441Z CMakeLists.txt:719 (include) 2022-11-23T01:18:04.2725568Z 2022-11-23T01:18:04.2725642Z  2022-11-23T01:18:04.2749072Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:04.2749710Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:04.2750034Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:04.2750326Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:04.2750590Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:04.2750812Z Call Stack (most recent call first): 2022-11-23T01:18:04.2751075Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:04.2751337Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:04.2751603Z CMakeLists.txt:719 (include) 2022-11-23T01:18:04.2752074Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:04.2752361Z  2022-11-23T01:18:04.2752922Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:04.2753541Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:04.2753856Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:04.2754146Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:04.2754408Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:04.2754626Z Call Stack (most recent call first): 2022-11-23T01:18:04.2754875Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:04.2755148Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:04.2755365Z CMakeLists.txt:719 (include) 2022-11-23T01:18:04.2755665Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:04.2755904Z  2022-11-23T01:18:04.2757984Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T01:18:04.2758549Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-11-23T01:18:04.2758932Z -- Disabling kernel asserts for ROCm 2022-11-23T01:18:04.2759182Z -- Looking for LLVM in /opt/llvm 2022-11-23T01:18:04.2809333Z -- Found LLVM 9.0.1 2022-11-23T01:18:04.2809611Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-11-23T01:18:04.2837963Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T01:18:04.2838620Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:18:04.2838976Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:18:04.2839257Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:18:04.2839487Z Call Stack (most recent call first): 2022-11-23T01:18:04.2839734Z cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:18:04.2840124Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T01:18:04.2840345Z CMakeLists.txt:719 (include) 2022-11-23T01:18:04.2840469Z 2022-11-23T01:18:04.2840612Z  2022-11-23T01:18:04.2964063Z CMake Warning at cmake/External/nccl.cmake:69 (message): 2022-11-23T01:18:04.2964637Z Enabling NCCL library slimming 2022-11-23T01:18:04.2964937Z Call Stack (most recent call first): 2022-11-23T01:18:04.2965152Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T01:18:04.2965366Z CMakeLists.txt:719 (include) 2022-11-23T01:18:04.2965487Z 2022-11-23T01:18:04.2965571Z  2022-11-23T01:18:04.3051075Z -- Found CUB: /usr/local/cuda/include 2022-11-23T01:18:04.3052711Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T01:18:04.3054330Z 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-11-23T01:18:04.3055502Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T01:18:04.3055811Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T01:18:04.3056128Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T01:18:04.3056486Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T01:18:04.3283003Z -- Performing Test UV_LINT_W4 2022-11-23T01:18:04.3491200Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T01:18:04.3497767Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T01:18:04.3698394Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T01:18:04.3704999Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T01:18:04.3928431Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T01:18:04.3934761Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T01:18:04.4136052Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T01:18:04.4142376Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T01:18:04.4348279Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T01:18:04.4354558Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T01:18:04.4549397Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T01:18:04.4556052Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T01:18:04.4755195Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T01:18:04.4762186Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T01:18:04.4954498Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T01:18:04.4961821Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T01:18:04.5158671Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T01:18:04.5165048Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T01:18:04.5357247Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T01:18:04.5363710Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T01:18:04.5562242Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T01:18:04.5568417Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T01:18:04.5762648Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T01:18:04.5768965Z -- Performing Test UV_LINT_WALL 2022-11-23T01:18:04.6482076Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T01:18:04.6488560Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T01:18:04.7193212Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T01:18:04.7199283Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T01:18:04.7929965Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T01:18:04.7935874Z -- Performing Test UV_LINT_EXTRA 2022-11-23T01:18:04.8672368Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T01:18:04.8678016Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T01:18:04.8882481Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T01:18:04.8889435Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T01:18:05.0225544Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T01:18:05.0253051Z -- summary of build options: 2022-11-23T01:18:05.0253615Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T01:18:05.0254047Z Target system: Linux 2022-11-23T01:18:05.0254256Z Compiler: 2022-11-23T01:18:05.0254517Z C compiler: /opt/cache/bin/cc 2022-11-23T01:18:05.0254825Z CFLAGS: -fopenmp 2022-11-23T01:18:05.0254972Z 2022-11-23T01:18:05.0279653Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T01:18:05.0490984Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T01:18:05.0492529Z 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-11-23T01:18:05.0493629Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T01:18:05.0493990Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T01:18:05.0494407Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T01:18:05.0494735Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T01:18:05.0510057Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T01:18:05.0510522Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T01:18:05.0510937Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T01:18:05.0511343Z set the policy and suppress this warning. 2022-11-23T01:18:05.0511515Z 2022-11-23T01:18:05.0511684Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T01:18:05.0512070Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T01:18:05.0512559Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:05.0512978Z  2022-11-23T01:18:05.0513585Z -- Enabling sccache for CXX 2022-11-23T01:18:05.0513980Z -- Enabling sccache for C 2022-11-23T01:18:05.0514341Z -- Gloo build as SHARED library 2022-11-23T01:18:05.0630020Z -- 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-11-23T01:18:05.0630912Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-11-23T01:18:05.0688102Z -- Found CUDA: /usr/local/cuda (found suitable version "11.6", minimum required is "7.0") 2022-11-23T01:18:05.0698710Z -- CUDA detected: 11.6 2022-11-23T01:18:05.0938799Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T01:18:05.0939119Z Metal is only used in ios builds. 2022-11-23T01:18:05.0939384Z Call Stack (most recent call first): 2022-11-23T01:18:05.0939607Z CMakeLists.txt:719 (include) 2022-11-23T01:18:05.0939817Z 2022-11-23T01:18:05.0939935Z  2022-11-23T01:18:05.1208479Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T01:18:05.1224715Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found version "3.10.4") 2022-11-23T01:18:05.1228133Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:18:05.1230742Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:18:05.1232867Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:18:05.5099466Z -- 2022-11-23T01:18:05.5099898Z -- ******** Summary ******** 2022-11-23T01:18:05.5100760Z -- CMake version : 3.22.1 2022-11-23T01:18:05.5101309Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:05.5101601Z -- System : Linux 2022-11-23T01:18:05.5102003Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:05.5102356Z -- C++ compiler version : 7.5.0 2022-11-23T01:18:05.5102950Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:05.5103394Z -- Build type : Release 2022-11-23T01:18:05.5103829Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T01:18:05.5104377Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T01:18:05.5104765Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:05.5105356Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T01:18:05.5105752Z -- 2022-11-23T01:18:05.5106007Z -- ONNX version : 1.12.0 2022-11-23T01:18:05.5145838Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:05.5146106Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:05.5146351Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T01:18:05.5146595Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T01:18:05.5146849Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T01:18:05.5147073Z -- ONNX_WERROR : OFF 2022-11-23T01:18:05.5147310Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:05.5147554Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:05.5147781Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:05.5148019Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T01:18:05.5148197Z -- 2022-11-23T01:18:05.5148393Z -- Protobuf compiler : 2022-11-23T01:18:05.5148623Z -- Protobuf includes : 2022-11-23T01:18:05.5148855Z -- Protobuf libraries : 2022-11-23T01:18:05.5149082Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:05.5172266Z -- 2022-11-23T01:18:05.5172559Z -- ******** Summary ******** 2022-11-23T01:18:05.5172923Z -- CMake version : 3.22.1 2022-11-23T01:18:05.5173351Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:05.5173652Z -- System : Linux 2022-11-23T01:18:05.5173963Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:05.5174299Z -- C++ compiler version : 7.5.0 2022-11-23T01:18:05.5174994Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:05.5175511Z -- Build type : Release 2022-11-23T01:18:05.5175928Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T01:18:05.5176469Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T01:18:05.5176916Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:05.5177336Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T01:18:05.5177617Z -- 2022-11-23T01:18:05.5177814Z -- ONNX version : 1.4.1 2022-11-23T01:18:05.5178188Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:05.5178414Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:05.5178699Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:05.5178931Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:05.5179150Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:05.5179332Z -- 2022-11-23T01:18:05.5179539Z -- Protobuf compiler : 2022-11-23T01:18:05.5179757Z -- Protobuf includes : 2022-11-23T01:18:05.5179986Z -- Protobuf libraries : 2022-11-23T01:18:05.5180218Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:05.5180531Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2022-11-23T01:18:05.5180829Z -- Adding -DNDEBUG to compile flags 2022-11-23T01:18:05.5193353Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T01:18:05.5449825Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T01:18:05.5450491Z -- Compiling with MAGMA support 2022-11-23T01:18:05.5450978Z -- MAGMA INCLUDE DIRECTORIES: /opt/conda/include 2022-11-23T01:18:05.5451516Z -- MAGMA LIBRARIES: /opt/conda/lib/libmagma.a 2022-11-23T01:18:05.5451761Z -- MAGMA V2 check: 0 2022-11-23T01:18:05.5693338Z -- Could not find hardware support for NEON on this machine. 2022-11-23T01:18:05.5693672Z -- No OMAP3 processor on this machine. 2022-11-23T01:18:05.5693926Z -- No OMAP4 processor on this machine. 2022-11-23T01:18:05.5716566Z -- Found a library with LAPACK API (mkl). 2022-11-23T01:18:05.5717098Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T01:18:05.5717409Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T01:18:05.5728536Z -- Will build oneDNN Graph 2022-11-23T01:18:05.5809607Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T01:18:05.5831128Z -- cmake version: 3.22.1 2022-11-23T01:18:05.5831759Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T01:18:05.5832335Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T01:18:05.5832608Z of CMake. 2022-11-23T01:18:05.5832712Z 2022-11-23T01:18:05.5832927Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:05.5833238Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:05.5833613Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:05.5833884Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:05.5834028Z 2022-11-23T01:18:05.5834108Z  2022-11-23T01:18:05.5875402Z -- DNNL_TARGET_ARCH: X64 2022-11-23T01:18:05.5917435Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T01:18:05.5978939Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:05.5979623Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:05.5980167Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:05.5980704Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:05.5981169Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:05.5981554Z Call Stack (most recent call first): 2022-11-23T01:18:05.5982016Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:05.5982725Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:05.5983427Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:05.5984092Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:05.5984494Z  2022-11-23T01:18:05.5984913Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:05.5985932Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:05.5986595Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:05.5987316Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:05.5987841Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:05.5988386Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:05.5988766Z Call Stack (most recent call first): 2022-11-23T01:18:05.5989232Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:05.5989953Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:05.5990617Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:05.5991272Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:05.5991712Z  2022-11-23T01:18:05.5992161Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:05.6090473Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T01:18:05.6280916Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "2.7") 2022-11-23T01:18:05.6298290Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-11-23T01:18:05.6641769Z -- Enabled workload: TRAINING 2022-11-23T01:18:05.6642100Z -- Enabled primitives: ALL 2022-11-23T01:18:05.6642410Z -- Enabled primitive CPU ISA: ALL 2022-11-23T01:18:05.6642652Z -- Enabled primitive GPU ISA: ALL 2022-11-23T01:18:05.6720430Z -- Primitive cache is enabled 2022-11-23T01:18:05.7311658Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T01:18:05.8129073Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T01:18:05.8130656Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T01:18:05.8857088Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T01:18:05.8858930Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T01:18:06.0035159Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T01:18:06.3226397Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot 2022-11-23T01:18:06.4215682Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:06.4216153Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:06.4216482Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:06.4216821Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:06.4217084Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:06.4217306Z Call Stack (most recent call first): 2022-11-23T01:18:06.4217638Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:06.4217996Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:06.4218451Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:06.4218796Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:06.4219082Z  2022-11-23T01:18:06.4219637Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:06.4220104Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:06.4220401Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:06.4220750Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:06.4221024Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:06.4221286Z Call Stack (most recent call first): 2022-11-23T01:18:06.4221703Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:06.4222116Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:06.4222508Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:06.4222885Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:06.4223129Z  2022-11-23T01:18:06.4263504Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T01:18:06.4284436Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T01:18:06.4284816Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T01:18:06.4480161Z -- Graph compiler backend is disabled. 2022-11-23T01:18:06.4490871Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T01:18:06.4513488Z -- Compiled partition cache is enabled 2022-11-23T01:18:06.4572915Z -- Found MKL-DNN: TRUE 2022-11-23T01:18:06.4577000Z -- Looking for clock_gettime in rt 2022-11-23T01:18:06.5382422Z -- Looking for clock_gettime in rt - found 2022-11-23T01:18:06.5383140Z -- Looking for mmap 2022-11-23T01:18:06.6156014Z -- Looking for mmap - found 2022-11-23T01:18:06.6156820Z -- Looking for shm_open 2022-11-23T01:18:06.6915198Z -- Looking for shm_open - found 2022-11-23T01:18:06.6915486Z -- Looking for shm_unlink 2022-11-23T01:18:06.7679456Z -- Looking for shm_unlink - found 2022-11-23T01:18:06.7679916Z -- Looking for malloc_usable_size 2022-11-23T01:18:06.8398307Z -- Looking for malloc_usable_size - found 2022-11-23T01:18:06.8399666Z -- Performing Test C_HAS_THREAD 2022-11-23T01:18:06.9137157Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T01:18:06.9216337Z -- Version: 7.1.3 2022-11-23T01:18:06.9216751Z -- Build type: Release 2022-11-23T01:18:06.9238664Z -- CXX_STANDARD: 14 2022-11-23T01:18:06.9245094Z -- Performing Test has_std_14_flag 2022-11-23T01:18:07.0133572Z -- Performing Test has_std_14_flag - Success 2022-11-23T01:18:07.0139737Z -- Performing Test has_std_1y_flag 2022-11-23T01:18:07.1012011Z -- Performing Test has_std_1y_flag - Success 2022-11-23T01:18:07.1013658Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T01:18:07.1936127Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T01:18:07.1936684Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T01:18:07.3265253Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T01:18:07.3273963Z -- Required features: cxx_variadic_templates 2022-11-23T01:18:07.3279932Z -- Looking for strtod_l 2022-11-23T01:18:07.3864670Z -- Looking for strtod_l - not found 2022-11-23T01:18:07.3871461Z -- Using Kineto with CUPTI support 2022-11-23T01:18:07.3871862Z -- Configuring Kineto dependency: 2022-11-23T01:18:07.3872231Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T01:18:07.3872583Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T01:18:07.3872815Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T01:18:07.3873074Z -- CUDA_SOURCE_DIR = /usr/local/cuda 2022-11-23T01:18:07.3873409Z -- CUDA_INCLUDE_DIRS = /usr/local/cuda/include 2022-11-23T01:18:07.3874121Z -- CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-11-23T01:18:07.3874520Z -- CUDA_cupti_LIBRARY = /usr/local/cuda/lib64/libcupti.so 2022-11-23T01:18:07.3874806Z -- Found CUPTI 2022-11-23T01:18:07.4094209Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T01:18:07.4096198Z INFO ROCM_SOURCE_DIR =  2022-11-23T01:18:07.4636178Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T01:18:07.4636865Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T01:18:07.4637288Z INFO CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-11-23T01:18:07.4637606Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T01:18:07.4644673Z -- Configured Kineto 2022-11-23T01:18:07.4670090Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:07.4670869Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:07.4671451Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:07.4671835Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:07.4672091Z Call Stack (most recent call first): 2022-11-23T01:18:07.4672315Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T01:18:07.4672651Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:07.4672901Z  2022-11-23T01:18:07.4677241Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-11-23T01:18:07.4684056Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T01:18:07.5893324Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T01:18:07.5900114Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T01:18:07.6850719Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T01:18:07.6857780Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T01:18:07.7100980Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T01:18:07.7108188Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T01:18:07.7344545Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T01:18:07.7351685Z -- Performing Test HAS_WNARROWING 2022-11-23T01:18:07.8230985Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T01:18:07.8238169Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T01:18:07.9113625Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T01:18:07.9120830Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T01:18:07.9991315Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T01:18:07.9998531Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T01:18:08.0954505Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T01:18:08.0961168Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T01:18:08.1864603Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T01:18:08.1871575Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T01:18:08.2778550Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T01:18:08.2785530Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T01:18:08.3658432Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T01:18:08.3665689Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T01:18:08.4556763Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T01:18:08.4564237Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T01:18:08.5450107Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T01:18:08.5457105Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T01:18:08.6396367Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T01:18:08.6404653Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T01:18:08.7566257Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T01:18:08.7573476Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T01:18:08.8461392Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:08.8468714Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T01:18:08.8712884Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T01:18:08.8719872Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T01:18:08.9686298Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T01:18:08.9693555Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T01:18:09.0632506Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T01:18:09.0639459Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T01:18:09.1814279Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T01:18:09.1821717Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T01:18:09.2088007Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T01:18:09.2094809Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T01:18:09.3001196Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T01:18:09.3008903Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-11-23T01:18:09.4466129Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-11-23T01:18:09.4472910Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T01:18:09.5435623Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T01:18:09.5442900Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T01:18:09.6422379Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T01:18:09.6428956Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T01:18:09.7383809Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T01:18:09.7390882Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T01:18:09.8323320Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T01:18:09.8330414Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T01:18:09.9255239Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T01:18:09.9262595Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T01:18:09.9522718Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T01:18:09.9530308Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T01:18:10.0450246Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T01:18:10.0537025Z -- Performing Test HASPRIVATE 2022-11-23T01:18:10.0761191Z -- Performing Test HASPRIVATE - Failed 2022-11-23T01:18:10.0786378Z -- Looking for backtrace 2022-11-23T01:18:10.1756916Z -- Looking for backtrace - found 2022-11-23T01:18:10.1758742Z -- backtrace facility detected in default set of libraries 2022-11-23T01:18:10.1761047Z -- Found Backtrace: /usr/include 2022-11-23T01:18:10.1762750Z -- NUMA paths: 2022-11-23T01:18:10.1763081Z -- /usr/include 2022-11-23T01:18:10.1763526Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2022-11-23T01:18:12.8451092Z -- headers outputs: 2022-11-23T01:18:18.5470575Z -- sources outputs: 2022-11-23T01:18:19.6382943Z -- declarations_yaml outputs: 2022-11-23T01:18:19.6462989Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T01:18:19.7397786Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T01:18:19.7648819Z -- Using ATen parallel backend: OMP 2022-11-23T01:18:19.9421394Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T01:18:19.9421848Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T01:18:19.9422087Z of CMake. 2022-11-23T01:18:19.9422194Z 2022-11-23T01:18:19.9422412Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:19.9422772Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:19.9423151Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:19.9423479Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:19.9423624Z 2022-11-23T01:18:19.9423708Z  2022-11-23T01:18:20.0174403Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T01:18:20.0195474Z -- Check size of long double 2022-11-23T01:18:20.1132225Z -- Check size of long double - done 2022-11-23T01:18:20.1133623Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T01:18:20.1969619Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T01:18:20.1971136Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T01:18:20.3333651Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T01:18:20.3334416Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T01:18:20.4622806Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T01:18:20.4623703Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T01:18:20.5754486Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T01:18:20.5755361Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T01:18:20.6876353Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T01:18:20.6877078Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T01:18:20.7964212Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T01:18:20.7965665Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T01:18:20.9094431Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T01:18:20.9095470Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T01:18:21.0285479Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T01:18:21.0318412Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T01:18:21.1196674Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T01:18:21.1197979Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T01:18:21.2040945Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T01:18:21.2041548Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T01:18:21.2827789Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T01:18:21.2828905Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T01:18:21.3867734Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T01:18:21.4077575Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T01:18:21.4078152Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:21.4078648Z  Target processor: x86_64 2022-11-23T01:18:21.4079118Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:21.4079386Z  Host processor: x86_64 2022-11-23T01:18:21.4079655Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T01:18:21.4079904Z  CMake: 3.22.1 2022-11-23T01:18:21.4080141Z  Make program: /usr/bin/make 2022-11-23T01:18:21.4080644Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T01:18:21.4081027Z -- Building shared libs : OFF 2022-11-23T01:18:21.4081269Z -- Building static test bins: OFF 2022-11-23T01:18:21.4081508Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T01:18:21.4081865Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T01:18:21.4082121Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T01:18:21.4082375Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T01:18:21.4082581Z -- OPENSSL : 1.1.1s 2022-11-23T01:18:21.4082807Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T01:18:21.4083036Z -- RUNNING_ON_TRAVIS : 2022-11-23T01:18:21.4083262Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T01:18:21.4083469Z  2022-11-23T01:18:21.4083744Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T01:18:21.4083968Z  2022-11-23T01:18:21.4514066Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T01:18:21.4514500Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T01:18:21.4514942Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T01:18:21.4515369Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T01:18:22.4957522Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T01:18:22.5919986Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T01:18:22.5927079Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T01:18:22.7079008Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T01:18:22.7087500Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T01:18:22.8052826Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T01:18:22.8104819Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T01:18:23.0210210Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T01:18:23.0247176Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:23.0247623Z Syntax Warning in cmake code at column 107 2022-11-23T01:18:23.0247903Z 2022-11-23T01:18:23.0248134Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:23.0248504Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.0248754Z  2022-11-23T01:18:23.0249155Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:23.0249393Z Syntax Warning in cmake code at column 115 2022-11-23T01:18:23.0249529Z 2022-11-23T01:18:23.0249721Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:23.0250072Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.0250302Z  2022-11-23T01:18:23.0937129Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T01:18:23.0937537Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:18:23.0937857Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:18:23.0938137Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:18:23.0938458Z Call Stack (most recent call first): 2022-11-23T01:18:23.0938913Z torch/CMakeLists.txt:338 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:18:23.0939197Z 2022-11-23T01:18:23.0939317Z  2022-11-23T01:18:23.0968742Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:23.0969451Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:23.0969929Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:23.0970228Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:23.0970483Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:23.0970703Z Call Stack (most recent call first): 2022-11-23T01:18:23.0970965Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:23.0971299Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:23.0971700Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.0971982Z  2022-11-23T01:18:23.0972556Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:23.0973208Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:23.0973649Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:23.0973955Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:23.0974209Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:23.0974427Z Call Stack (most recent call first): 2022-11-23T01:18:23.0974689Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:23.0974954Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:23.0975269Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.0975508Z  2022-11-23T01:18:23.0977734Z -- pytorch is compiling with OpenMP. 2022-11-23T01:18:23.0977982Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:23.0978364Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:23.0980142Z -- Caffe2 is compiling with OpenMP. 2022-11-23T01:18:23.0980483Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:23.0980860Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:23.1456413Z -- Using lib/python3.10/site-packages as python relative installation path 2022-11-23T01:18:23.1853874Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T01:18:23.1854192Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T01:18:23.1854511Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T01:18:23.1854742Z tested. 2022-11-23T01:18:23.1854839Z 2022-11-23T01:18:23.1854922Z  2022-11-23T01:18:23.1884083Z -- 2022-11-23T01:18:23.1884432Z -- ******** Summary ******** 2022-11-23T01:18:23.1884769Z -- General: 2022-11-23T01:18:23.1885131Z -- CMake version : 3.22.1 2022-11-23T01:18:23.1885613Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:23.1886252Z -- System : Linux 2022-11-23T01:18:23.1886723Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:23.1887244Z -- C++ compiler id : GNU 2022-11-23T01:18:23.1887652Z -- C++ compiler version : 7.5.0 2022-11-23T01:18:23.1888103Z -- Using ccache if found : ON 2022-11-23T01:18:23.1888541Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T01:18:23.1891746Z -- 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 -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow 2022-11-23T01:18:23.1894087Z -- Build type : Release 2022-11-23T01:18:23.1894993Z -- 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;USE_FLASH_ATTENTION 2022-11-23T01:18:23.1895693Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T01:18:23.1896065Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:23.1896341Z -- USE_GOLD_LINKER : OFF 2022-11-23T01:18:23.1896522Z -- 2022-11-23T01:18:23.1896736Z -- TORCH_VERSION : 1.14.0 2022-11-23T01:18:23.1896981Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T01:18:23.1897202Z -- BUILD_CAFFE2 : OFF 2022-11-23T01:18:23.1897440Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T01:18:23.1897697Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-11-23T01:18:23.1897941Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T01:18:23.1898191Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T01:18:23.1898425Z -- BUILD_BINARY : OFF 2022-11-23T01:18:23.1898641Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T01:18:23.1898876Z -- Link local protobuf : ON 2022-11-23T01:18:23.1899108Z -- BUILD_DOCS : OFF 2022-11-23T01:18:23.1899321Z -- BUILD_PYTHON : True 2022-11-23T01:18:23.1899555Z -- Python version : 3.10.4 2022-11-23T01:18:23.1899834Z -- Python executable : /opt/conda/bin/python 2022-11-23T01:18:23.1900086Z -- Pythonlibs version : 3.10.4 2022-11-23T01:18:23.1900380Z -- Python library : /opt/conda/lib/libpython3.10.a 2022-11-23T01:18:23.1900697Z -- Python includes : /opt/conda/include/python3.10 2022-11-23T01:18:23.1901002Z -- Python site-packages: lib/python3.10/site-packages 2022-11-23T01:18:23.1901272Z -- BUILD_SHARED_LIBS : ON 2022-11-23T01:18:23.1901535Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T01:18:23.1901782Z -- BUILD_TEST : True 2022-11-23T01:18:23.1901993Z -- BUILD_JNI : OFF 2022-11-23T01:18:23.1902226Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T01:18:23.1902467Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T01:18:23.1902686Z -- INTERN_BUILD_MOBILE : 2022-11-23T01:18:23.1902915Z -- TRACING_BASED : OFF 2022-11-23T01:18:23.1903141Z -- USE_BLAS : 1 2022-11-23T01:18:23.1903350Z -- BLAS : mkl 2022-11-23T01:18:23.1903575Z -- BLAS_HAS_SBGEMM : 2022-11-23T01:18:23.1903803Z -- USE_LAPACK : 1 2022-11-23T01:18:23.1904014Z -- LAPACK : mkl 2022-11-23T01:18:23.1904231Z -- USE_ASAN : OFF 2022-11-23T01:18:23.1904532Z -- USE_TSAN : OFF 2022-11-23T01:18:23.1904755Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T01:18:23.1904982Z -- USE_CUDA : ON 2022-11-23T01:18:23.1905250Z -- Split CUDA : 2022-11-23T01:18:23.1905467Z -- CUDA static link : OFF 2022-11-23T01:18:23.1905695Z -- USE_CUDNN : ON 2022-11-23T01:18:23.1905949Z -- USE_EXPERIMENTAL_CUDNN_V8_API: ON 2022-11-23T01:18:23.1906185Z -- CUDA version : 11.6 2022-11-23T01:18:23.1906415Z -- USE_FLASH_ATTENTION : ON 2022-11-23T01:18:23.1906654Z -- cuDNN version : 8.3.2 2022-11-23T01:18:23.1906899Z -- CUDA root directory : /usr/local/cuda 2022-11-23T01:18:23.1907212Z -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so 2022-11-23T01:18:23.1907534Z -- cudart library : /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:18:23.1907849Z -- cublas library : /usr/local/cuda/lib64/libcublas.so 2022-11-23T01:18:23.1908151Z -- cufft library : /usr/local/cuda/lib64/libcufft.so 2022-11-23T01:18:23.1908459Z -- curand library : /usr/local/cuda/lib64/libcurand.so 2022-11-23T01:18:23.1908773Z -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:18:23.1909063Z -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so 2022-11-23T01:18:23.1909350Z -- CUDA include path : /usr/local/cuda/include 2022-11-23T01:18:23.1909642Z -- NVCC executable : /usr/local/cuda/bin/nvcc 2022-11-23T01:18:23.1909919Z -- CUDA compiler : /usr/local/cuda/bin/nvcc 2022-11-23T01:18:23.1911740Z -- 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-11-23T01:18:23.1916037Z -- CUDA host compiler : 2022-11-23T01:18:23.1916453Z -- CUDA --device-c : OFF 2022-11-23T01:18:23.1916749Z -- USE_TENSORRT : OFF 2022-11-23T01:18:23.1916972Z -- USE_ROCM : OFF 2022-11-23T01:18:23.1917189Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T01:18:23.1917432Z -- USE_FBGEMM : ON 2022-11-23T01:18:23.1917726Z -- USE_FAKELOWP : OFF 2022-11-23T01:18:23.1918005Z -- USE_KINETO : ON 2022-11-23T01:18:23.1918363Z -- USE_FFMPEG : OFF 2022-11-23T01:18:23.1918748Z -- USE_GFLAGS : OFF 2022-11-23T01:18:23.1919099Z -- USE_GLOG : OFF 2022-11-23T01:18:23.1919520Z -- USE_LEVELDB : OFF 2022-11-23T01:18:23.1919857Z -- USE_LITE_PROTO : OFF 2022-11-23T01:18:23.1920067Z -- USE_LMDB : OFF 2022-11-23T01:18:23.1920283Z -- USE_METAL : OFF 2022-11-23T01:18:23.1920504Z -- USE_PYTORCH_METAL : OFF 2022-11-23T01:18:23.1920738Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T01:18:23.1920971Z -- USE_MPS : OFF 2022-11-23T01:18:23.1921185Z -- USE_FFTW : OFF 2022-11-23T01:18:23.1921388Z -- USE_MKL : ON 2022-11-23T01:18:23.1921844Z -- USE_MKLDNN : ON 2022-11-23T01:18:23.1922101Z -- USE_MKLDNN_ACL : OFF 2022-11-23T01:18:23.1922332Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T01:18:23.1922546Z -- USE_UCC : 1 2022-11-23T01:18:23.1922772Z -- USE_SYSTEM_UCC : 1 2022-11-23T01:18:23.1923093Z -- USE_ITT : ON 2022-11-23T01:18:23.1923301Z -- USE_NCCL : ON 2022-11-23T01:18:23.1923526Z -- USE_SYSTEM_NCCL : OFF 2022-11-23T01:18:23.1923810Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T01:18:23.1924024Z -- USE_NNPACK : ON 2022-11-23T01:18:23.1924245Z -- USE_NUMPY : ON 2022-11-23T01:18:23.1924468Z -- USE_OBSERVERS : ON 2022-11-23T01:18:23.1924682Z -- USE_OPENCL : OFF 2022-11-23T01:18:23.1924911Z -- USE_OPENCV : OFF 2022-11-23T01:18:23.1925136Z -- USE_OPENMP : ON 2022-11-23T01:18:23.1925345Z -- USE_TBB : OFF 2022-11-23T01:18:23.1925564Z -- USE_VULKAN : OFF 2022-11-23T01:18:23.1925786Z -- USE_PROF : OFF 2022-11-23T01:18:23.1926006Z -- USE_QNNPACK : ON 2022-11-23T01:18:23.1926224Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T01:18:23.1926453Z -- USE_XNNPACK : ON 2022-11-23T01:18:23.1926676Z -- USE_REDIS : OFF 2022-11-23T01:18:23.1926964Z -- USE_ROCKSDB : OFF 2022-11-23T01:18:23.1927188Z -- USE_ZMQ : OFF 2022-11-23T01:18:23.1927418Z -- USE_DISTRIBUTED : ON 2022-11-23T01:18:23.1927635Z -- USE_MPI : ON 2022-11-23T01:18:23.1927860Z -- USE_GLOO : ON 2022-11-23T01:18:23.1928097Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T01:18:23.1928323Z -- USE_TENSORPIPE : ON 2022-11-23T01:18:23.1928723Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T01:18:23.1929587Z -- 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-11-23T01:18:23.1930165Z -- USE_COREML_DELEGATE : OFF 2022-11-23T01:18:23.1930396Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T01:18:23.1930647Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T01:18:23.2016938Z -- Configuring done 2022-11-23T01:18:25.0048283Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T01:18:25.0048950Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T01:18:25.0049520Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.0049956Z directories: 2022-11-23T01:18:25.0050154Z 2022-11-23T01:18:25.0050604Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.0051095Z /opt/conda/lib 2022-11-23T01:18:25.0051273Z 2022-11-23T01:18:25.0051394Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.0051544Z 2022-11-23T01:18:25.0051628Z  2022-11-23T01:18:25.1005381Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1005820Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T01:18:25.1006154Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1006442Z directories: 2022-11-23T01:18:25.1006559Z 2022-11-23T01:18:25.1006813Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1007152Z /opt/conda/lib 2022-11-23T01:18:25.1007296Z 2022-11-23T01:18:25.1007414Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1007561Z 2022-11-23T01:18:25.1007631Z  2022-11-23T01:18:25.1050061Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1050574Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T01:18:25.1051112Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1051330Z directories: 2022-11-23T01:18:25.1051438Z 2022-11-23T01:18:25.1051679Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1052058Z /opt/conda/lib 2022-11-23T01:18:25.1052172Z 2022-11-23T01:18:25.1052274Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1052478Z 2022-11-23T01:18:25.1052559Z  2022-11-23T01:18:25.1094046Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1094555Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T01:18:25.1095097Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1095536Z directories: 2022-11-23T01:18:25.1095729Z 2022-11-23T01:18:25.1096151Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1096582Z /opt/conda/lib 2022-11-23T01:18:25.1096768Z 2022-11-23T01:18:25.1096895Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1097042Z 2022-11-23T01:18:25.1097124Z  2022-11-23T01:18:25.1138837Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1139361Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T01:18:25.1139939Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1140188Z directories: 2022-11-23T01:18:25.1140295Z 2022-11-23T01:18:25.1140532Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1140767Z /opt/conda/lib 2022-11-23T01:18:25.1140874Z 2022-11-23T01:18:25.1140989Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1141132Z 2022-11-23T01:18:25.1141210Z  2022-11-23T01:18:25.1183263Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1183790Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T01:18:25.1184356Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1184729Z directories: 2022-11-23T01:18:25.1184823Z 2022-11-23T01:18:25.1185067Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1185319Z /opt/conda/lib 2022-11-23T01:18:25.1185428Z 2022-11-23T01:18:25.1185542Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1185687Z 2022-11-23T01:18:25.1185753Z  2022-11-23T01:18:25.1226905Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1227341Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T01:18:25.1227665Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:25.1227840Z 2022-11-23T01:18:25.1228118Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1228571Z /opt/conda/lib 2022-11-23T01:18:25.1228771Z 2022-11-23T01:18:25.1228941Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1229086Z 2022-11-23T01:18:25.1229171Z  2022-11-23T01:18:25.1271440Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1272010Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T01:18:25.1272490Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:25.1272668Z 2022-11-23T01:18:25.1272900Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1273161Z /opt/conda/lib 2022-11-23T01:18:25.1273271Z 2022-11-23T01:18:25.1273389Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1273534Z 2022-11-23T01:18:25.1273615Z  2022-11-23T01:18:25.1315741Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1316254Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T01:18:25.1316822Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1317402Z directories: 2022-11-23T01:18:25.1317585Z 2022-11-23T01:18:25.1317931Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1318251Z /opt/conda/lib 2022-11-23T01:18:25.1318362Z 2022-11-23T01:18:25.1318478Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1318626Z 2022-11-23T01:18:25.1318695Z  2022-11-23T01:18:25.1360265Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1360733Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T01:18:25.1361056Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1361280Z directories: 2022-11-23T01:18:25.1361386Z 2022-11-23T01:18:25.1361774Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1362028Z /opt/conda/lib 2022-11-23T01:18:25.1362136Z 2022-11-23T01:18:25.1362316Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1362461Z 2022-11-23T01:18:25.1362549Z  2022-11-23T01:18:25.1404194Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1404672Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.1405197Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T01:18:25.1405701Z with libraries in implicit directories: 2022-11-23T01:18:25.1405940Z 2022-11-23T01:18:25.1406179Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1406416Z /opt/conda/lib 2022-11-23T01:18:25.1406524Z 2022-11-23T01:18:25.1406638Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1406783Z 2022-11-23T01:18:25.1406934Z  2022-11-23T01:18:25.1448627Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1449189Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T01:18:25.1449770Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1450199Z directories: 2022-11-23T01:18:25.1450401Z 2022-11-23T01:18:25.1450719Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1450959Z /opt/conda/lib 2022-11-23T01:18:25.1451066Z 2022-11-23T01:18:25.1451181Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1451326Z 2022-11-23T01:18:25.1451408Z  2022-11-23T01:18:25.1492931Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1493406Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T01:18:25.1494009Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1494288Z directories: 2022-11-23T01:18:25.1494384Z 2022-11-23T01:18:25.1494626Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1494877Z /opt/conda/lib 2022-11-23T01:18:25.1494987Z 2022-11-23T01:18:25.1495106Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1495250Z 2022-11-23T01:18:25.1495315Z  2022-11-23T01:18:25.1536823Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1537333Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T01:18:25.1537911Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1538326Z directories: 2022-11-23T01:18:25.1538522Z 2022-11-23T01:18:25.1538959Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1539343Z /opt/conda/lib 2022-11-23T01:18:25.1539455Z 2022-11-23T01:18:25.1539555Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1539700Z 2022-11-23T01:18:25.1539782Z  2022-11-23T01:18:25.1581776Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1582222Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.1582653Z extension_backend_test because files in some directories may conflict with 2022-11-23T01:18:25.1582919Z libraries in implicit directories: 2022-11-23T01:18:25.1583053Z 2022-11-23T01:18:25.1583293Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1583543Z /opt/conda/lib 2022-11-23T01:18:25.1583637Z 2022-11-23T01:18:25.1583761Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1583913Z 2022-11-23T01:18:25.1583979Z  2022-11-23T01:18:25.1625935Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1626429Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T01:18:25.1626988Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1627323Z directories: 2022-11-23T01:18:25.1627432Z 2022-11-23T01:18:25.1627670Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1627924Z /opt/conda/lib 2022-11-23T01:18:25.1628031Z 2022-11-23T01:18:25.1628131Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1628275Z 2022-11-23T01:18:25.1628353Z  2022-11-23T01:18:25.1670038Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1670586Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T01:18:25.1671055Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1671286Z directories: 2022-11-23T01:18:25.1671391Z 2022-11-23T01:18:25.1671626Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1671860Z /opt/conda/lib 2022-11-23T01:18:25.1671971Z 2022-11-23T01:18:25.1672090Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1672233Z 2022-11-23T01:18:25.1672311Z  2022-11-23T01:18:25.1714414Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1714865Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T01:18:25.1715231Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1715468Z directories: 2022-11-23T01:18:25.1715573Z 2022-11-23T01:18:25.1715810Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1716042Z /opt/conda/lib 2022-11-23T01:18:25.1716150Z 2022-11-23T01:18:25.1716264Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1716408Z 2022-11-23T01:18:25.1716486Z  2022-11-23T01:18:25.1758129Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1758677Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T01:18:25.1759239Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1759682Z directories: 2022-11-23T01:18:25.1759823Z 2022-11-23T01:18:25.1760060Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1760306Z /opt/conda/lib 2022-11-23T01:18:25.1760414Z 2022-11-23T01:18:25.1760529Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1760673Z 2022-11-23T01:18:25.1760741Z  2022-11-23T01:18:25.1802844Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1803405Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T01:18:25.1803823Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1804045Z directories: 2022-11-23T01:18:25.1804150Z 2022-11-23T01:18:25.1804491Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1804749Z /opt/conda/lib 2022-11-23T01:18:25.1804857Z 2022-11-23T01:18:25.1805010Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1805155Z 2022-11-23T01:18:25.1805235Z  2022-11-23T01:18:25.1846813Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1847213Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.1847504Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T01:18:25.1847771Z libraries in implicit directories: 2022-11-23T01:18:25.1847904Z 2022-11-23T01:18:25.1848143Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1848396Z /opt/conda/lib 2022-11-23T01:18:25.1848491Z 2022-11-23T01:18:25.1848605Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1848750Z 2022-11-23T01:18:25.1848832Z  2022-11-23T01:18:25.1891532Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1892080Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T01:18:25.1892460Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1892696Z directories: 2022-11-23T01:18:25.1892855Z 2022-11-23T01:18:25.1893091Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1893324Z /opt/conda/lib 2022-11-23T01:18:25.1893432Z 2022-11-23T01:18:25.1893547Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1893691Z 2022-11-23T01:18:25.1893771Z  2022-11-23T01:18:25.1935418Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1935800Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T01:18:25.1936117Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1936392Z directories: 2022-11-23T01:18:25.1936485Z 2022-11-23T01:18:25.1936723Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1936971Z /opt/conda/lib 2022-11-23T01:18:25.1937078Z 2022-11-23T01:18:25.1937192Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1937338Z 2022-11-23T01:18:25.1937404Z  2022-11-23T01:18:25.1979303Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.1979855Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T01:18:25.1980289Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.1980510Z directories: 2022-11-23T01:18:25.1980615Z 2022-11-23T01:18:25.1980852Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.1981102Z /opt/conda/lib 2022-11-23T01:18:25.1981208Z 2022-11-23T01:18:25.1981325Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.1981457Z 2022-11-23T01:18:25.1981536Z  2022-11-23T01:18:25.2022852Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2023414Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T01:18:25.2023788Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2024023Z directories: 2022-11-23T01:18:25.2024127Z 2022-11-23T01:18:25.2024360Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2024607Z /opt/conda/lib 2022-11-23T01:18:25.2024704Z 2022-11-23T01:18:25.2024817Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2024961Z 2022-11-23T01:18:25.2025039Z  2022-11-23T01:18:25.2066431Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2066932Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.2067433Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T01:18:25.2067713Z with libraries in implicit directories: 2022-11-23T01:18:25.2067904Z 2022-11-23T01:18:25.2068143Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2068378Z /opt/conda/lib 2022-11-23T01:18:25.2068485Z 2022-11-23T01:18:25.2068601Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2068748Z 2022-11-23T01:18:25.2068828Z  2022-11-23T01:18:25.2109961Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2110496Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T01:18:25.2110912Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2111141Z directories: 2022-11-23T01:18:25.2111248Z 2022-11-23T01:18:25.2111473Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2111723Z /opt/conda/lib 2022-11-23T01:18:25.2111832Z 2022-11-23T01:18:25.2111950Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2112097Z 2022-11-23T01:18:25.2112176Z  2022-11-23T01:18:25.2153621Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2154140Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T01:18:25.2154644Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2154870Z directories: 2022-11-23T01:18:25.2154977Z 2022-11-23T01:18:25.2155212Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2155460Z /opt/conda/lib 2022-11-23T01:18:25.2155568Z 2022-11-23T01:18:25.2155684Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2155814Z 2022-11-23T01:18:25.2155894Z  2022-11-23T01:18:25.2197442Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2197994Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T01:18:25.2198426Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2198649Z directories: 2022-11-23T01:18:25.2198756Z 2022-11-23T01:18:25.2198990Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2199236Z /opt/conda/lib 2022-11-23T01:18:25.2199346Z 2022-11-23T01:18:25.2199447Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2199590Z 2022-11-23T01:18:25.2199669Z  2022-11-23T01:18:25.2242760Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2243276Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.2243659Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T01:18:25.2243930Z libraries in implicit directories: 2022-11-23T01:18:25.2244061Z 2022-11-23T01:18:25.2244299Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2244532Z /opt/conda/lib 2022-11-23T01:18:25.2244639Z 2022-11-23T01:18:25.2244754Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2244896Z 2022-11-23T01:18:25.2244975Z  2022-11-23T01:18:25.2287766Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2288280Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T01:18:25.2288610Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2288850Z directories: 2022-11-23T01:18:25.2288957Z 2022-11-23T01:18:25.2289186Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2289438Z /opt/conda/lib 2022-11-23T01:18:25.2289548Z 2022-11-23T01:18:25.2289777Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2289927Z 2022-11-23T01:18:25.2290010Z  2022-11-23T01:18:25.2331550Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2332110Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T01:18:25.2332469Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2332682Z directories: 2022-11-23T01:18:25.2332789Z 2022-11-23T01:18:25.2333026Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2333274Z /opt/conda/lib 2022-11-23T01:18:25.2333382Z 2022-11-23T01:18:25.2333496Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2333640Z 2022-11-23T01:18:25.2333706Z  2022-11-23T01:18:25.2374750Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2375275Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.2375670Z stride_properties_test because files in some directories may conflict with 2022-11-23T01:18:25.2375921Z libraries in implicit directories: 2022-11-23T01:18:25.2376056Z 2022-11-23T01:18:25.2376293Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2376539Z /opt/conda/lib 2022-11-23T01:18:25.2376650Z 2022-11-23T01:18:25.2376751Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2376893Z 2022-11-23T01:18:25.2376971Z  2022-11-23T01:18:25.2418008Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2418555Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T01:18:25.2418985Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2419220Z directories: 2022-11-23T01:18:25.2419326Z 2022-11-23T01:18:25.2419565Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2419798Z /opt/conda/lib 2022-11-23T01:18:25.2419904Z 2022-11-23T01:18:25.2420021Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2420168Z 2022-11-23T01:18:25.2420247Z  2022-11-23T01:18:25.2462307Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2462862Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T01:18:25.2463298Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2463525Z directories: 2022-11-23T01:18:25.2463631Z 2022-11-23T01:18:25.2463866Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2464100Z /opt/conda/lib 2022-11-23T01:18:25.2464207Z 2022-11-23T01:18:25.2464321Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2464465Z 2022-11-23T01:18:25.2464543Z  2022-11-23T01:18:25.2505479Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2506036Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T01:18:25.2506473Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2506707Z directories: 2022-11-23T01:18:25.2506800Z 2022-11-23T01:18:25.2507034Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2507282Z /opt/conda/lib 2022-11-23T01:18:25.2507390Z 2022-11-23T01:18:25.2507503Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2507646Z 2022-11-23T01:18:25.2507712Z  2022-11-23T01:18:25.2549351Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2549905Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T01:18:25.2550223Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2550567Z directories: 2022-11-23T01:18:25.2550677Z 2022-11-23T01:18:25.2550924Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2551234Z /opt/conda/lib 2022-11-23T01:18:25.2551344Z 2022-11-23T01:18:25.2551444Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2551590Z 2022-11-23T01:18:25.2551671Z  2022-11-23T01:18:25.2593255Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2593679Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T01:18:25.2594227Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2594467Z directories: 2022-11-23T01:18:25.2594573Z 2022-11-23T01:18:25.2594809Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2595043Z /opt/conda/lib 2022-11-23T01:18:25.2595150Z 2022-11-23T01:18:25.2595270Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2595414Z 2022-11-23T01:18:25.2595493Z  2022-11-23T01:18:25.2637060Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2637608Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T01:18:25.2638039Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2638280Z directories: 2022-11-23T01:18:25.2638385Z 2022-11-23T01:18:25.2638624Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2638859Z /opt/conda/lib 2022-11-23T01:18:25.2638967Z 2022-11-23T01:18:25.2639080Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2639223Z 2022-11-23T01:18:25.2639301Z  2022-11-23T01:18:25.2680399Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2680789Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T01:18:25.2681108Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2681337Z directories: 2022-11-23T01:18:25.2681433Z 2022-11-23T01:18:25.2681819Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2682073Z /opt/conda/lib 2022-11-23T01:18:25.2682184Z 2022-11-23T01:18:25.2682299Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2682445Z 2022-11-23T01:18:25.2682512Z  2022-11-23T01:18:25.2724969Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2725308Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T01:18:25.2725640Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2725867Z directories: 2022-11-23T01:18:25.2725977Z 2022-11-23T01:18:25.2726232Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2726485Z /opt/conda/lib 2022-11-23T01:18:25.2726596Z 2022-11-23T01:18:25.2726714Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2726928Z 2022-11-23T01:18:25.2727013Z  2022-11-23T01:18:25.2768711Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2769127Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T01:18:25.2769420Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2769648Z directories: 2022-11-23T01:18:25.2769757Z 2022-11-23T01:18:25.2769995Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2770244Z /opt/conda/lib 2022-11-23T01:18:25.2770338Z 2022-11-23T01:18:25.2770453Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2770598Z 2022-11-23T01:18:25.2770676Z  2022-11-23T01:18:25.2812234Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2812537Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T01:18:25.2812901Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2813131Z directories: 2022-11-23T01:18:25.2813236Z 2022-11-23T01:18:25.2813477Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2813721Z /opt/conda/lib 2022-11-23T01:18:25.2813829Z 2022-11-23T01:18:25.2813944Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2814090Z 2022-11-23T01:18:25.2814169Z  2022-11-23T01:18:25.2855898Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2856331Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T01:18:25.2856645Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2856874Z directories: 2022-11-23T01:18:25.2856969Z 2022-11-23T01:18:25.2857207Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2857456Z /opt/conda/lib 2022-11-23T01:18:25.2857562Z 2022-11-23T01:18:25.2857674Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2857818Z 2022-11-23T01:18:25.2857895Z  2022-11-23T01:18:25.2899512Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2899853Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T01:18:25.2900166Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2900394Z directories: 2022-11-23T01:18:25.2900501Z 2022-11-23T01:18:25.2900738Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2900986Z /opt/conda/lib 2022-11-23T01:18:25.2901094Z 2022-11-23T01:18:25.2901208Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2901341Z 2022-11-23T01:18:25.2901419Z  2022-11-23T01:18:25.2943018Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2943398Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T01:18:25.2943695Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2943924Z directories: 2022-11-23T01:18:25.2944035Z 2022-11-23T01:18:25.2944275Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2944526Z /opt/conda/lib 2022-11-23T01:18:25.2944621Z 2022-11-23T01:18:25.2944736Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2944879Z 2022-11-23T01:18:25.2944959Z  2022-11-23T01:18:25.2986472Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.2986882Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T01:18:25.2987192Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.2987422Z directories: 2022-11-23T01:18:25.2987537Z 2022-11-23T01:18:25.2987774Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.2988010Z /opt/conda/lib 2022-11-23T01:18:25.2988118Z 2022-11-23T01:18:25.2988231Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.2988374Z 2022-11-23T01:18:25.2988453Z  2022-11-23T01:18:25.3030418Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3030820Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T01:18:25.3031140Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3031375Z directories: 2022-11-23T01:18:25.3031482Z 2022-11-23T01:18:25.3031706Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3032051Z /opt/conda/lib 2022-11-23T01:18:25.3032163Z 2022-11-23T01:18:25.3032277Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3032472Z 2022-11-23T01:18:25.3032554Z  2022-11-23T01:18:25.3074760Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3075134Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.3075460Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T01:18:25.3075714Z with libraries in implicit directories: 2022-11-23T01:18:25.3075854Z 2022-11-23T01:18:25.3076148Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3076397Z /opt/conda/lib 2022-11-23T01:18:25.3076504Z 2022-11-23T01:18:25.3076617Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3076807Z 2022-11-23T01:18:25.3076889Z  2022-11-23T01:18:25.3118921Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3119363Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T01:18:25.3119693Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3119919Z directories: 2022-11-23T01:18:25.3120027Z 2022-11-23T01:18:25.3120262Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3120515Z /opt/conda/lib 2022-11-23T01:18:25.3120622Z 2022-11-23T01:18:25.3120723Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3120867Z 2022-11-23T01:18:25.3120948Z  2022-11-23T01:18:25.3164194Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3164494Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.3164790Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T01:18:25.3165058Z with libraries in implicit directories: 2022-11-23T01:18:25.3165200Z 2022-11-23T01:18:25.3165436Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3165727Z /opt/conda/lib 2022-11-23T01:18:25.3165841Z 2022-11-23T01:18:25.3165955Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3166099Z 2022-11-23T01:18:25.3166179Z  2022-11-23T01:18:25.3208361Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3208715Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T01:18:25.3209032Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3209267Z directories: 2022-11-23T01:18:25.3209371Z 2022-11-23T01:18:25.3209592Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3209839Z /opt/conda/lib 2022-11-23T01:18:25.3209946Z 2022-11-23T01:18:25.3210063Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3210207Z 2022-11-23T01:18:25.3210285Z  2022-11-23T01:18:25.3252681Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3253045Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.3253345Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T01:18:25.3253610Z libraries in implicit directories: 2022-11-23T01:18:25.3253730Z 2022-11-23T01:18:25.3253963Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3254207Z /opt/conda/lib 2022-11-23T01:18:25.3254314Z 2022-11-23T01:18:25.3254428Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3254571Z 2022-11-23T01:18:25.3254636Z  2022-11-23T01:18:25.3297402Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3297763Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:25.3298162Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T01:18:25.3298435Z conflict with libraries in implicit directories: 2022-11-23T01:18:25.3298636Z 2022-11-23T01:18:25.3298876Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3299125Z /opt/conda/lib 2022-11-23T01:18:25.3299234Z 2022-11-23T01:18:25.3299334Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3299481Z 2022-11-23T01:18:25.3299560Z  2022-11-23T01:18:25.3341136Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3341475Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T01:18:25.3341783Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3342019Z directories: 2022-11-23T01:18:25.3342125Z 2022-11-23T01:18:25.3342366Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3342601Z /opt/conda/lib 2022-11-23T01:18:25.3342707Z 2022-11-23T01:18:25.3342822Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3342968Z 2022-11-23T01:18:25.3343045Z  2022-11-23T01:18:25.3384725Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3385056Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T01:18:25.3385380Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3385617Z directories: 2022-11-23T01:18:25.3385724Z 2022-11-23T01:18:25.3385960Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3386193Z /opt/conda/lib 2022-11-23T01:18:25.3386302Z 2022-11-23T01:18:25.3386415Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3386559Z 2022-11-23T01:18:25.3386635Z  2022-11-23T01:18:25.3428598Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3428989Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T01:18:25.3429312Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3429549Z directories: 2022-11-23T01:18:25.3429641Z 2022-11-23T01:18:25.3429877Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3430129Z /opt/conda/lib 2022-11-23T01:18:25.3430237Z 2022-11-23T01:18:25.3430350Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3430495Z 2022-11-23T01:18:25.3430560Z  2022-11-23T01:18:25.3472626Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3472999Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T01:18:25.3473320Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3473547Z directories: 2022-11-23T01:18:25.3473653Z 2022-11-23T01:18:25.3473889Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3474142Z /opt/conda/lib 2022-11-23T01:18:25.3474249Z 2022-11-23T01:18:25.3474349Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3474493Z 2022-11-23T01:18:25.3474572Z  2022-11-23T01:18:25.3515690Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:25.3516074Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T01:18:25.3516382Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:25.3516622Z directories: 2022-11-23T01:18:25.3516728Z 2022-11-23T01:18:25.3516965Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T01:18:25.3517214Z /opt/conda/lib 2022-11-23T01:18:25.3517309Z 2022-11-23T01:18:25.3517515Z Some of these libraries may not be found correctly. 2022-11-23T01:18:25.3517663Z 2022-11-23T01:18:25.3517743Z  2022-11-23T01:18:25.6987451Z -- Generating done 2022-11-23T01:18:25.7328183Z CMake Warning: 2022-11-23T01:18:25.7328762Z Manually-specified variables were not used by the project: 2022-11-23T01:18:25.7329065Z 2022-11-23T01:18:25.7329206Z BUILD_ENVIRONMENT 2022-11-23T01:18:25.7329411Z 2022-11-23T01:18:25.7329558Z  2022-11-23T01:18:25.7349768Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T01:18:25.8029637Z cmake --build . --target install --config Release -- -j 6 2022-11-23T01:18:25.8594461Z [ 0%] Creating directories for 'nccl_external' 2022-11-23T01:18:25.8599767Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T01:18:25.8607997Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T01:18:25.8614045Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T01:18:25.8635319Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:25.8637314Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:25.9120341Z [ 0%] No download step for 'nccl_external' 2022-11-23T01:18:25.9139774Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T01:18:25.9140509Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:25.9140929Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:25.9141248Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:25.9141626Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T01:18:25.9142193Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:25.9142761Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:25.9143040Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:25.9143423Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T01:18:25.9143977Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:25.9144395Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:25.9144668Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:25.9145050Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T01:18:25.9145721Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:25.9146130Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:25.9146401Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:25.9146772Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T01:18:25.9147496Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:25.9147912Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:25.9148253Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:25.9210614Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T01:18:25.9307483Z [ 0%] No update step for 'nccl_external' 2022-11-23T01:18:25.9430989Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T01:18:25.9487283Z [ 0%] No patch step for 'nccl_external' 2022-11-23T01:18:25.9534335Z [ 0%] Built target clog 2022-11-23T01:18:25.9597970Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T01:18:25.9665734Z [ 0%] No configure step for 'nccl_external' 2022-11-23T01:18:25.9864496Z [ 0%] Performing build step for 'nccl_external' 2022-11-23T01:18:26.0265779Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T01:18:26.0332367Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T01:18:26.0534454Z Generating nccl.h.in > /var/lib/jenkins/workspace/build/nccl/include/nccl.h 2022-11-23T01:18:26.0608681Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:26.0610147Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:26.0697728Z Grabbing include/nccl_net.h > /var/lib/jenkins/workspace/build/nccl/include/nccl_net.h 2022-11-23T01:18:26.0837445Z Generating nccl.pc.in > /var/lib/jenkins/workspace/build/nccl/lib/pkgconfig/nccl.pc 2022-11-23T01:18:26.0940255Z Compiling init.cc > /var/lib/jenkins/workspace/build/nccl/obj/init.o 2022-11-23T01:18:26.1018343Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T01:18:26.1083700Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T01:18:26.1377390Z [ 0%] Built target gtest 2022-11-23T01:18:26.1478323Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:26.1847370Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T01:18:26.1939018Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:26.2050000Z [ 0%] Built target pthreadpool 2022-11-23T01:18:26.2102710Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:26.2131302Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:26.2251526Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T01:18:26.3614109Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T01:18:26.3643885Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:26.3697678Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T01:18:26.3888073Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:26.4078710Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:26.4866463Z Compiling channel.cc > /var/lib/jenkins/workspace/build/nccl/obj/channel.o 2022-11-23T01:18:26.5300308Z Compiling bootstrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/bootstrap.o 2022-11-23T01:18:26.5453053Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:26.5495514Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T01:18:26.5574987Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T01:18:26.5810323Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:26.6720275Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:26.7191735Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:26.7422818Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:26.7445061Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T01:18:26.7761987Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:26.8438882Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:26.8459133Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:26.8756835Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:26.8844708Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T01:18:26.8904262Z Compiling transport.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport.o 2022-11-23T01:18:26.9594538Z Compiling enqueue.cc > /var/lib/jenkins/workspace/build/nccl/obj/enqueue.o 2022-11-23T01:18:26.9871937Z Compiling group.cc > /var/lib/jenkins/workspace/build/nccl/obj/group.o 2022-11-23T01:18:27.0098869Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:27.0288500Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:27.0498414Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T01:18:27.0544126Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:27.1500896Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:27.1755752Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:27.2297516Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T01:18:27.2685771Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T01:18:27.2916704Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T01:18:27.3006205Z In file included from /usr/include/string.h:494:0, 2022-11-23T01:18:27.3007060Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:27.3007694Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:27.3008524Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:27.3009157Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:27.3009797Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:27.3013840Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3015004Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3016495Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.3017876Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.3018750Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3019402Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3019806Z ^ 2022-11-23T01:18:27.3020263Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3021292Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3022696Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T01:18:27.3023743Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3024203Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3024447Z ^ 2022-11-23T01:18:27.3024751Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3025527Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3026357Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.3027228Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.3028080Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3028524Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3028759Z ^ 2022-11-23T01:18:27.3029077Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3029701Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3030575Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.3031620Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T01:18:27.3032420Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3032863Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3033108Z ^ 2022-11-23T01:18:27.3033454Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3034068Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3034916Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.3035674Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.3036492Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3036943Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3037175Z ^ 2022-11-23T01:18:27.3037458Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.3038151Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.3038983Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.3039805Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T01:18:27.3040635Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.3041070Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.3041313Z ^ 2022-11-23T01:18:27.3095524Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:27.3197291Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:27.3670802Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:27.4213357Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:27.4442581Z Compiling debug.cc > /var/lib/jenkins/workspace/build/nccl/obj/debug.o 2022-11-23T01:18:27.4713477Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:27.4746106Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T01:18:27.4837194Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T01:18:27.4970969Z Compiling proxy.cc > /var/lib/jenkins/workspace/build/nccl/obj/proxy.o 2022-11-23T01:18:27.5601482Z In file included from /usr/include/string.h:494:0, 2022-11-23T01:18:27.5605034Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:27.5605911Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:27.5617176Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:27.5617858Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:27.5618475Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:27.5619259Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5620525Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5622144Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.5623698Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.5625263Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5626251Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5626670Z ^ 2022-11-23T01:18:27.5627273Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5628448Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5630065Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T01:18:27.5631699Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5632535Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5632979Z ^ 2022-11-23T01:18:27.5633525Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5634735Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5636251Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.5637667Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.5639159Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5639989Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5640416Z ^ 2022-11-23T01:18:27.5640933Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5642195Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5643777Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.5645284Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T01:18:27.5646903Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5647720Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5648135Z ^ 2022-11-23T01:18:27.5648783Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5649971Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5651766Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.5653188Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T01:18:27.5654643Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5655450Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5655873Z ^ 2022-11-23T01:18:27.5656386Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:27.5657548Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:27.5659097Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T01:18:27.5660586Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T01:18:27.5662100Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:27.5662931Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:27.5663362Z ^ 2022-11-23T01:18:27.5797826Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:27.6240341Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:27.6456382Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:27.6660988Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T01:18:27.7069990Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:27.7193125Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:27.7492218Z Compiling enhcompat.cc > /var/lib/jenkins/workspace/build/nccl/obj/enhcompat.o 2022-11-23T01:18:27.7742951Z Compiling net.cc > /var/lib/jenkins/workspace/build/nccl/obj/net.o 2022-11-23T01:18:27.8031420Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T01:18:27.8208658Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T01:18:27.8364394Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T01:18:27.8417457Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:27.8537728Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:27.9699588Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:27.9879635Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:27.9891720Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T01:18:27.9931138Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:28.0011443Z Compiling misc/cudawrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/cudawrap.o 2022-11-23T01:18:28.0940552Z Compiling misc/nvmlwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/nvmlwrap.o 2022-11-23T01:18:28.1249583Z [ 0%] Built target defs.bzl 2022-11-23T01:18:28.1423004Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:28.1476074Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T01:18:28.1694169Z [ 0%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T01:18:28.1741503Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T01:18:28.1781677Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:28.2171923Z [ 0%] Built target benchmark 2022-11-23T01:18:28.2302264Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T01:18:28.2507557Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:28.2894825Z Compiling misc/ibvwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/ibvwrap.o 2022-11-23T01:18:28.3147815Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:28.3258955Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:28.3587058Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:28.3772647Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T01:18:28.3942120Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:28.4546310Z Compiling misc/gdrwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/gdrwrap.o 2022-11-23T01:18:28.4626692Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:28.5020493Z Compiling misc/utils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/utils.o 2022-11-23T01:18:28.5216189Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:28.5271101Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T01:18:28.5284670Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:28.6042617Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:28.6450848Z Compiling misc/argcheck.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/argcheck.o 2022-11-23T01:18:28.6634644Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:28.6833297Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T01:18:28.7401105Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T01:18:28.7571974Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T01:18:28.7734446Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T01:18:28.8000603Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:28.8385381Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:28.8858572Z Compiling misc/socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/socket.o 2022-11-23T01:18:28.8992118Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T01:18:28.9375477Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T01:18:28.9446086Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T01:18:28.9700195Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T01:18:28.9739104Z [ 0%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T01:18:29.0191142Z [ 0%] Built target libprotobuf-lite 2022-11-23T01:18:29.0298219Z Compiling misc/shmutils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/shmutils.o 2022-11-23T01:18:29.0507240Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T01:18:29.0623239Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T01:18:29.0695994Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T01:18:29.0819993Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T01:18:29.1274383Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T01:18:29.1826783Z Compiling misc/profiler.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/profiler.o 2022-11-23T01:18:29.2306434Z Compiling misc/param.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/param.o 2022-11-23T01:18:29.2546874Z Compiling misc/strongstream.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/strongstream.o 2022-11-23T01:18:29.2773893Z Compiling transport/p2p.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/p2p.o 2022-11-23T01:18:29.2813749Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T01:18:29.3148057Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T01:18:29.3947671Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T01:18:29.4049270Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T01:18:29.4050552Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T01:18:29.4991727Z Compiling transport/shm.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/shm.o 2022-11-23T01:18:29.5357661Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T01:18:29.5364157Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T01:18:29.5601477Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T01:18:29.5866342Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T01:18:29.6452200Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T01:18:29.6582938Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T01:18:29.6864464Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T01:18:29.7153783Z Compiling transport/net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net.o 2022-11-23T01:18:29.7258664Z [ 0%] Linking C static library ../../lib/libittnotify.a 2022-11-23T01:18:29.7497644Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T01:18:29.7550199Z [ 0%] Built target ittnotify 2022-11-23T01:18:29.7622617Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T01:18:29.7789949Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T01:18:29.8130842Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T01:18:29.8202079Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T01:18:29.9085092Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T01:18:29.9282391Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T01:18:29.9354639Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T01:18:29.9656484Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T01:18:29.9659733Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T01:18:30.0351078Z Compiling transport/net_socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_socket.o 2022-11-23T01:18:30.0554955Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T01:18:30.1034306Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T01:18:30.1052684Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T01:18:30.1219000Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T01:18:30.1366270Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T01:18:30.1832646Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T01:18:30.2387660Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T01:18:30.2493425Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T01:18:30.2595136Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T01:18:30.3066599Z Compiling transport/net_ib.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_ib.o 2022-11-23T01:18:30.3375604Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T01:18:30.3684031Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T01:18:30.3941056Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T01:18:30.4037149Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T01:18:30.4078750Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T01:18:30.4149722Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T01:18:30.5193757Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T01:18:30.5267368Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T01:18:30.5478458Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T01:18:30.5722252Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T01:18:30.5817922Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T01:18:30.6355441Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T01:18:30.6708715Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T01:18:30.6864744Z Compiling transport/coll_net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/coll_net.o 2022-11-23T01:18:30.7038366Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T01:18:30.7133859Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T01:18:30.7272859Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T01:18:30.7455979Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T01:18:30.8115042Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T01:18:30.8553275Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T01:18:30.8607272Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T01:18:30.9056227Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T01:18:30.9230646Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T01:18:30.9675519Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T01:18:31.0070254Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T01:18:31.0264348Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T01:18:31.0344109Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T01:18:31.0615849Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T01:18:31.1064395Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T01:18:31.1360384Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T01:18:31.1468920Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T01:18:31.1602275Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T01:18:31.1812206Z Compiling collectives/sendrecv.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/sendrecv.o 2022-11-23T01:18:31.2373575Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T01:18:31.2728714Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T01:18:31.2959173Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T01:18:31.2960280Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T01:18:31.3243795Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T01:18:31.3667341Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T01:18:31.4157443Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T01:18:31.4205044Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T01:18:31.4775238Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T01:18:31.5130883Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T01:18:31.5338751Z Compiling collectives/all_reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_reduce.o 2022-11-23T01:18:31.5505498Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T01:18:31.5581997Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T01:18:31.5953295Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T01:18:31.6452161Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T01:18:31.6593107Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T01:18:31.7151389Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T01:18:31.7246334Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T01:18:31.7689360Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T01:18:31.7767974Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T01:18:31.8306251Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T01:18:31.8668746Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T01:18:31.8732348Z Compiling collectives/all_gather.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_gather.o 2022-11-23T01:18:31.9147701Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T01:18:31.9148493Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T01:18:31.9429611Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T01:18:31.9917617Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T01:18:32.0417277Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T01:18:32.0744507Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T01:18:32.0991161Z Compiling collectives/broadcast.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/broadcast.o 2022-11-23T01:18:32.1087745Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T01:18:32.1591159Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T01:18:32.1975256Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T01:18:32.1981239Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T01:18:32.2509438Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T01:18:32.3411710Z Compiling collectives/reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce.o 2022-11-23T01:18:32.3479672Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T01:18:32.3624489Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T01:18:32.3835323Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T01:18:32.4098775Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T01:18:32.4177194Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T01:18:32.4829466Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T01:18:32.5459382Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T01:18:32.5710383Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T01:18:32.5788105Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T01:18:32.6010482Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T01:18:32.7226454Z Compiling collectives/reduce_scatter.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce_scatter.o 2022-11-23T01:18:32.7397696Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T01:18:32.7585626Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T01:18:32.7597883Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T01:18:32.7598927Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T01:18:32.8308799Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T01:18:32.8898095Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T01:18:32.9118987Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T01:18:32.9596902Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T01:18:32.9628962Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T01:18:32.9839146Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T01:18:33.0022811Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T01:18:33.0332441Z Compiling graph/topo.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/topo.o 2022-11-23T01:18:33.0830166Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T01:18:33.1373004Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T01:18:33.1524219Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T01:18:33.1890716Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T01:18:33.2065464Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T01:18:33.2548208Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T01:18:33.2798052Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T01:18:33.3063944Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T01:18:33.3354636Z [ 2%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T01:18:33.3751195Z [ 2%] Built target tensorpipe_uv 2022-11-23T01:18:33.3826307Z Compiling graph/paths.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/paths.o 2022-11-23T01:18:33.4098997Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T01:18:33.4187954Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T01:18:33.4210637Z Compiling graph/search.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/search.o 2022-11-23T01:18:33.4694486Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T01:18:33.5183594Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T01:18:33.6250937Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T01:18:33.6348032Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T01:18:33.6678578Z Compiling graph/connect.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/connect.o 2022-11-23T01:18:33.6745611Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T01:18:33.7378612Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T01:18:33.8015646Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T01:18:33.8168250Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T01:18:33.8466081Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T01:18:33.8680844Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T01:18:33.9587685Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T01:18:33.9670759Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T01:18:33.9969912Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T01:18:34.0375026Z Compiling graph/rings.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/rings.o 2022-11-23T01:18:34.0691964Z Compiling graph/trees.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/trees.o 2022-11-23T01:18:34.0782401Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T01:18:34.1566753Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T01:18:34.1596373Z Compiling graph/tuning.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/tuning.o 2022-11-23T01:18:34.1818991Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T01:18:34.2030538Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T01:18:34.2356307Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T01:18:34.2749196Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T01:18:34.3623422Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o 2022-11-23T01:18:34.3822706Z [ 2%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T01:18:34.3932326Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T01:18:34.4211178Z [ 2%] Built target asmjit 2022-11-23T01:18:34.4364755Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T01:18:34.4545150Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T01:18:34.5212963Z Compiling graph/xml.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/xml.o 2022-11-23T01:18:34.5266906Z Scanning dependencies of target dnnl_common 2022-11-23T01:18:34.5431760Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T01:18:34.5890136Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/pair.h:13:0, 2022-11-23T01:18:34.5890718Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.h:15, 2022-11-23T01:18:34.5891298Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.h:11, 2022-11-23T01:18:34.5891840Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:9: 2022-11-23T01:18:34.5892960Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’: 2022-11-23T01:18:34.5893914Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] 2022-11-23T01:18:34.5894520Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-11-23T01:18:34.5894856Z ^ 2022-11-23T01:18:34.5895472Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-11-23T01:18:34.5895946Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-11-23T01:18:34.5896151Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:34.5896607Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-11-23T01:18:34.5897070Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-11-23T01:18:34.5897379Z ^~~~~~~~~~~~~~~ 2022-11-23T01:18:34.5897656Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept 2022-11-23T01:18:34.5897978Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-11-23T01:18:34.5898211Z ^ 2022-11-23T01:18:34.5898708Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-11-23T01:18:34.5899043Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-11-23T01:18:34.5899255Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:34.5899759Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-11-23T01:18:34.5900356Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-11-23T01:18:34.5900643Z ^~~~~~~~~~~~~~~ 2022-11-23T01:18:34.5954121Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T01:18:34.5954987Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T01:18:34.6426809Z [ 2%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T01:18:34.7230476Z [ 2%] Built target libprotobuf 2022-11-23T01:18:34.7773383Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T01:18:34.7822128Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T01:18:34.7874549Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T01:18:34.7983015Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T01:18:34.7999934Z Generating rules > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/Makefile.rules 2022-11-23T01:18:34.8464968Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T01:18:34.9472255Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.cu 2022-11-23T01:18:34.9860779Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T01:18:35.0631048Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T01:18:35.0913837Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T01:18:35.1130604Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T01:18:35.1417627Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T01:18:35.2038085Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T01:18:35.2909961Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T01:18:35.3582702Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T01:18:35.4176558Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T01:18:35.4341719Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T01:18:35.4649273Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T01:18:35.4869819Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.cu 2022-11-23T01:18:35.4930250Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.cu 2022-11-23T01:18:35.5003871Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.cu 2022-11-23T01:18:35.5109251Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.cu 2022-11-23T01:18:35.5110263Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T01:18:35.5207409Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T01:18:35.5211547Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.cu 2022-11-23T01:18:35.5331675Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.cu 2022-11-23T01:18:35.5424847Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T01:18:35.5622990Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.cu 2022-11-23T01:18:35.5825984Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.cu 2022-11-23T01:18:35.5953509Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.cu 2022-11-23T01:18:35.6185092Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.cu 2022-11-23T01:18:35.6316823Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.cu 2022-11-23T01:18:35.6426980Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.cu 2022-11-23T01:18:35.6544937Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.cu 2022-11-23T01:18:35.6631274Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.cu 2022-11-23T01:18:35.6705414Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.cu 2022-11-23T01:18:35.6781720Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.cu 2022-11-23T01:18:35.6827889Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T01:18:35.7007232Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.cu 2022-11-23T01:18:35.7113398Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.cu 2022-11-23T01:18:35.7227948Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.cu 2022-11-23T01:18:35.7260286Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T01:18:35.7383489Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.cu 2022-11-23T01:18:35.7459912Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.cu 2022-11-23T01:18:35.7582432Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.cu 2022-11-23T01:18:35.7606587Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T01:18:35.7734203Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.cu 2022-11-23T01:18:35.7892896Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.cu 2022-11-23T01:18:35.8011263Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.cu 2022-11-23T01:18:35.8100171Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T01:18:35.8154362Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.cu 2022-11-23T01:18:35.8274454Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.cu 2022-11-23T01:18:35.8365280Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.cu 2022-11-23T01:18:35.8428100Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T01:18:35.8611766Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.cu 2022-11-23T01:18:35.8812535Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.cu 2022-11-23T01:18:35.9011454Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.cu 2022-11-23T01:18:35.9198949Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.cu 2022-11-23T01:18:35.9345377Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.cu 2022-11-23T01:18:35.9424976Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.cu 2022-11-23T01:18:35.9478788Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.cu 2022-11-23T01:18:35.9532798Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T01:18:35.9553796Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.cu 2022-11-23T01:18:35.9683043Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T01:18:35.9700238Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.cu 2022-11-23T01:18:35.9752447Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T01:18:35.9813537Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.cu 2022-11-23T01:18:35.9920690Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.cu 2022-11-23T01:18:36.0113882Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.cu 2022-11-23T01:18:36.0371861Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.cu 2022-11-23T01:18:36.0466483Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.cu 2022-11-23T01:18:36.0626626Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.cu 2022-11-23T01:18:36.0744058Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.cu 2022-11-23T01:18:36.0797591Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T01:18:36.0835863Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.cu 2022-11-23T01:18:36.0999725Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.cu 2022-11-23T01:18:36.1096229Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.cu 2022-11-23T01:18:36.1221627Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.cu 2022-11-23T01:18:36.1289011Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.cu 2022-11-23T01:18:36.1348512Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T01:18:36.1426012Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.cu 2022-11-23T01:18:36.1499001Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.cu 2022-11-23T01:18:36.1621039Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.cu 2022-11-23T01:18:36.1708936Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.cu 2022-11-23T01:18:36.1761770Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T01:18:36.1971827Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.cu 2022-11-23T01:18:36.1986596Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T01:18:36.2145624Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.cu 2022-11-23T01:18:36.2269362Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.cu 2022-11-23T01:18:36.2355800Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.cu 2022-11-23T01:18:36.2417213Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T01:18:36.2491500Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.cu 2022-11-23T01:18:36.2608502Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T01:18:36.2644393Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.cu 2022-11-23T01:18:36.2799890Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.cu 2022-11-23T01:18:36.3149035Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T01:18:36.3669581Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T01:18:36.4666379Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T01:18:36.4931860Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T01:18:36.5397835Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T01:18:36.6148996Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T01:18:36.6223544Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:36.7034364Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T01:18:36.7035916Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T01:18:36.8227081Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T01:18:36.8436118Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.cu 2022-11-23T01:18:36.8597200Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.cu 2022-11-23T01:18:36.8752783Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.cu 2022-11-23T01:18:36.8866103Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.cu 2022-11-23T01:18:36.8951513Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.cu 2022-11-23T01:18:36.9046881Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.cu 2022-11-23T01:18:36.9098076Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.cu 2022-11-23T01:18:36.9159618Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.cu 2022-11-23T01:18:36.9189970Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T01:18:36.9225575Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.cu 2022-11-23T01:18:36.9316993Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.cu 2022-11-23T01:18:36.9395045Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.cu 2022-11-23T01:18:36.9403210Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:36.9466689Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:36.9541723Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.cu 2022-11-23T01:18:36.9632164Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.cu 2022-11-23T01:18:36.9783268Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.cu 2022-11-23T01:18:36.9919462Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.cu 2022-11-23T01:18:37.0062690Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.cu 2022-11-23T01:18:37.0126041Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.cu 2022-11-23T01:18:37.0221867Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.cu 2022-11-23T01:18:37.0299621Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T01:18:37.0354770Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.cu 2022-11-23T01:18:37.0572332Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.cu 2022-11-23T01:18:37.0675306Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.cu 2022-11-23T01:18:37.0751852Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.cu 2022-11-23T01:18:37.0867540Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.cu 2022-11-23T01:18:37.1037426Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T01:18:37.1040446Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.cu 2022-11-23T01:18:37.1233176Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.cu 2022-11-23T01:18:37.1397217Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.cu 2022-11-23T01:18:37.1660594Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.cu 2022-11-23T01:18:37.1905645Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.cu 2022-11-23T01:18:37.2078130Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.cu 2022-11-23T01:18:37.2154008Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.cu 2022-11-23T01:18:37.2193740Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T01:18:37.2209275Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.cu 2022-11-23T01:18:37.2265654Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.cu 2022-11-23T01:18:37.2338595Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.cu 2022-11-23T01:18:37.2410027Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.cu 2022-11-23T01:18:37.2436048Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:37.2523895Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.cu 2022-11-23T01:18:37.2524911Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T01:18:37.2653072Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.cu 2022-11-23T01:18:37.2753003Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.cu 2022-11-23T01:18:37.2822135Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T01:18:37.2878215Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.cu 2022-11-23T01:18:37.3003639Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.cu 2022-11-23T01:18:37.3128534Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.cu 2022-11-23T01:18:37.3289686Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.cu 2022-11-23T01:18:37.3353490Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T01:18:37.3410996Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.cu 2022-11-23T01:18:37.3533448Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.cu 2022-11-23T01:18:37.3832051Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.cu 2022-11-23T01:18:37.4052053Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.cu 2022-11-23T01:18:37.4172077Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.cu 2022-11-23T01:18:37.4372692Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.cu 2022-11-23T01:18:37.4523858Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.cu 2022-11-23T01:18:37.4622123Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.cu 2022-11-23T01:18:37.4704513Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.cu 2022-11-23T01:18:37.4784326Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.cu 2022-11-23T01:18:37.4837624Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.cu 2022-11-23T01:18:37.4901724Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.cu 2022-11-23T01:18:37.4928394Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T01:18:37.4963414Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T01:18:37.5090599Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.cu 2022-11-23T01:18:37.5188788Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.cu 2022-11-23T01:18:37.5340571Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.cu 2022-11-23T01:18:37.5434069Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.cu 2022-11-23T01:18:37.5572822Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.cu 2022-11-23T01:18:37.5648608Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.cu 2022-11-23T01:18:37.5701111Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:37.5741189Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.cu 2022-11-23T01:18:37.6013155Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T01:18:37.6235659Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T01:18:37.7251009Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T01:18:37.7307208Z [ 3%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T01:18:37.7827144Z [ 3%] Built target gloo 2022-11-23T01:18:37.7888833Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T01:18:37.8639873Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:37.9342449Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T01:18:37.9345914Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T01:18:37.9904168Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T01:18:38.0161026Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T01:18:38.0996836Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.cu 2022-11-23T01:18:38.1146949Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.cu 2022-11-23T01:18:38.1223140Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.cu 2022-11-23T01:18:38.1304545Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.cu 2022-11-23T01:18:38.1393076Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.cu 2022-11-23T01:18:38.1504877Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.cu 2022-11-23T01:18:38.1556194Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:38.1585337Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.cu 2022-11-23T01:18:38.1692309Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.cu 2022-11-23T01:18:38.1786535Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.cu 2022-11-23T01:18:38.1892062Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.cu 2022-11-23T01:18:38.2085000Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T01:18:38.2093511Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.cu 2022-11-23T01:18:38.2166399Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.cu 2022-11-23T01:18:38.2232806Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.cu 2022-11-23T01:18:38.2302159Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.cu 2022-11-23T01:18:38.2374194Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.cu 2022-11-23T01:18:38.2450330Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T01:18:38.2510955Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.cu 2022-11-23T01:18:38.2619145Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.cu 2022-11-23T01:18:38.2771158Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.cu 2022-11-23T01:18:38.2831092Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.cu 2022-11-23T01:18:38.2907217Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.cu 2022-11-23T01:18:38.2974138Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.cu 2022-11-23T01:18:38.2974781Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T01:18:38.3063601Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.cu 2022-11-23T01:18:38.3149964Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.cu 2022-11-23T01:18:38.3289987Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.cu 2022-11-23T01:18:38.3387465Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.cu 2022-11-23T01:18:38.3523701Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T01:18:38.3531251Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.cu 2022-11-23T01:18:38.3693724Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.cu 2022-11-23T01:18:38.3908825Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.cu 2022-11-23T01:18:38.3986337Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.cu 2022-11-23T01:18:38.4091354Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.cu 2022-11-23T01:18:38.4194496Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.cu 2022-11-23T01:18:38.4276240Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.cu 2022-11-23T01:18:38.4284497Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:38.4426560Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.cu 2022-11-23T01:18:38.4653583Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.cu 2022-11-23T01:18:38.4833591Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.cu 2022-11-23T01:18:38.4989578Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.cu 2022-11-23T01:18:38.5100925Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.cu 2022-11-23T01:18:38.5248721Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.cu 2022-11-23T01:18:38.5342617Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.cu 2022-11-23T01:18:38.5429262Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T01:18:38.5432088Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.cu 2022-11-23T01:18:38.5525263Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.cu 2022-11-23T01:18:38.5626925Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.cu 2022-11-23T01:18:38.5651305Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T01:18:38.5833481Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.cu 2022-11-23T01:18:38.5893538Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T01:18:38.5969938Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.cu 2022-11-23T01:18:38.6228011Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.cu 2022-11-23T01:18:38.6424505Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.cu 2022-11-23T01:18:38.6587017Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.cu 2022-11-23T01:18:38.6712263Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.cu 2022-11-23T01:18:38.6791354Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.cu 2022-11-23T01:18:38.6880154Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T01:18:38.6905121Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.cu 2022-11-23T01:18:38.7036933Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.cu 2022-11-23T01:18:38.7105952Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.cu 2022-11-23T01:18:38.7222334Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.cu 2022-11-23T01:18:38.7341993Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.cu 2022-11-23T01:18:38.7369410Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:38.7428575Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.cu 2022-11-23T01:18:38.7611037Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.cu 2022-11-23T01:18:38.7916954Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.cu 2022-11-23T01:18:38.7985660Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.cu 2022-11-23T01:18:38.8088560Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T01:18:38.8103797Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.cu 2022-11-23T01:18:38.8231996Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.cu 2022-11-23T01:18:38.8408393Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T01:18:38.9030418Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T01:18:38.9989009Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T01:18:39.0391577Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:39.0627852Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T01:18:39.2039201Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T01:18:39.2268680Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T01:18:39.2694713Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.cu 2022-11-23T01:18:39.2794302Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.cu 2022-11-23T01:18:39.2916537Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.cu 2022-11-23T01:18:39.3025923Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.cu 2022-11-23T01:18:39.3105826Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.cu 2022-11-23T01:18:39.3192444Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.cu 2022-11-23T01:18:39.3246949Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T01:18:39.3268915Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.cu 2022-11-23T01:18:39.3336913Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.cu 2022-11-23T01:18:39.3407844Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.cu 2022-11-23T01:18:39.3529870Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.cu 2022-11-23T01:18:39.3556387Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:39.3596540Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.cu 2022-11-23T01:18:39.3690659Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.cu 2022-11-23T01:18:39.3794764Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.cu 2022-11-23T01:18:39.3951090Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.cu 2022-11-23T01:18:39.4082466Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.cu 2022-11-23T01:18:39.4181985Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T01:18:39.4234134Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.cu 2022-11-23T01:18:39.4317239Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.cu 2022-11-23T01:18:39.4390071Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.cu 2022-11-23T01:18:39.4463084Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.cu 2022-11-23T01:18:39.4531243Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.cu 2022-11-23T01:18:39.4661005Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.cu 2022-11-23T01:18:39.4743525Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.cu 2022-11-23T01:18:39.4757424Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T01:18:39.4863879Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.cu 2022-11-23T01:18:39.5051671Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.cu 2022-11-23T01:18:39.5295982Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T01:18:39.5307566Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.cu 2022-11-23T01:18:39.5452941Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.cu 2022-11-23T01:18:39.5588957Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.cu 2022-11-23T01:18:39.5647284Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T01:18:39.5732545Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.cu 2022-11-23T01:18:39.5972276Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.cu 2022-11-23T01:18:39.6113512Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.cu 2022-11-23T01:18:39.6212732Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.cu 2022-11-23T01:18:39.6305318Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.cu 2022-11-23T01:18:39.6389718Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.cu 2022-11-23T01:18:39.6455008Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:39.6541935Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.cu 2022-11-23T01:18:39.6690529Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.cu 2022-11-23T01:18:39.6907891Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.cu 2022-11-23T01:18:39.7066680Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.cu 2022-11-23T01:18:39.7232919Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.cu 2022-11-23T01:18:39.7364291Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.cu 2022-11-23T01:18:39.7452564Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.cu 2022-11-23T01:18:39.7584949Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T01:18:39.7586079Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.cu 2022-11-23T01:18:39.7697407Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.cu 2022-11-23T01:18:39.7826698Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.cu 2022-11-23T01:18:39.7947511Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.cu 2022-11-23T01:18:39.7986890Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T01:18:39.8026754Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.cu 2022-11-23T01:18:39.8122648Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.cu 2022-11-23T01:18:39.8222126Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.cu 2022-11-23T01:18:39.8308489Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.cu 2022-11-23T01:18:39.8359323Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.cu 2022-11-23T01:18:39.8480788Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.cu 2022-11-23T01:18:39.8496584Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T01:18:39.8634254Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T01:18:39.8653542Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.cu 2022-11-23T01:18:39.8867893Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.cu 2022-11-23T01:18:39.8965713Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.cu 2022-11-23T01:18:39.9025318Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.cu 2022-11-23T01:18:39.9136120Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.cu 2022-11-23T01:18:39.9250499Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.cu 2022-11-23T01:18:39.9306070Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T01:18:39.9412733Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.cu 2022-11-23T01:18:39.9603489Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.cu 2022-11-23T01:18:39.9774141Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.cu 2022-11-23T01:18:39.9933331Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.cu 2022-11-23T01:18:40.0389417Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T01:18:40.1062853Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T01:18:40.1148109Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T01:18:40.1638867Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T01:18:40.2433012Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T01:18:40.3483509Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T01:18:40.3513380Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T01:18:40.4270227Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.cu 2022-11-23T01:18:40.4345231Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.cu 2022-11-23T01:18:40.4424907Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.cu 2022-11-23T01:18:40.4456080Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T01:18:40.4531341Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.cu 2022-11-23T01:18:40.4654061Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.cu 2022-11-23T01:18:40.4729011Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T01:18:40.4817859Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.cu 2022-11-23T01:18:40.4971829Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.cu 2022-11-23T01:18:40.5210574Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.cu 2022-11-23T01:18:40.5324380Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.cu 2022-11-23T01:18:40.5465357Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.cu 2022-11-23T01:18:40.5549994Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.cu 2022-11-23T01:18:40.5651774Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.cu 2022-11-23T01:18:40.5746382Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.cu 2022-11-23T01:18:40.5805831Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:40.5905794Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.cu 2022-11-23T01:18:40.6025496Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.cu 2022-11-23T01:18:40.6101512Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.cu 2022-11-23T01:18:40.6190667Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.cu 2022-11-23T01:18:40.6270305Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T01:18:40.6307271Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.cu 2022-11-23T01:18:40.6376390Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.cu 2022-11-23T01:18:40.6448625Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.cu 2022-11-23T01:18:40.6500656Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T01:18:40.6647435Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.cu 2022-11-23T01:18:40.6853175Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.cu 2022-11-23T01:18:40.6988477Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.cu 2022-11-23T01:18:40.7116086Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.cu 2022-11-23T01:18:40.7235805Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.cu 2022-11-23T01:18:40.7304818Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.cu 2022-11-23T01:18:40.7381429Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.cu 2022-11-23T01:18:40.7470628Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.cu 2022-11-23T01:18:40.7591077Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T01:18:40.7616523Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.cu 2022-11-23T01:18:40.7740679Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.cu 2022-11-23T01:18:40.7844650Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.cu 2022-11-23T01:18:40.7945019Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.cu 2022-11-23T01:18:40.8030430Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.cu 2022-11-23T01:18:40.8148885Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.cu 2022-11-23T01:18:40.8204416Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T01:18:40.8269381Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.cu 2022-11-23T01:18:40.8384295Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.cu 2022-11-23T01:18:40.8491802Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.cu 2022-11-23T01:18:40.8609243Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T01:18:40.8673282Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.cu 2022-11-23T01:18:40.8799028Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.cu 2022-11-23T01:18:40.8904399Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.cu 2022-11-23T01:18:40.9006564Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T01:18:40.9034908Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.cu 2022-11-23T01:18:40.9137855Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.cu 2022-11-23T01:18:40.9190889Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T01:18:40.9335962Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.cu 2022-11-23T01:18:40.9547621Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.cu 2022-11-23T01:18:40.9681484Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.cu 2022-11-23T01:18:40.9828521Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.cu 2022-11-23T01:18:40.9946622Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.cu 2022-11-23T01:18:41.0016132Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.cu 2022-11-23T01:18:41.0117847Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.cu 2022-11-23T01:18:41.0183398Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.cu 2022-11-23T01:18:41.0262683Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.cu 2022-11-23T01:18:41.0371036Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.cu 2022-11-23T01:18:41.0434871Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.cu 2022-11-23T01:18:41.0522032Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.cu 2022-11-23T01:18:41.0589495Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.cu 2022-11-23T01:18:41.0702874Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.cu 2022-11-23T01:18:41.0786400Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.cu 2022-11-23T01:18:41.0828481Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T01:18:41.0948785Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.cu 2022-11-23T01:18:41.1118882Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.cu 2022-11-23T01:18:41.1211314Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.cu 2022-11-23T01:18:41.1496161Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T01:18:41.1775875Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T01:18:41.1779155Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T01:18:41.1845333Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T01:18:41.3739694Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T01:18:41.4567601Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T01:18:41.4716779Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T01:18:41.4748951Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T01:18:41.4998251Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:41.6864965Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.cu 2022-11-23T01:18:41.6983732Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.cu 2022-11-23T01:18:41.7076554Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.cu 2022-11-23T01:18:41.7185885Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.cu 2022-11-23T01:18:41.7257188Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.cu 2022-11-23T01:18:41.7302278Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T01:18:41.7342768Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.cu 2022-11-23T01:18:41.7423191Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.cu 2022-11-23T01:18:41.7485198Z [ 3%] Built target dnnl_graph_common 2022-11-23T01:18:41.7511897Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.cu 2022-11-23T01:18:41.7541362Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T01:18:41.7586870Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T01:18:41.7591267Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.cu 2022-11-23T01:18:41.7673371Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T01:18:41.7729198Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.cu 2022-11-23T01:18:41.7839762Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.cu 2022-11-23T01:18:41.8010896Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.cu 2022-11-23T01:18:41.8204774Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:41.8241095Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.cu 2022-11-23T01:18:41.8411134Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.cu 2022-11-23T01:18:41.8610323Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.cu 2022-11-23T01:18:41.8811137Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.cu 2022-11-23T01:18:41.8990021Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.cu 2022-11-23T01:18:41.9109212Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.cu 2022-11-23T01:18:41.9262761Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.cu 2022-11-23T01:18:41.9545008Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.cu 2022-11-23T01:18:41.9633616Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.cu 2022-11-23T01:18:41.9780797Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.cu 2022-11-23T01:18:42.0032099Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.cu 2022-11-23T01:18:42.0092776Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.cu 2022-11-23T01:18:42.0249236Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.cu 2022-11-23T01:18:42.0334315Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.cu 2022-11-23T01:18:42.0399825Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.cu 2022-11-23T01:18:42.0457208Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.cu 2022-11-23T01:18:42.0521805Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.cu 2022-11-23T01:18:42.0610435Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.cu 2022-11-23T01:18:42.0612858Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T01:18:42.0670815Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.cu 2022-11-23T01:18:42.0728372Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.cu 2022-11-23T01:18:42.0789905Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.cu 2022-11-23T01:18:42.0903788Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.cu 2022-11-23T01:18:42.0947560Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T01:18:42.0969344Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.cu 2022-11-23T01:18:42.1065084Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T01:18:42.1069792Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.cu 2022-11-23T01:18:42.1090931Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T01:18:42.1252547Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.cu 2022-11-23T01:18:42.1288186Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T01:18:42.1489466Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.cu 2022-11-23T01:18:42.1780998Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.cu 2022-11-23T01:18:42.2002538Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.cu 2022-11-23T01:18:42.2253549Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.cu 2022-11-23T01:18:42.2390141Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.cu 2022-11-23T01:18:42.2567284Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.cu 2022-11-23T01:18:42.2704219Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.cu 2022-11-23T01:18:42.2830116Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.cu 2022-11-23T01:18:42.3072558Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.cu 2022-11-23T01:18:42.3189651Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.cu 2022-11-23T01:18:42.3302903Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.cu 2022-11-23T01:18:42.3436018Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.cu 2022-11-23T01:18:42.3500210Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.cu 2022-11-23T01:18:42.3558297Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.cu 2022-11-23T01:18:42.3619279Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.cu 2022-11-23T01:18:42.3675764Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T01:18:42.3706025Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.cu 2022-11-23T01:18:42.3769005Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:42.3921852Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.cu 2022-11-23T01:18:42.4015433Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.cu 2022-11-23T01:18:42.4102938Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.cu 2022-11-23T01:18:42.4164417Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.cu 2022-11-23T01:18:42.4223399Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.cu 2022-11-23T01:18:42.4285164Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.cu 2022-11-23T01:18:42.4459381Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T01:18:42.4483686Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T01:18:42.4657189Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T01:18:42.6418085Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T01:18:42.6580012Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:42.7504774Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:42.7931917Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T01:18:42.8193547Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T01:18:42.9110547Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T01:18:42.9839008Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T01:18:43.0693147Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:43.0893057Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T01:18:43.1135246Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T01:18:43.1777607Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T01:18:43.2417824Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T01:18:43.3665485Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T01:18:43.4166013Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T01:18:43.4588179Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T01:18:43.4907776Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T01:18:43.5063547Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.o 2022-11-23T01:18:43.5373385Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T01:18:43.6645808Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T01:18:43.7269460Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:18:43.7466048Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T01:18:43.7539974Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T01:18:43.9208363Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T01:18:43.9789725Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T01:18:43.9807685Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:18:44.0115252Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T01:18:44.0685746Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:18:44.2290582Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T01:18:44.2680976Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T01:18:44.3130340Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T01:18:44.3146260Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:18:44.3511370Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T01:18:44.4823600Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:18:44.5406413Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T01:18:44.6038006Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T01:18:44.6274430Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:18:44.7041011Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:44.7687600Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T01:18:44.7863236Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T01:18:44.9179327Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:44.9673643Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T01:18:45.0191293Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T01:18:45.0427694Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T01:18:45.0789386Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T01:18:45.2223808Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:45.2613000Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.o 2022-11-23T01:18:45.2987433Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T01:18:45.3148444Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T01:18:45.3725653Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T01:18:45.4977806Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:45.5430458Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T01:18:45.6021685Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T01:18:45.6527728Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T01:18:45.7922265Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T01:18:45.8245312Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T01:18:45.9277357Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T01:18:45.9289867Z [ 5%] Built target dnnl_graph_backend_dnnl 2022-11-23T01:18:45.9366331Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T01:18:46.0881233Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T01:18:46.0934253Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T01:18:46.1823789Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T01:18:46.2268068Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T01:18:46.3044932Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T01:18:46.3989386Z [ 6%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T01:18:46.4080201Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.o 2022-11-23T01:18:46.4090133Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T01:18:46.4302430Z [ 6%] Built target dnnl_common 2022-11-23T01:18:46.4532825Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.o 2022-11-23T01:18:46.4822345Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T01:18:46.6306031Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T01:18:46.7099688Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T01:18:46.7934531Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T01:18:46.8986566Z [ 6%] Built target dnnl_graph_backend_fake 2022-11-23T01:18:46.9059864Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T01:18:46.9839685Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T01:18:47.0895428Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:18:47.1488042Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T01:18:47.1745696Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T01:18:47.2635407Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T01:18:47.3185965Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.o 2022-11-23T01:18:47.3474290Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T01:18:47.3695168Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T01:18:47.4312700Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T01:18:47.5804089Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T01:18:47.7135463Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T01:18:47.7429990Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T01:18:47.8151898Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T01:18:48.0351274Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:48.0641068Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T01:18:48.0880005Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T01:18:48.2175691Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T01:18:48.2325235Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T01:18:48.2919006Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T01:18:48.3317103Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:48.3352142Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:48.4638028Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:48.5373743Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T01:18:48.5600783Z [ 6%] Built target dnnl_graph_utils 2022-11-23T01:18:48.5794329Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T01:18:48.6270892Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T01:18:48.6461282Z [ 6%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T01:18:48.7501579Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:18:48.8235634Z [ 6%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T01:18:48.8636921Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.o 2022-11-23T01:18:48.8825907Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T01:18:48.9747903Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T01:18:49.0234809Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T01:18:49.0487193Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:18:49.1189297Z [ 6%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T01:18:49.1461573Z [ 6%] Built target fmt 2022-11-23T01:18:49.1545392Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T01:18:49.1557658Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.o 2022-11-23T01:18:49.2625225Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.o 2022-11-23T01:18:49.3213190Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.o 2022-11-23T01:18:49.3691175Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:18:49.4231854Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T01:18:49.6372110Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:18:49.6974379Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T01:18:49.9211972Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:50.0034299Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T01:18:50.1399012Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:50.2965984Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T01:18:50.3627145Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:50.5453670Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T01:18:50.6474068Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:50.7826522Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:18:50.8581932Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:18:50.8613983Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T01:18:50.9230092Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T01:18:51.0673307Z [ 6%] Built target libkineto_defs.bzl 2022-11-23T01:18:51.0748844Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.o 2022-11-23T01:18:51.0917221Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.o 2022-11-23T01:18:51.1128718Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:18:51.1585783Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T01:18:51.1691180Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T01:18:51.1809738Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T01:18:51.3969805Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:18:51.4179086Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:18:51.4290431Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T01:18:51.4659782Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T01:18:51.6201549Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T01:18:51.6717231Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T01:18:51.6940428Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T01:18:51.7353355Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T01:18:51.8761230Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:51.9814121Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:52.0291440Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T01:18:52.0342888Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T01:18:52.1663317Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:52.3126548Z [ 6%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T01:18:52.3248720Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T01:18:52.3262063Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T01:18:52.4952923Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:52.6059957Z [ 6%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T01:18:52.6063050Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T01:18:52.6388608Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T01:18:52.6835263Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T01:18:52.7570511Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:18:52.8685180Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.o 2022-11-23T01:18:52.8703786Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:18:52.8954096Z [ 6%] Built target kineto_api 2022-11-23T01:18:52.9038137Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:18:52.9388143Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T01:18:53.0253441Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T01:18:53.0741326Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T01:18:53.1935894Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T01:18:53.2086922Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:18:53.2244216Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T01:18:53.3543029Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T01:18:53.3730590Z [ 7%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T01:18:53.4575179Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T01:18:53.5128539Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T01:18:53.5224175Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:53.5803952Z [ 7%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T01:18:53.6754169Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T01:18:53.6774471Z [ 7%] Built target caffe2_nvrtc 2022-11-23T01:18:53.6855633Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T01:18:53.7227236Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T01:18:53.7873306Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:53.7965208Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T01:18:53.9327298Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T01:18:53.9895640Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T01:18:54.0516338Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T01:18:54.0894511Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.1028115Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.1859904Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.3191483Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T01:18:54.3419590Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T01:18:54.3863815Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T01:18:54.4358747Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T01:18:54.5552558Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.6396085Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.6410590Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.o 2022-11-23T01:18:54.6445269Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T01:18:54.6781715Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T01:18:54.7752679Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T01:18:54.8500704Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T01:18:54.9097356Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:54.9791481Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T01:18:55.0269100Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T01:18:55.0872299Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T01:18:55.1244125Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T01:18:55.1902985Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:18:55.2974433Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T01:18:55.3505943Z [ 7%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T01:18:55.3938809Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T01:18:55.4198560Z [ 7%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T01:18:55.4530306Z [ 7%] Built target foxi_loader 2022-11-23T01:18:55.4586036Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T01:18:55.5231581Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:18:55.5585309Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T01:18:55.6439888Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T01:18:55.7183939Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.o 2022-11-23T01:18:55.8381484Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:18:55.8514684Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T01:18:55.8678827Z [ 7%] Generating ATen headers 2022-11-23T01:18:55.9210978Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T01:18:56.0816894Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:18:56.1311083Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T01:18:56.1908421Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T01:18:56.3957502Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:18:56.4137534Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:18:56.4701715Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T01:18:56.5587048Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T01:18:56.6586492Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T01:18:56.6922735Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:18:56.8248468Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T01:18:56.8860147Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T01:18:57.0188042Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T01:18:57.0386396Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:18:57.1503612Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:57.1920050Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T01:18:57.3080083Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T01:18:57.3330486Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T01:18:57.4282742Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.o 2022-11-23T01:18:57.4478658Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:57.5602877Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:57.5943515Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T01:18:57.6633990Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T01:18:57.7724455Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T01:18:57.8359918Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:57.8864136Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T01:18:57.9633844Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T01:18:58.0532259Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T01:18:58.0826816Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T01:18:58.1438299Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:58.2260977Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:18:58.4007663Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T01:18:58.4472593Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T01:18:58.4501391Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T01:18:58.5112994Z [ 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-11-23T01:18:58.7102096Z [ 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-11-23T01:18:58.7224076Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T01:18:58.7612094Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T01:18:58.8149177Z [ 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-11-23T01:18:59.0232098Z [ 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-11-23T01:18:59.0388844Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.o 2022-11-23T01:18:59.0513631Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T01:18:59.0701000Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T01:18:59.0870444Z [ 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-11-23T01:18:59.3409605Z [ 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-11-23T01:18:59.3501257Z [ 8%] Built target dnnl_cpu 2022-11-23T01:18:59.3577719Z [ 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-11-23T01:18:59.3662289Z [ 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-11-23T01:18:59.3789418Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T01:18:59.6448928Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T01:18:59.6733256Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.o 2022-11-23T01:18:59.6742446Z [ 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-11-23T01:18:59.6819262Z [ 8%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T01:18:59.7970763Z [ 8%] Built target common 2022-11-23T01:18:59.8043114Z [ 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-11-23T01:18:59.9059521Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T01:18:59.9996733Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T01:19:00.1224916Z [ 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-11-23T01:19:00.1341768Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:00.2657165Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T01:19:00.4151772Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T01:19:00.4190845Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T01:19:00.4712873Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T01:19:00.6710415Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.o 2022-11-23T01:19:00.7208024Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T01:19:00.7397980Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T01:19:00.7707589Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T01:19:00.9474786Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T01:19:00.9656975Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T01:19:01.0808788Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T01:19:01.2142535Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T01:19:01.2597266Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T01:19:01.3132079Z [ 9%] Linking C executable ../../bin/mkrename 2022-11-23T01:19:01.3534167Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T01:19:01.3597236Z [ 9%] Built target mkrename 2022-11-23T01:19:01.3767338Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T01:19:01.5034524Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.o 2022-11-23T01:19:01.5514712Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T01:19:01.6061505Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T01:19:01.6145694Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T01:19:01.8731953Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T01:19:01.9007125Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T01:19:01.9105265Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T01:19:02.0085360Z [ 9%] Linking C executable ../../bin/mkalias 2022-11-23T01:19:02.0626470Z [ 9%] Built target mkalias 2022-11-23T01:19:02.0661307Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T01:19:02.0683862Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T01:19:02.2500107Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T01:19:02.3071780Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T01:19:02.3677093Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T01:19:02.5182919Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T01:19:02.5190863Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T01:19:02.5817824Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T01:19:02.6428289Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T01:19:02.8362963Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T01:19:02.8662031Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T01:19:02.8838665Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T01:19:02.9887107Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T01:19:03.1495967Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T01:19:03.2000035Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T01:19:03.2078187Z [ 9%] Generating ATen sources 2022-11-23T01:19:03.2306866Z [ 9%] Generating ATen declarations_yaml 2022-11-23T01:19:03.2527147Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.o 2022-11-23T01:19:03.2970702Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T01:19:03.3576899Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T01:19:03.4883323Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T01:19:03.7104580Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T01:19:03.9651869Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T01:19:03.9685066Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T01:19:04.2011653Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T01:19:04.2300693Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T01:19:04.4151839Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T01:19:04.5030637Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T01:19:04.5712673Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T01:19:04.6426964Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T01:19:04.7804191Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T01:19:04.8723809Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T01:19:04.9212253Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T01:19:04.9317047Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.o 2022-11-23T01:19:05.0189082Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.o 2022-11-23T01:19:05.1365168Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T01:19:05.2577943Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T01:19:05.4333633Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T01:19:05.5266458Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T01:19:05.5802340Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T01:19:05.7814089Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T01:19:05.8874588Z [ 9%] Linking CXX shared library ../lib/libc10.so 2022-11-23T01:19:05.9959280Z [ 9%] Built target c10 2022-11-23T01:19:06.0015516Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T01:19:06.1041401Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T01:19:06.3228185Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T01:19:06.3572989Z [ 9%] Generating include/renameavx512f.h 2022-11-23T01:19:06.3586436Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T01:19:06.3677836Z [ 9%] Built target renameAVX512F.h_generated 2022-11-23T01:19:06.3840283Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.o 2022-11-23T01:19:06.6000421Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T01:19:06.8139037Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T01:19:06.8796489Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T01:19:06.9550428Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.o 2022-11-23T01:19:07.0785639Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.o 2022-11-23T01:19:07.1067637Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T01:19:07.4349955Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T01:19:07.7533766Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T01:19:08.0632417Z [ 9%] Generating include/renameavx2.h 2022-11-23T01:19:08.0642108Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T01:19:08.0703319Z [ 9%] Built target renameAVX2.h_generated 2022-11-23T01:19:08.0873877Z [ 9%] Generating include/renameavx2128.h 2022-11-23T01:19:08.0885538Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T01:19:08.0948595Z [ 9%] Built target renameAVX2128.h_generated 2022-11-23T01:19:08.0992880Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T01:19:08.0999048Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:08.2571857Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T01:19:08.3783690Z [ 9%] Generating include/renamefma4.h 2022-11-23T01:19:08.3796306Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T01:19:08.3883415Z [ 9%] Built target renameFMA4.h_generated 2022-11-23T01:19:08.3986362Z [ 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-11-23T01:19:08.4660477Z [ 9%] Generating include/renameavx.h 2022-11-23T01:19:08.4722540Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T01:19:08.4874284Z [ 9%] Built target renameAVX.h_generated 2022-11-23T01:19:08.4980923Z [ 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-11-23T01:19:08.5588634Z [ 9%] Generating include/renamesse4.h 2022-11-23T01:19:08.5609645Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T01:19:08.5679563Z [ 9%] Built target renameSSE4.h_generated 2022-11-23T01:19:08.5749485Z [ 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-11-23T01:19:08.7106733Z [ 9%] Generating include/renamesse2.h 2022-11-23T01:19:08.7118724Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T01:19:08.7208658Z [ 9%] Built target renameSSE2.h_generated 2022-11-23T01:19:08.7327247Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.o 2022-11-23T01:19:08.8098992Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.o 2022-11-23T01:19:08.8109445Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T01:19:08.8931529Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T01:19:08.9291994Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.o 2022-11-23T01:19:09.1354902Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.o 2022-11-23T01:19:09.2008945Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T01:19:09.4513101Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T01:19:09.7672905Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T01:19:10.0154751Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T01:19:10.3054483Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T01:19:10.5395710Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T01:19:10.5950528Z [ 9%] Generating include/renamepurec_scalar.h 2022-11-23T01:19:10.5961405Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T01:19:10.6052467Z [ 9%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T01:19:10.6110583Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T01:19:10.6264136Z [ 9%] Generating include/renamepurecfma_scalar.h 2022-11-23T01:19:10.6278272Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T01:19:10.6408128Z [ 9%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T01:19:10.6484276Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:19:10.7946531Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.o 2022-11-23T01:19:10.8642317Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.o 2022-11-23T01:19:10.9186041Z [ 9%] Generating renamedsp128.h 2022-11-23T01:19:10.9313820Z [ 9%] Built target renamedsp128.h_generated 2022-11-23T01:19:10.9368850Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:19:10.9477028Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T01:19:10.9590447Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.o 2022-11-23T01:19:11.2389352Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.o 2022-11-23T01:19:11.2789880Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T01:19:11.5685690Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T01:19:11.8026203Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T01:19:12.0518358Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T01:19:12.2806407Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T01:19:12.6057645Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T01:19:12.6384115Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T01:19:12.7070032Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T01:19:12.9023202Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T01:19:12.9058596Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.o 2022-11-23T01:19:12.9387330Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.o 2022-11-23T01:19:13.0318569Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.o 2022-11-23T01:19:13.1351353Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T01:19:13.2210540Z [ 9%] Linking C executable ../../bin/mkdisp 2022-11-23T01:19:13.2550002Z [ 9%] Built target mkdisp 2022-11-23T01:19:13.2622042Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.o 2022-11-23T01:19:13.4877411Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T01:19:13.7637480Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T01:19:14.0607348Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T01:19:14.3219158Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T01:19:14.6320158Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T01:19:14.6960062Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T01:19:14.7433620Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T01:19:14.8181662Z [ 9%] Generating renamedsp256.h 2022-11-23T01:19:14.8261134Z [ 9%] Built target renamedsp256.h_generated 2022-11-23T01:19:14.8498501Z [ 9%] Generating dispavx.c 2022-11-23T01:19:14.8685466Z [ 9%] Built target dispavx.c_generated 2022-11-23T01:19:14.8876411Z [ 9%] Built target nvfuser_rt_UnpackRaw 2022-11-23T01:19:14.8989942Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T01:19:15.0281477Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.o 2022-11-23T01:19:15.0722329Z [ 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-11-23T01:19:15.1699278Z [ 10%] Built target nvfuser_rt_array 2022-11-23T01:19:15.1768023Z [ 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-11-23T01:19:15.2550510Z [ 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-11-23T01:19:15.4390333Z [ 10%] Built target nvfuser_rt_block_reduction 2022-11-23T01:19:15.4583444Z [ 10%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T01:19:15.4663848Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.o 2022-11-23T01:19:15.5253547Z [ 10%] Built target nvfuser_rt_block_sync_default 2022-11-23T01:19:15.5398695Z [ 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-11-23T01:19:15.5419911Z [ 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-11-23T01:19:15.7747761Z [ 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-11-23T01:19:15.8439452Z [ 10%] Built target nvfuser_rt_broadcast 2022-11-23T01:19:15.8979296Z [ 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-11-23T01:19:16.0961863Z [ 10%] Built target nvfuser_rt_fp16_support 2022-11-23T01:19:16.1163814Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.o 2022-11-23T01:19:16.4682615Z [ 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-11-23T01:19:16.7608117Z [ 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-11-23T01:19:16.8465970Z [ 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-11-23T01:19:17.0387782Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.o 2022-11-23T01:19:17.1295352Z [ 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-11-23T01:19:17.2525238Z [ 10%] Built target nvfuser_rt_fused_reduction 2022-11-23T01:19:17.2760302Z [ 10%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T01:19:17.2868268Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.o 2022-11-23T01:19:17.4301144Z [ 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-11-23T01:19:17.7055442Z [ 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-11-23T01:19:17.7798590Z [ 10%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T01:19:17.7853058Z [ 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-11-23T01:19:18.0230462Z [ 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-11-23T01:19:18.0781659Z [ 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-11-23T01:19:18.3327429Z [ 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-11-23T01:19:18.3684535Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.o 2022-11-23T01:19:18.6374812Z [ 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-11-23T01:19:18.8604579Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.o 2022-11-23T01:19:18.8877448Z [ 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-11-23T01:19:19.0474814Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.o 2022-11-23T01:19:19.1675532Z [ 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-11-23T01:19:19.4235622Z [ 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-11-23T01:19:19.6675502Z [ 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-11-23T01:19:19.9455442Z [ 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-11-23T01:19:20.1558905Z [ 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-11-23T01:19:20.2543328Z [ 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-11-23T01:19:20.5187642Z [ 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-11-23T01:19:20.5472085Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.o 2022-11-23T01:19:20.6105385Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.o 2022-11-23T01:19:20.8394431Z [ 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-11-23T01:19:20.9661466Z [ 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-11-23T01:19:21.1389822Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.o 2022-11-23T01:19:21.2207307Z [ 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-11-23T01:19:21.5343141Z [ 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-11-23T01:19:21.7845432Z [ 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-11-23T01:19:22.0240585Z [ 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-11-23T01:19:22.3225915Z [ 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-11-23T01:19:22.4151465Z [ 10%] Built target nvfuser_rt_bf16_support 2022-11-23T01:19:22.4228608Z [ 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-11-23T01:19:22.5365721Z [ 10%] Built target nvfuser_rt_grid_broadcast 2022-11-23T01:19:22.5768219Z [ 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-11-23T01:19:22.6128484Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.o 2022-11-23T01:19:22.7166416Z [ 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-11-23T01:19:22.9056363Z [ 10%] Built target nvfuser_rt_grid_reduction 2022-11-23T01:19:22.9392271Z [ 10%] Built target nvfuser_rt_grid_sync 2022-11-23T01:19:22.9577483Z [ 10%] Built target nvfuser_rt_helpers 2022-11-23T01:19:22.9702973Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.o 2022-11-23T01:19:23.0050949Z [ 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-11-23T01:19:23.2111286Z [ 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-11-23T01:19:23.2484698Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.o 2022-11-23T01:19:23.4705867Z [ 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-11-23T01:19:23.7427261Z [ 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-11-23T01:19:24.0649026Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T01:19:24.3820395Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T01:19:24.4859781Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T01:19:24.6567080Z [ 10%] Built target nvfuser_rt_index_utils 2022-11-23T01:19:24.6868999Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.o 2022-11-23T01:19:24.7613652Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T01:19:24.7774230Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.o 2022-11-23T01:19:25.0811621Z [ 10%] Built target dnnl_cpu_x64 2022-11-23T01:19:25.1091060Z [ 10%] Built target nvfuser_rt_random_numbers 2022-11-23T01:19:25.1151904Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.o 2022-11-23T01:19:25.3587518Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.o 2022-11-23T01:19:26.5581587Z [ 10%] Built target nvfuser_rt_tuple 2022-11-23T01:19:26.5581969Z [ 10%] Built target nvfuser_rt_tensor 2022-11-23T01:19:26.5671793Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.o 2022-11-23T01:19:26.5752658Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.o 2022-11-23T01:19:27.0146169Z [ 10%] Built target nvfuser_rt_type_traits 2022-11-23T01:19:27.0453184Z [ 10%] Built target nvfuser_rt_welford 2022-11-23T01:19:27.0721184Z [ 10%] Built target nvfuser_rt_tensorcore 2022-11-23T01:19:27.0742986Z [ 10%] Built target nvfuser_rt_warp 2022-11-23T01:19:27.0794499Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.o 2022-11-23T01:19:27.0940599Z [ 10%] Built target nvfuser_rt_memory 2022-11-23T01:19:27.1117794Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.o 2022-11-23T01:19:28.2417983Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.o 2022-11-23T01:19:28.3172243Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.o 2022-11-23T01:19:28.8546334Z [ 10%] Built target nvfuser_rt_swizzle 2022-11-23T01:19:28.8586013Z [ 10%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T01:19:28.8745883Z [ 10%] Built target python_copy_files 2022-11-23T01:19:28.8802514Z [ 10%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T01:19:28.8848550Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.o 2022-11-23T01:19:28.9245505Z [ 10%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T01:19:29.1388228Z [ 10%] Built target torch_global_deps 2022-11-23T01:19:29.1545816Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.o 2022-11-23T01:19:29.9022772Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.o 2022-11-23T01:19:39.9825467Z [ 10%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T01:19:39.9892191Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.o 2022-11-23T01:19:40.0420413Z [ 10%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T01:19:40.0491822Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.o 2022-11-23T01:19:44.5006396Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T01:19:44.5572783Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T01:19:44.6027353Z [ 10%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T01:19:44.6132982Z [ 10%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T01:19:44.6466550Z [ 10%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T01:19:44.6661030Z [ 10%] Built target mkrename_gnuabi 2022-11-23T01:19:44.6852767Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.o 2022-11-23T01:19:44.6937047Z [ 10%] Built target arraymap 2022-11-23T01:19:44.6950245Z [ 10%] Built target mkmasked_gnuabi 2022-11-23T01:19:44.7052585Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.o 2022-11-23T01:19:44.7139704Z [ 10%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T01:19:44.7892029Z [ 10%] Linking C executable ../../bin/addSuffix 2022-11-23T01:19:44.8323722Z [ 10%] Built target addSuffix 2022-11-23T01:19:44.8410535Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.o 2022-11-23T01:19:45.4948362Z [ 10%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T01:19:51.7140476Z [ 10%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T01:19:54.3323351Z [ 10%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T01:19:54.3905505Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.o 2022-11-23T01:19:57.6346010Z [ 10%] Built target generate-torch-sources 2022-11-23T01:19:57.6409983Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.o 2022-11-23T01:19:57.7336795Z [ 10%] Generating ../../../torch/version.py 2022-11-23T01:19:58.5226776Z [ 10%] Built target torch_python_stubs 2022-11-23T01:19:58.5292021Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.o 2022-11-23T01:19:59.8949242Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T01:20:00.0872155Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T01:20:00.3035964Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T01:20:00.5504068Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T01:20:00.7436801Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T01:20:00.9379776Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T01:20:01.1368962Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T01:20:01.3535742Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T01:20:01.5547006Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T01:20:01.7602363Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T01:20:01.9524722Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T01:20:02.2926684Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T01:20:02.4941708Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T01:20:02.6828771Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T01:20:02.8721186Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T01:20:03.0627685Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T01:20:03.2608944Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T01:20:03.4520693Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T01:20:03.4784746Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.o 2022-11-23T01:20:03.6331663Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T01:20:03.8171468Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T01:20:04.0415627Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T01:20:04.2956820Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T01:20:04.4995026Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T01:20:04.6258068Z [ 11%] Built target gen_torch_version 2022-11-23T01:20:04.6344030Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.o 2022-11-23T01:20:04.6870632Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T01:20:04.8868390Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T01:20:05.0773777Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T01:20:05.2762123Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T01:20:05.4734245Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T01:20:05.6642604Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T01:20:05.8620515Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T01:20:06.1216915Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T01:20:06.3130792Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T01:20:06.5069705Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T01:20:06.7030709Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T01:20:06.8470101Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T01:20:07.0377415Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T01:20:07.2364192Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T01:20:07.4319468Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T01:20:07.6312556Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T01:20:07.8140363Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T01:20:07.9562155Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T01:20:08.1556099Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T01:20:08.3522952Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T01:20:08.5436712Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T01:20:08.7354563Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T01:20:08.9284728Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T01:20:09.1220282Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T01:20:09.3090693Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T01:20:09.5026856Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T01:20:09.7390792Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T01:20:09.9291729Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T01:20:10.1232904Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T01:20:10.3155045Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T01:20:10.5101883Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T01:20:10.6987918Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T01:20:10.8949899Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T01:20:11.0886220Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T01:20:11.2832121Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T01:20:11.4730013Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T01:20:11.6698985Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T01:20:11.8662496Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T01:20:12.0862166Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T01:20:12.1314773Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T01:20:12.3277800Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T01:20:12.5223398Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T01:20:12.7172892Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T01:20:12.9147420Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T01:20:13.1116682Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T01:20:13.3101874Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T01:20:13.5110479Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T01:20:13.6526202Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T01:20:13.8510335Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T01:20:14.0371001Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T01:20:14.0393561Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.o 2022-11-23T01:20:14.2347259Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T01:20:14.4333332Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T01:20:14.6296709Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T01:20:14.8399280Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T01:20:15.0364647Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T01:20:15.0762647Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T01:20:15.2348351Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.o 2022-11-23T01:20:15.2802462Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T01:20:15.4598193Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T01:20:15.6032691Z [ 12%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T01:20:15.6569814Z [ 12%] Built target libprotoc 2022-11-23T01:20:15.6651334Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.o 2022-11-23T01:20:17.7381707Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T01:20:17.7984356Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T01:20:17.8581353Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T01:20:17.9015366Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T01:20:17.9712239Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T01:20:18.0235329Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T01:20:18.0687028Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T01:20:18.1179115Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T01:20:18.1750272Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T01:20:18.2313354Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T01:20:18.2836119Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T01:20:18.3368914Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:20:18.3828839Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:20:18.4116298Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T01:20:18.4450945Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.o 2022-11-23T01:20:18.4653697Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:20:18.5185387Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T01:20:18.5249255Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T01:20:18.5773733Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.o 2022-11-23T01:20:18.5916305Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T01:20:18.6601387Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T01:20:18.7221100Z [ 12%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T01:20:18.7446182Z [ 12%] Built target cpuinfo 2022-11-23T01:20:18.7530667Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.o 2022-11-23T01:20:29.1504899Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T01:20:29.2146705Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T01:20:29.2754860Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T01:20:29.3224452Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T01:20:29.3905626Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T01:20:29.4378370Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T01:20:29.4529093Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T01:20:29.4892127Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.o 2022-11-23T01:20:29.5100017Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T01:20:29.5708134Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T01:20:29.6313311Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T01:20:29.6945623Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T01:20:29.7535262Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:20:29.8148901Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:20:29.8737630Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T01:20:29.9261950Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:20:29.9290813Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.o 2022-11-23T01:20:29.9828325Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T01:20:30.0528520Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T01:20:30.1231038Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T01:20:30.1756057Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T01:20:30.2417699Z [ 12%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T01:20:30.2709932Z [ 12%] Built target cpuinfo_internals 2022-11-23T01:20:30.2769793Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.o 2022-11-23T01:20:30.5094682Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T01:20:30.5914426Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T01:20:30.6599841Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:20:30.7347435Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:20:30.8072307Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T01:20:30.8768773Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T01:20:30.9613645Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:20:31.0359652Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:20:31.1119941Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:20:31.1858162Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:20:31.2612757Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:20:31.3393056Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:20:31.4069484Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T01:20:31.4810681Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:20:31.5502517Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T01:20:31.6091728Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T01:20:31.6832317Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:20:31.7364649Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:20:31.7879726Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:20:31.8539846Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:20:31.9205457Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:20:31.9854770Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:20:32.0546888Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:20:32.1621283Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:20:32.2640047Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:20:32.3712886Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:20:32.4390786Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:20:32.5035952Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:20:32.5646270Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:20:32.6698874Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:20:32.7698236Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:20:32.8824266Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:20:32.9450987Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:20:33.0042775Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:20:33.0580426Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:20:33.1103728Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:20:33.1622658Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:20:33.2209934Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:20:33.2732989Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:20:33.3370569Z [ 13%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T01:20:33.3706200Z [ 13%] Built target qnnpack 2022-11-23T01:20:33.3893030Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T01:20:33.4638639Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T01:20:33.4658084Z [ 13%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T01:20:33.5509116Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:20:33.6240463Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:20:33.7007715Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T01:20:33.7717813Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T01:20:33.8660891Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T01:20:33.9454479Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:20:34.0224548Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T01:20:34.1153181Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:20:34.1899989Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T01:20:34.2644164Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:20:34.3354563Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T01:20:34.4137854Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T01:20:34.4932148Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:20:34.5647407Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:20:34.6389144Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:20:34.7228865Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T01:20:34.7950678Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T01:20:34.8683602Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:20:34.9385778Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T01:20:35.0838591Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T01:20:35.2226247Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T01:20:35.3159482Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T01:20:35.4093471Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T01:20:35.5088571Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T01:20:35.5855876Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:20:35.6387554Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:20:35.6891350Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:20:35.7631969Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:20:35.8304321Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:20:35.8950039Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:20:35.9624497Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:20:36.0703747Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:20:36.1769260Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T01:20:36.2866682Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T01:20:36.4013466Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:20:36.5065738Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T01:20:36.6122863Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:20:36.6762619Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:20:36.7155909Z [ 14%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T01:20:36.7421253Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:20:36.8032093Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:20:36.9147355Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T01:20:37.0244109Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:20:37.1332163Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T01:20:37.2454369Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T01:20:37.3528766Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:20:37.4639496Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:20:37.5243164Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:20:37.5886433Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:20:37.6991099Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:20:37.7637657Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:20:37.8368900Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:20:37.9100105Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:20:37.9711805Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:20:38.0400589Z [ 14%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T01:20:38.0786241Z [ 14%] Built target pytorch_qnnpack 2022-11-23T01:20:38.0851679Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.o 2022-11-23T01:20:42.3024737Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T01:20:42.3490199Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T01:20:42.3936935Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T01:20:42.4403786Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T01:20:42.4990197Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T01:20:42.5459294Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T01:20:42.6096368Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T01:20:42.6709626Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T01:20:42.7303025Z [ 15%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T01:20:42.7591812Z [ 15%] Built target nnpack_reference_layers 2022-11-23T01:20:42.7655223Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.o 2022-11-23T01:20:44.8696866Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:20:44.9497197Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:20:45.0180019Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:20:45.0872829Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:20:45.1519584Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T01:20:45.2517909Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T01:20:45.3089136Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T01:20:45.3696701Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:45.4290967Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:45.4545996Z [ 15%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T01:20:45.4857668Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T01:20:45.5451934Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:20:45.6038776Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:20:45.6774690Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T01:20:45.6816605Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.o 2022-11-23T01:20:45.7489637Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T01:20:45.8112018Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T01:20:45.9089714Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T01:20:45.9661493Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T01:20:46.0348420Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T01:20:46.1019750Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T01:20:46.1642952Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T01:20:46.2247213Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T01:20:46.2894998Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T01:20:46.3732724Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T01:20:46.4427875Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T01:20:46.5097445Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T01:20:46.5753401Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T01:20:46.6407227Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T01:20:46.7108807Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T01:20:46.7694363Z [ 15%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T01:20:46.7794538Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T01:20:46.8462940Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T01:20:46.9171014Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T01:20:46.9831713Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T01:20:47.0585146Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T01:20:47.1121166Z [ 15%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T01:20:47.1201270Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T01:20:47.1809391Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T01:20:47.2491028Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T01:20:47.3148579Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T01:20:47.4006176Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T01:20:47.4740488Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T01:20:47.5961995Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T01:20:47.6692527Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T01:20:47.7376313Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T01:20:47.7489533Z [ 15%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T01:20:47.8121533Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T01:20:47.8349458Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T01:20:47.8693542Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.o 2022-11-23T01:20:47.8928288Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:47.9670349Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:48.0554401Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:48.1194461Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T01:20:48.1979001Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:48.2704389Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T01:20:48.3365145Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T01:20:48.4015562Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T01:20:48.4663996Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T01:20:48.4786924Z [ 16%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T01:20:48.5377733Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T01:20:48.6026155Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:48.7311263Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:48.7929708Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:48.8552241Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T01:20:48.8687924Z [ 16%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T01:20:48.9194512Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:48.9786528Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T01:20:49.0527823Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T01:20:49.1197928Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T01:20:49.1847334Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:49.2526302Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:49.3175698Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:49.3543865Z [ 16%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T01:20:49.3799317Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T01:20:49.4456444Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T01:20:49.5135562Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:49.5783343Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T01:20:49.5828711Z [ 16%] Generating src/x86_64-fma/relu.py.o 2022-11-23T01:20:49.6466043Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T01:20:49.7133159Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T01:20:49.7876073Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T01:20:49.7933814Z [ 16%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T01:20:49.8505930Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:49.9190877Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:49.9844382Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:50.0607389Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T01:20:50.1253750Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T01:20:50.1955881Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:50.2626460Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T01:20:50.3309564Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T01:20:50.3951272Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T01:20:50.5185491Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T01:20:50.5880173Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T01:20:50.6671174Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T01:20:50.6862108Z [ 16%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T01:20:50.7413114Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T01:20:50.8137459Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T01:20:50.8863913Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T01:20:51.1637139Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T01:20:51.2365203Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T01:20:51.3095374Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T01:20:51.3863622Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T01:20:51.3925558Z [ 16%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T01:20:51.4660049Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T01:20:51.5250389Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T01:20:51.5649517Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.o 2022-11-23T01:20:51.5796600Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T01:20:51.6498921Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T01:20:51.7338227Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T01:20:51.8189549Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:51.9042655Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:52.0345737Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T01:20:52.1204235Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:52.2042273Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:52.2899868Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T01:20:52.3560216Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:52.4281923Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:52.4946634Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T01:20:52.5700818Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:52.6550086Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:52.7341498Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T01:20:52.8136908Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T01:20:52.8704290Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T01:20:52.9321735Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T01:20:53.0000950Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:53.0620083Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:53.1230293Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:53.1877288Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:53.2654769Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:53.3428886Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T01:20:53.4176053Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:53.4940597Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:53.5748340Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T01:20:53.6345227Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T01:20:53.6632821Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:53.7228880Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T01:20:53.7376566Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:53.8103266Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T01:20:53.8143870Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T01:20:53.8618637Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T01:20:53.8927068Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:53.9316975Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T01:20:53.9771409Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:53.9914579Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T01:20:54.0448945Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T01:20:54.0541290Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T01:20:54.1230022Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:54.1273442Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T01:20:54.1859513Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:54.1871961Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T01:20:54.2500755Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:54.2612954Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T01:20:54.3273660Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:54.3399832Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T01:20:54.3818186Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T01:20:54.4032175Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T01:20:54.4327942Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:54.4526112Z [ 17%] Linking C static library ../../lib/libnnpack.a 2022-11-23T01:20:54.4752426Z [ 17%] Built target nnpack 2022-11-23T01:20:54.4794641Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:54.4841880Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T01:20:54.5387495Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.o 2022-11-23T01:20:54.5390108Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T01:20:54.5930356Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:54.6756493Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:54.7410155Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:54.8142406Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:54.8827822Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:54.9519384Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:55.0225339Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:55.0942248Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:55.1706781Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:55.2484015Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:55.3217701Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:55.3942894Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:55.6002227Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:55.6682142Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:55.7397037Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:55.7412776Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:55.8124675Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.o 2022-11-23T01:20:55.8229634Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:55.8932493Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:55.9609784Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:56.0287218Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:56.1012141Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:56.1710102Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:56.2427744Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:56.3200470Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:56.3890049Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T01:20:56.4477540Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T01:20:56.5094614Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T01:20:56.5705325Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T01:20:56.6314362Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T01:20:56.6934571Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T01:20:56.7540858Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T01:20:56.8379317Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T01:20:56.8967100Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T01:20:56.9592981Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T01:20:57.0172772Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T01:20:57.0771442Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T01:20:57.1378715Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T01:20:57.1891411Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:57.2427833Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T01:20:57.2978952Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:57.3530415Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T01:20:57.4077615Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:57.4593490Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T01:20:57.5399092Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:57.6001411Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T01:20:57.6636582Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T01:20:57.7455154Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T01:20:57.8108629Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T01:20:57.8689570Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T01:20:57.9015617Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T01:20:57.9277164Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.o 2022-11-23T01:20:57.9605705Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T01:20:58.0234854Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T01:20:58.0875717Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T01:20:58.1983109Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T01:20:58.2589718Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T01:20:58.3204326Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T01:20:58.3842803Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T01:20:58.4458848Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T01:20:58.5114808Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T01:20:58.5757077Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T01:20:58.6371312Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T01:20:58.6970975Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T01:20:58.7821978Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T01:20:58.8428924Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T01:20:58.9004690Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T01:20:58.9631351Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T01:20:59.0239752Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T01:20:59.0876091Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T01:20:59.1546292Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T01:20:59.2162404Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T01:20:59.2795553Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T01:20:59.3444538Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T01:20:59.4081105Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T01:20:59.4678816Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T01:20:59.5324792Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T01:20:59.6105716Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T01:20:59.6738899Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T01:20:59.7377939Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T01:20:59.8154033Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T01:20:59.8777140Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T01:20:59.9376845Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T01:20:59.9983620Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T01:21:00.0581052Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T01:21:00.1207850Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T01:21:00.1901314Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T01:21:00.2564253Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T01:21:00.3247105Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T01:21:00.3859958Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T01:21:00.4494658Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T01:21:00.5144944Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T01:21:00.5783192Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T01:21:00.6395485Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T01:21:00.7024197Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T01:21:00.7724755Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T01:21:00.8369638Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T01:21:00.8970443Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T01:21:00.9581878Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T01:21:01.0192963Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T01:21:01.0804354Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T01:21:01.1419554Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T01:21:01.2171088Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T01:21:01.2799948Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T01:21:01.3394820Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T01:21:01.4055729Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T01:21:01.4658738Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T01:21:01.5282894Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T01:21:01.5914275Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T01:21:01.6520717Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T01:21:01.7101083Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T01:21:01.7746536Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T01:21:01.8395388Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T01:21:01.9021160Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T01:21:01.9923350Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T01:21:02.0510340Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T01:21:02.1712989Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T01:21:02.2326824Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T01:21:02.2978652Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T01:21:02.3652600Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T01:21:02.4250068Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T01:21:02.4843569Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T01:21:02.5494720Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T01:21:02.6118733Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T01:21:02.6726123Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T01:21:02.7297461Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T01:21:02.7867425Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T01:21:02.8330548Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T01:21:02.8967621Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T01:21:02.9570344Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T01:21:03.0149561Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T01:21:03.0785206Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T01:21:03.1404136Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T01:21:03.2071243Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T01:21:03.2840620Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T01:21:03.3387566Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T01:21:03.4004138Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T01:21:03.4560869Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T01:21:03.5158508Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T01:21:03.5709895Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T01:21:03.6440766Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T01:21:03.7036748Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T01:21:03.7686256Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T01:21:03.8344950Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T01:21:03.9025025Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T01:21:03.9657128Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T01:21:04.0332369Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T01:21:04.1003007Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T01:21:04.1696002Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T01:21:04.2336385Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T01:21:04.2948923Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T01:21:04.3668134Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T01:21:04.4297059Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T01:21:04.4896653Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T01:21:04.5504308Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T01:21:04.6179725Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T01:21:04.6885252Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T01:21:04.7556353Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T01:21:04.8151562Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T01:21:04.8759031Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T01:21:04.9511366Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T01:21:04.9824244Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T01:21:05.0229972Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.o 2022-11-23T01:21:05.0468564Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T01:21:05.1279377Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T01:21:05.1834751Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T01:21:05.2454007Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T01:21:05.3111982Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T01:21:05.3765055Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T01:21:05.4399358Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T01:21:05.4971195Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T01:21:05.5510624Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T01:21:05.6098886Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T01:21:05.6644227Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T01:21:05.7279398Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T01:21:05.7876672Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T01:21:05.8497969Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T01:21:05.9040776Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T01:21:05.9578711Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T01:21:06.0105666Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T01:21:06.0763090Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T01:21:06.1107209Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T01:21:06.1449721Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.o 2022-11-23T01:21:06.2190519Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T01:21:06.3015920Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T01:21:06.3648328Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T01:21:06.4356403Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T01:21:06.5032325Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T01:21:06.5635658Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T01:21:06.6250050Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T01:21:06.6854959Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T01:21:06.7476271Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T01:21:06.8059324Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T01:21:06.8706216Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T01:21:06.9288074Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T01:21:06.9960881Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T01:21:07.0569374Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T01:21:07.1217969Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T01:21:07.1854730Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T01:21:07.2069622Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T01:21:07.2503928Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.o 2022-11-23T01:21:07.2670335Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T01:21:07.3384507Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T01:21:07.4061536Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T01:21:07.4764617Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T01:21:07.5380746Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T01:21:07.6112258Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T01:21:07.6721100Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T01:21:07.7380953Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T01:21:07.7998259Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T01:21:07.8693523Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T01:21:07.9365291Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T01:21:07.9986475Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T01:21:08.0745947Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T01:21:08.1339015Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T01:21:08.1904642Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T01:21:08.2479351Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T01:21:08.3083050Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T01:21:08.3627095Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T01:21:08.4141226Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T01:21:08.4737056Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T01:21:08.5365303Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T01:21:08.5982598Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T01:21:08.6573621Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T01:21:08.7212695Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T01:21:08.7964306Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T01:21:08.8642298Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T01:21:08.9403381Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T01:21:09.0093099Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T01:21:09.0767362Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T01:21:09.1474319Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T01:21:09.2162989Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T01:21:09.2867886Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T01:21:09.3580206Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T01:21:09.4332128Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T01:21:09.5030109Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T01:21:09.5813086Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T01:21:09.6506048Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T01:21:09.7162468Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:21:09.7872115Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T01:21:09.8567266Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T01:21:09.9242160Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T01:21:09.9958920Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T01:21:10.0686291Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T01:21:10.1394115Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T01:21:10.2114303Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T01:21:10.2817963Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T01:21:10.3483315Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T01:21:10.4180305Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T01:21:10.5023811Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T01:21:10.5676859Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T01:21:10.6398509Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T01:21:10.7073145Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T01:21:10.8038814Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T01:21:10.8622386Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T01:21:10.9237275Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T01:21:10.9918647Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T01:21:11.0468983Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T01:21:11.1053865Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T01:21:11.1599069Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T01:21:11.2067065Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T01:21:11.3539250Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T01:21:11.4067222Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T01:21:11.4639774Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T01:21:11.5203194Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T01:21:11.5761998Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T01:21:11.6262392Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T01:21:11.6810263Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T01:21:11.7321332Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T01:21:11.7867140Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T01:21:11.8478278Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T01:21:11.9069632Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T01:21:11.9717465Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T01:21:12.0352380Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T01:21:12.0978138Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T01:21:12.1565565Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T01:21:12.2161809Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T01:21:12.2749097Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T01:21:12.3527960Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T01:21:12.4142560Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T01:21:12.4767234Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T01:21:12.5370861Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T01:21:12.5963695Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T01:21:12.6587033Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T01:21:12.7224207Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T01:21:12.7993299Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:12.8801707Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:12.9605162Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:13.0327163Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:13.1059644Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:13.1828246Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:13.2516108Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:13.3186823Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:13.4015165Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:13.4647968Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:13.5258218Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:13.5861107Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:13.6583628Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:13.7179684Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:13.7892368Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:13.8573405Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:13.9198707Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:14.0092966Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:14.0889038Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:14.1775713Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:14.2622840Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:14.3499846Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:14.4432854Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:14.5309841Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:14.6236576Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:14.7135430Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:14.7980734Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:14.8782863Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:14.9791826Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:15.0692294Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:15.1517708Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:15.2380697Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:15.2923546Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:15.3212532Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.o 2022-11-23T01:21:15.3760155Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:15.4634649Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:15.5556314Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:15.6423423Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:15.7311771Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:15.8221076Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:15.9131547Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:16.0010784Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:16.0888611Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:16.1905946Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:16.3414479Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:16.4252234Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:16.5200417Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:16.6103698Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:16.6969562Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:16.7854788Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:16.8717649Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:16.9574559Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:17.0474756Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:17.1366149Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:17.2222947Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:17.3104444Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:17.4026069Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:17.4938155Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:17.5680265Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:17.6538900Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:17.7463205Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:17.8352137Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:17.9244950Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:18.0107941Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:18.1091723Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:18.1983227Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:18.2804148Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:18.3271346Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:18.3532351Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.o 2022-11-23T01:21:18.4037168Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:18.4693490Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:18.5373048Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:18.6403451Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:18.7175888Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:18.7928944Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:18.8696312Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:18.9451855Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:19.0196910Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:19.0963753Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:19.1798855Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:19.2545630Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:19.3347584Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:19.4141768Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:19.4879863Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:19.5650361Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:19.6327376Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:19.7084504Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:21:19.7694629Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:21:19.8371243Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:21:19.9108173Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:21:19.9689705Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:21:20.0406893Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:21:20.1139884Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:21:20.1881186Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:21:20.2580796Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:21:20.2593202Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.o 2022-11-23T01:21:20.3298702Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:21:20.3912307Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:21:20.4527195Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:21:20.5256422Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:21:20.5966576Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:21:20.6679881Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:21:20.7442031Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:21:20.8158811Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:21:20.8863978Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:21:20.9567994Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:21:21.0282225Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:21:21.0869983Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:21:21.0956603Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.o 2022-11-23T01:21:21.1576518Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:21:21.2320479Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:21.3228967Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:21.4085747Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:21.4773929Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:21.5576170Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:21.6308469Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:21.7029318Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:21.7764868Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:21.8575288Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:21.9295244Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:22.0106991Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:22.0905069Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:22.0971324Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.o 2022-11-23T01:21:22.1855853Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:22.2751703Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:22.3577004Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:22.4412688Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:22.5283154Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:22.6150835Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:22.7189395Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:22.8038600Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:22.8886082Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:22.9788117Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:23.0644342Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:23.1546153Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:23.2436114Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:23.3280677Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:23.4250065Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:23.5108198Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:23.5963861Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:23.6859629Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:23.7755507Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:23.8612278Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:23.9595855Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:24.0461431Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:24.1350232Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:24.2226709Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:24.3079632Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:24.4409460Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:24.5280245Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:24.6633249Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:24.7520565Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:24.8428104Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:24.9294509Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:25.0140012Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:25.1026212Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:25.1914836Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:25.2800933Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:25.3680402Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:25.4515552Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:21:25.5181449Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:21:25.5855311Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:21:25.6427379Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:21:25.7006038Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:21:25.7596853Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:21:25.8260440Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T01:21:25.8890421Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:21:25.9502948Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:21:26.0127921Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:21:26.0724622Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:21:26.1328268Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:21:26.1920541Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:21:26.2567148Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:21:26.3282729Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:21:26.3996185Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:21:26.4638948Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:21:26.5345409Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:21:26.6046737Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:21:26.6825450Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:21:26.7442795Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:21:26.8032885Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:26.8846131Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:26.9601816Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:27.0341555Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:27.1187308Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:27.1918923Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:27.2777187Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:27.3521135Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:27.4287970Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:27.5019604Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:27.5794793Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:27.6541362Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:27.7323562Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:27.8089916Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:27.8926523Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:27.9704431Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:28.0440057Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:28.1204146Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:28.1932300Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:21:28.2508690Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:21:28.3248516Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:21:28.3814619Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:21:28.4358972Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:21:28.5003095Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:21:28.5692800Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:21:28.6292737Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:21:28.7014040Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:21:28.7725707Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:21:28.8434547Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:21:28.9124029Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:21:28.9797913Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:21:29.0511953Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:21:29.1196942Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:21:29.1618404Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:21:29.1850405Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.o 2022-11-23T01:21:29.2223483Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:21:29.2960080Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:21:29.3746784Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:21:29.4356983Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:21:29.4911719Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:21:29.5507101Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:21:29.6504334Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:29.7215806Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:29.7942092Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:29.8637227Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:29.9346968Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:30.0184236Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:30.1022909Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:30.2025160Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:30.2858726Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:30.3688649Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:30.4547123Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:30.5400722Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:30.6441961Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:30.7390654Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:30.8293434Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:30.9165086Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:31.0301680Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:31.1209614Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:31.2070579Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:31.2950778Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:31.3819741Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:31.4656245Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:31.5615114Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:31.6239711Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:31.6624886Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T01:21:31.7128872Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:31.7647385Z [ 24%] Built target indirection 2022-11-23T01:21:31.7835275Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T01:21:31.7992921Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:31.8620284Z [ 24%] Built target packing 2022-11-23T01:21:31.8696997Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:31.8990764Z [ 24%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:21:31.9492551Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:32.0251122Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:32.0653610Z [ 24%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:21:32.1035466Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:32.1852876Z [ 24%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T01:21:32.1920802Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:32.2782850Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T01:21:32.3019485Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:32.3576717Z [ 24%] Built target jit 2022-11-23T01:21:32.3650117Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:32.3991153Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.o 2022-11-23T01:21:32.4983468Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:32.5807959Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:32.6717585Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:32.7779760Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:32.8641006Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:32.9551105Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:33.0445759Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:33.1320597Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:33.2272695Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:33.3208604Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:33.4077043Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:33.4935849Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:33.5764997Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:21:33.6830381Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:21:33.7713779Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:21:33.8574870Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:21:33.9214873Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:21:33.9925530Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:21:34.0548221Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:21:34.1213411Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:21:34.1827861Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:21:34.2480345Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:21:34.3077956Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:21:34.3744674Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:21:34.4338979Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:21:34.5025226Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:21:34.5634992Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:21:34.6248293Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:21:34.6936037Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:21:34.7596259Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:21:34.7871278Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:21:34.8337014Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.o 2022-11-23T01:21:34.8453407Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:21:34.9165224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:21:34.9867148Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:21:35.0477748Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:21:35.1172037Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:21:35.1417162Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:21:35.1732637Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.o 2022-11-23T01:21:35.1964864Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T01:21:35.2896217Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:21:35.3503026Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:21:35.4090624Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:21:35.4655226Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:21:35.5260426Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:21:35.5903375Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T01:21:35.6447353Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T01:21:35.7099373Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:21:35.7785435Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T01:21:35.8336449Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T01:21:35.8888790Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T01:21:35.9691717Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T01:21:36.0328722Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:21:36.0928717Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T01:21:36.1514626Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T01:21:36.2066407Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:21:36.2682680Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:21:36.3270670Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:21:36.3864252Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:21:36.4616387Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:21:36.5218014Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:21:36.5813636Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:21:36.6450745Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:21:36.7046317Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T01:21:36.7664899Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T01:21:36.8251543Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T01:21:36.8862945Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T01:21:36.9530318Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:21:37.0121014Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:21:37.0747437Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:21:37.1339520Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:21:37.2527565Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:21:37.3106049Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:21:37.3727644Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:21:37.4325886Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:21:37.4691874Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:21:37.4912305Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.o 2022-11-23T01:21:37.5259249Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T01:21:37.5776124Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T01:21:37.6367177Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T01:21:37.6883158Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:21:37.7477105Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:21:37.8080109Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T01:21:37.8715954Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:21:37.9352385Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:21:38.0163267Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:21:38.0774773Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:21:38.1346744Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:21:38.1959145Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T01:21:38.2518395Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:21:38.3322656Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:21:38.3942297Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:21:38.4476107Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:21:38.5058788Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:21:38.5640600Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T01:21:38.6466900Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:21:38.7094677Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T01:21:38.7702884Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T01:21:38.8261765Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T01:21:38.8877250Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T01:21:38.9459926Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T01:21:39.0078255Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:21:39.0686510Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:21:39.1285835Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:21:39.1845687Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:21:39.2431753Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:21:39.2990754Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:21:39.3587694Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:21:39.4196021Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:21:39.4755824Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:21:39.5355013Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:21:39.5922213Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:39.6638570Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:21:39.7358466Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T01:21:39.8054684Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:21:39.8787022Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T01:21:39.9530668Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T01:21:40.0305506Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T01:21:40.1072909Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T01:21:40.1861320Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T01:21:40.2659568Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T01:21:40.3462294Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T01:21:40.4281203Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T01:21:40.5044706Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T01:21:40.6072549Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:21:40.6850124Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T01:21:40.7603787Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:21:40.8405453Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T01:21:40.9161203Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:21:40.9947680Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T01:21:41.0717890Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:21:41.1713307Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:41.2486666Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:41.3270453Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:41.4068657Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T01:21:41.4842208Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:41.5660094Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T01:21:41.6469685Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T01:21:41.7252918Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T01:21:41.8029435Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T01:21:41.8827692Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T01:21:41.9675074Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:42.0490003Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:42.1305088Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:42.2542421Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T01:21:42.3326910Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:42.4138502Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T01:21:42.4915112Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T01:21:42.5718900Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T01:21:42.6557963Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:42.7701180Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:42.8459407Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:42.9248874Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T01:21:43.0044712Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T01:21:43.1158881Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:43.2027345Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:21:43.3214461Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T01:21:43.4034761Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:21:43.4912032Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T01:21:43.5696617Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T01:21:43.6479716Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:21:43.7324711Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T01:21:43.8111133Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:43.8910945Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:43.9683911Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:44.0498594Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T01:21:44.1295522Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T01:21:44.2098693Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:44.2905657Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:21:44.3687950Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:21:44.4464781Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:21:44.5285433Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T01:21:44.6076989Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:21:44.6812725Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:21:44.7511942Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:21:44.8281409Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:44.9097666Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:44.9876561Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T01:21:45.0717832Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:45.1573854Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:45.2409257Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T01:21:45.3236146Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:45.4481671Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:45.5279094Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T01:21:45.6098572Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:45.6920712Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:45.7787398Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T01:21:45.8643101Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:45.9488743Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:46.0338594Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:46.1179380Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:46.2168344Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:46.3194618Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:46.4000165Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:46.4810178Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:46.5741217Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:46.6539721Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:46.7411851Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:46.8271482Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:46.9140682Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:46.9959863Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T01:21:47.1138789Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:21:47.2343133Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T01:21:47.3483481Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:21:47.4641035Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:47.5455005Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:47.6296372Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:47.7131313Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:47.7923015Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:47.8648862Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:47.9545101Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:48.0330848Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:48.1185794Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:48.2051227Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:48.2882591Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:48.3752922Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:48.4611757Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:48.5486823Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:48.6300354Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:48.6772704Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:21:48.7007982Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.o 2022-11-23T01:21:48.7501347Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T01:21:48.8164710Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T01:21:48.8891559Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T01:21:48.9622852Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T01:21:49.0305248Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T01:21:49.1473902Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T01:21:49.2790943Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T01:21:49.3987386Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:21:49.5146136Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T01:21:49.5895705Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:21:49.6635831Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T01:21:49.7367949Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:21:49.8140388Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T01:21:49.8866029Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:21:49.9602529Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T01:21:50.0362522Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:21:50.1114174Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T01:21:50.1853631Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:21:50.2737583Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T01:21:50.3594521Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:21:50.4327322Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T01:21:50.5068899Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:21:50.5775274Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T01:21:50.6523413Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:21:50.7320535Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T01:21:50.7483839Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.o 2022-11-23T01:21:50.7884946Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:21:50.8489868Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T01:21:50.9136619Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:21:50.9884532Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T01:21:51.0646891Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:21:51.1358608Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T01:21:51.1941091Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:21:51.2580676Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T01:21:51.3204905Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:21:51.4064722Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T01:21:51.4717878Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:21:51.5326846Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T01:21:51.5878055Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:21:51.6582626Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T01:21:51.7222174Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:21:51.7749459Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T01:21:51.7973691Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.o 2022-11-23T01:21:51.8356944Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:21:51.8969785Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T01:21:51.9584216Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:21:52.0213394Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T01:21:52.0848635Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:21:52.1511217Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:21:52.2173408Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T01:21:52.2868052Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T01:21:52.3605279Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T01:21:52.4350328Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:21:52.5045000Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T01:21:52.5796475Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T01:21:52.6556047Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:21:52.7263780Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T01:21:52.8032776Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:21:52.8766088Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T01:21:52.9289935Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:21:52.9603587Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.o 2022-11-23T01:21:53.0033298Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T01:21:53.0668776Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T01:21:53.1361129Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T01:21:53.2050879Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T01:21:53.2710332Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T01:21:53.3420573Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T01:21:53.4049297Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T01:21:53.4709881Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:21:53.5333239Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T01:21:53.6113213Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T01:21:53.6498556Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T01:21:53.6786789Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.o 2022-11-23T01:21:53.7207363Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T01:21:53.7973578Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:21:53.8723855Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T01:21:53.9424466Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T01:21:54.0161208Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T01:21:54.0892620Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T01:21:54.1644520Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:21:54.2426683Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:21:54.3208155Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:21:54.3887381Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:54.4607054Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:54.5348937Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:54.6215772Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:54.6915338Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:54.7701235Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:54.8605998Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:54.9644649Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:55.0458193Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.1267838Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.2073587Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.3036982Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.3842568Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.4765561Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.5581725Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.6398828Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:55.7215295Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T01:21:55.7895840Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:21:55.8618124Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:55.9316673Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:56.0020571Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:56.0743456Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:56.1448476Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:56.2161165Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:56.2891671Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:56.3604510Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:56.4286607Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T01:21:56.4985572Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T01:21:56.5726222Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T01:21:56.6455818Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T01:21:56.7149648Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T01:21:56.7882279Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T01:21:56.8582010Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T01:21:56.9278009Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T01:21:56.9996923Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T01:21:57.0709784Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:21:57.1436510Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T01:21:57.2189755Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T01:21:57.2893237Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T01:21:57.3671134Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T01:21:57.4400231Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:21:57.5134330Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T01:21:57.5852956Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T01:21:57.7269027Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T01:21:57.8008158Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T01:21:57.8680882Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T01:21:57.9431352Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T01:21:58.0378597Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T01:21:58.1115382Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T01:21:58.1842486Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T01:21:58.2620591Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T01:21:58.3449563Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:21:58.4486904Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T01:21:58.5258095Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:21:58.6014573Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T01:21:58.6743009Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:21:58.7454704Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T01:21:58.8229761Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:21:58.8955391Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T01:21:58.9655760Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:21:59.0379588Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:21:59.1117631Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:21:59.1864898Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T01:21:59.2668275Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T01:21:59.3431228Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T01:21:59.4132052Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T01:21:59.4862976Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T01:21:59.5616943Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T01:21:59.6531650Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T01:21:59.7281036Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T01:21:59.8018079Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T01:21:59.8743114Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T01:21:59.9500985Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T01:22:00.0108420Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T01:22:00.0757232Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T01:22:00.1378161Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T01:22:00.2126839Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T01:22:00.2846831Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T01:22:00.3482663Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T01:22:00.4167046Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T01:22:00.4792159Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T01:22:00.5379840Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T01:22:00.5983764Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T01:22:00.6616839Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T01:22:00.7272415Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T01:22:00.7939824Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T01:22:00.8585814Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T01:22:00.9339856Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T01:22:01.0087916Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T01:22:01.0717799Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T01:22:01.1356794Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:01.2088069Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.2836727Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:01.3681895Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.4459019Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:01.5329066Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.6118916Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:01.6943526Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.7537292Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.8050667Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.o 2022-11-23T01:22:01.8220324Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:01.8938954Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:01.9844480Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.0500066Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.1208267Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.2039007Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.2880678Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.3693189Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.4513712Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.5302239Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.6137704Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.6976740Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.8196080Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:02.9008141Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:02.9861586Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.0657532Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.1468354Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.2249137Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.3044019Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.3836431Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.4619688Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.5489497Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.6296905Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.7106959Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.7819120Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:03.8529260Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:03.9506081Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.0129947Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.0845209Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.1908556Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.2567430Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.3511639Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.4127415Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.4151268Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.o 2022-11-23T01:22:04.4897464Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.5717257Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.6526347Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.7550050Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.8220164Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:04.8913825Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:04.9555689Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:05.0347756Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:05.1000704Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:05.1782889Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:05.2523839Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:05.3306275Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:05.4095100Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:05.4854809Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:05.5648274Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:05.6688513Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:05.7433680Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:05.8196115Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:05.8973326Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:05.9812306Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:06.0610848Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:06.1415807Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:06.2234706Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:22:06.3007701Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:22:06.3750981Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:22:06.4526441Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:06.5332028Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:06.6105514Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:22:06.6860869Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:22:06.7699749Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:06.8564628Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:22:06.9496634Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:22:06.9592257Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.o 2022-11-23T01:22:06.9788707Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:07.0290621Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.o 2022-11-23T01:22:07.0794904Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:07.1690184Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:07.2437033Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:07.3288937Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:07.4285246Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:07.5123452Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:07.6160859Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:07.6996476Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:07.7829863Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:07.8770556Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:08.0218043Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:08.1132976Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:08.2030670Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:08.2864747Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:08.3726819Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:08.4577102Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:08.5404962Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:08.6250332Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:08.7106241Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:08.8007929Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:08.8901157Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:08.9743256Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:09.0589068Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:09.1426225Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:09.2265509Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:09.3112115Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:09.4002226Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:09.4814570Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:09.5685972Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:09.6527555Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:09.7320288Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:09.8155825Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:22:09.9008931Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:09.9858056Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.0713198Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.1598646Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.2455939Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.3303260Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.4146685Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.4310736Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.4903850Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.o 2022-11-23T01:22:10.5155700Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.5975476Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.6855246Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.7735203Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:10.8825687Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:10.9792663Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:11.0682026Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:11.2091771Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:11.2960321Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:11.3806730Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:11.4612111Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:11.5465302Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:11.6358902Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:11.7226706Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:11.8244639Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T01:22:11.8973339Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:22:11.9682451Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T01:22:12.0448750Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:12.1216599Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:12.1911358Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:22:12.2812254Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:22:12.3568372Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:12.4343603Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:12.5174321Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:22:12.5914942Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:22:12.6652921Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:12.7511310Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:12.8210375Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:12.9011403Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:12.9796063Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:22:13.0607687Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:22:13.1437172Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:13.2258809Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:13.3110351Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:13.3901264Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:13.4767882Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:22:13.5756898Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:22:13.6535821Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:22:13.7560736Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:13.8346192Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:13.9015732Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:22:13.9756022Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:22:14.1095687Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:14.1937586Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:22:14.2673425Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:22:14.3557883Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:14.4408848Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:14.5260608Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:14.6087543Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:14.6911721Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:14.7916112Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:14.8737314Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:14.9540728Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.0425325Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.1240857Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.2076574Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.2887705Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.3697872Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.4513012Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.5302334Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.6163723Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.7022389Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.7826452Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:15.8789355Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:15.9626795Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.0442309Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.1221978Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.2053438Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.2897606Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.3958288Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.4840898Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.5681477Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.6538668Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.7386324Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.8285341Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:16.9129303Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:16.9961052Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.0764570Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:17.1601072Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.2467093Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:17.3256329Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.4066688Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:17.4905242Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.5681395Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:17.6529798Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.7334098Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:17.8363923Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:17.9251889Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:18.0098878Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:22:18.0938075Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T01:22:18.1684564Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:22:18.2450763Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T01:22:18.3166428Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:18.3853457Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:18.7362959Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:18.8418585Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:18.9213425Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:18.9944543Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:19.0660736Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:19.1409293Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:22:19.2136332Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:22:19.2939268Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:22:19.3674547Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:22:19.4375994Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:22:19.4989407Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:22:19.5576668Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:22:19.6351884Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:22:19.7036249Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:22:19.7660162Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:22:19.8405829Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:22:19.9128129Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T01:22:19.9829509Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T01:22:20.0977671Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T01:22:20.2188914Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:22:20.2901835Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:22:20.3909224Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:22:20.4645321Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:22:20.5376168Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T01:22:20.6562367Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T01:22:20.7765484Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T01:22:20.8890160Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T01:22:21.0080262Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T01:22:21.1233790Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T01:22:21.1838184Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T01:22:21.2775208Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T01:22:21.4220159Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T01:22:21.5381406Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T01:22:21.6566095Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T01:22:21.7710899Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T01:22:21.8872602Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:22:21.9333102Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:22:21.9463823Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.o 2022-11-23T01:22:22.0085116Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:22:22.0843664Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:22:22.1583735Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:22:22.2254384Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T01:22:22.3233854Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T01:22:22.4149373Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T01:22:22.5060972Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T01:22:22.6169859Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T01:22:22.7338031Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T01:22:22.7353875Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T01:22:22.8018348Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.o 2022-11-23T01:22:22.8496353Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T01:22:22.9287499Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T01:22:23.0032172Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T01:22:23.0811686Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T01:22:23.1638388Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T01:22:23.2436150Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T01:22:23.3234119Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T01:22:23.4077538Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T01:22:23.4915718Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T01:22:23.5683590Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:23.6520545Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:23.7430554Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:22:23.8716531Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:23.9628434Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:24.0486175Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:22:24.1369746Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:24.2089759Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:24.2763913Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:22:24.3530544Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:24.4206050Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:24.4930244Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:24.5646447Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:24.6290384Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:22:24.6532369Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.o 2022-11-23T01:22:24.7067509Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:22:24.8000456Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:22:24.8818679Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T01:22:24.9569704Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:22:25.0377197Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T01:22:25.0594018Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T01:22:25.1110767Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.o 2022-11-23T01:22:25.1397410Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T01:22:25.2188258Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T01:22:25.2960236Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:22:25.3715276Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T01:22:25.4428844Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T01:22:25.5214554Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T01:22:25.5996303Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T01:22:25.6765895Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T01:22:25.7523095Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T01:22:25.8288117Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:25.9166825Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:25.9891610Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:26.0514862Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:26.1225934Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T01:22:26.1798799Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:22:26.2479154Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:26.3216068Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:26.3931294Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:26.3976993Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:26.4669919Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.o 2022-11-23T01:22:26.4786676Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T01:22:26.5431869Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T01:22:26.6048782Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T01:22:26.6718949Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T01:22:26.7432094Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T01:22:26.8184046Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T01:22:26.8880374Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T01:22:26.8907278Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.o 2022-11-23T01:22:26.9492515Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T01:22:27.0271583Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T01:22:27.1149746Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T01:22:27.1899593Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T01:22:27.2632817Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T01:22:27.3222607Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T01:22:27.3834587Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:22:27.4507227Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T01:22:27.5212840Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:22:27.5975911Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T01:22:27.6694165Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:22:27.7494921Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T01:22:27.8102142Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:22:27.8900406Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T01:22:27.9636293Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:22:28.0234555Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:22:28.1009925Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:22:28.1851042Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T01:22:28.1986715Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.o 2022-11-23T01:22:28.2577007Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T01:22:28.3352915Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T01:22:28.4127504Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T01:22:28.4756304Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T01:22:28.4999325Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.o 2022-11-23T01:22:28.5508643Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T01:22:28.6300177Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T01:22:28.7094787Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T01:22:28.7836727Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T01:22:28.8619693Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T01:22:28.9592014Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T01:22:29.0263364Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T01:22:29.0925365Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T01:22:29.1604750Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T01:22:29.2306989Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T01:22:29.3016724Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T01:22:29.3777802Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T01:22:29.4436902Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:29.5339745Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:29.6189750Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:29.7472356Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:29.8314027Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:29.9100197Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:30.0344730Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:30.1208817Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:30.1990056Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:30.3206097Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:30.4055934Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:30.4867422Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:30.5359043Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:30.6233856Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.o 2022-11-23T01:22:30.7283420Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:30.8514320Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:30.9293772Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:31.0496459Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.1403099Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:31.2224371Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.3090105Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:31.3951078Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.4776747Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:31.5651372Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.6489135Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:31.7388449Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.8151304Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:31.8175030Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.o 2022-11-23T01:22:31.9038514Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:31.9888016Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.0761717Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:32.1687044Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.2496225Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:32.3604791Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.4289557Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:32.5046336Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.5540187Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:32.6013748Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.o 2022-11-23T01:22:32.6271155Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.7406645Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:32.8518341Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:32.9417984Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.0305947Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.1168400Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.2035913Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.2681305Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.3502088Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.4317334Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.5116432Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.5744219Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.o 2022-11-23T01:22:33.6263949Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.6976378Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.7724406Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:33.8531431Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:33.9446453Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:34.0403251Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:34.1232563Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:34.2023868Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:34.2828594Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:34.3679357Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:34.4068482Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:34.4663350Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.o 2022-11-23T01:22:34.4886476Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:34.5732674Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:34.6592893Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:34.7295974Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:34.8229099Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:34.9039829Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:35.0206186Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:35.0994876Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:35.1855063Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:35.2805311Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:35.3283091Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:35.4086151Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T01:22:35.4630906Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:35.4749069Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T01:22:35.5579457Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T01:22:35.5648713Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:35.6372536Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T01:22:35.6430171Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:35.6852108Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.o 2022-11-23T01:22:35.7038624Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T01:22:35.7156770Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:35.7875811Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T01:22:35.8209323Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:35.8667810Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T01:22:35.9029300Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:35.9551919Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T01:22:36.0151371Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:36.0225061Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:36.0449836Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T01:22:36.1042767Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T01:22:36.1348774Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:36.1496725Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T01:22:36.1852488Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.o 2022-11-23T01:22:36.2266363Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T01:22:36.2675654Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:36.3026642Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T01:22:36.3055131Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T01:22:36.3725448Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:36.3849242Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:36.3968047Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T01:22:36.4806857Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T01:22:36.4825120Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T01:22:36.4922080Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:36.5628037Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:36.5647578Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T01:22:36.5721562Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T01:22:36.6387171Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:36.6392554Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:36.6482875Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T01:22:36.7079956Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T01:22:36.7673227Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:36.7718962Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:36.7832933Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T01:22:36.8353919Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.o 2022-11-23T01:22:36.8527839Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:36.8610900Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T01:22:36.9282914Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:36.9423332Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T01:22:36.9999286Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:37.0214735Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T01:22:37.0776182Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:37.0969062Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T01:22:37.1515321Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:37.1745307Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T01:22:37.1794859Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T01:22:37.2260142Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:37.2482923Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:37.2579823Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T01:22:37.3079710Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T01:22:37.3348084Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:37.3382969Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T01:22:37.3885494Z [ 37%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T01:22:37.4038015Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:37.4093269Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T01:22:37.4825952Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T01:22:37.4918478Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:37.5586868Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:37.5587827Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T01:22:37.5717180Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T01:22:37.5821478Z [ 37%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T01:22:37.6129383Z [ 37%] Built target gmock 2022-11-23T01:22:37.6198237Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T01:22:37.6445106Z [ 37%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T01:22:37.6477744Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:37.6580119Z [ 37%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T01:22:37.6959184Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T01:22:37.7325666Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:37.7761413Z [ 37%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T01:22:37.7796275Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T01:22:37.7803816Z [ 37%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T01:22:37.8052212Z [ 37%] Built target benchmark_main 2022-11-23T01:22:37.8057276Z [ 37%] Built target gtest_main 2022-11-23T01:22:37.8094505Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:37.8113883Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T01:22:37.8130864Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T01:22:37.8585139Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:37.8802965Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:37.8825782Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T01:22:37.8924779Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:37.9363866Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T01:22:37.9613293Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T01:22:37.9670326Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T01:22:37.9691905Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:38.0111918Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:38.0136729Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T01:22:38.0658571Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.o 2022-11-23T01:22:38.0908361Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T01:22:38.1002981Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:38.1658338Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T01:22:38.1816917Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:38.2126275Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:38.2445041Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T01:22:38.2557295Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T01:22:38.2758779Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T01:22:38.2798390Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:38.2982391Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:38.3277991Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T01:22:38.3588570Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T01:22:38.3830172Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:38.4129864Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:38.4478219Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T01:22:38.4575502Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T01:22:38.4659493Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T01:22:38.4910694Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:38.5234317Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:38.5279075Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T01:22:38.5595038Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T01:22:38.5611808Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T01:22:38.5860245Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T01:22:38.6033654Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:38.6778252Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:38.6824731Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T01:22:38.7091369Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T01:22:38.7451749Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.o 2022-11-23T01:22:38.7481905Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T01:22:38.7626330Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T01:22:38.7677849Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:38.7831671Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T01:22:38.8541941Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:38.8619180Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T01:22:38.8939480Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T01:22:38.9202681Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T01:22:38.9279745Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T01:22:38.9332898Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:39.0053354Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T01:22:39.0245196Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.0770152Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T01:22:39.1028980Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.1341160Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T01:22:39.1658515Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T01:22:39.1892457Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.2550553Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T01:22:39.2586026Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.2707043Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T01:22:39.3269896Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T01:22:39.3450360Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.4024591Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T01:22:39.4063667Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T01:22:39.4244274Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.4580557Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T01:22:39.4833411Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T01:22:39.5123602Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.5717217Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T01:22:39.5785414Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T01:22:39.6089245Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.6521763Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T01:22:39.6573208Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T01:22:39.6855217Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.6934734Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.7346560Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T01:22:39.7725614Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.7771622Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T01:22:39.8129959Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:22:39.8527079Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T01:22:39.8560489Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:22:39.8590818Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.8619152Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:39.9124218Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:22:39.9171472Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T01:22:39.9417363Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T01:22:39.9493733Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:39.9579947Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:22:40.0118890Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:22:40.0204148Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T01:22:40.0389739Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:40.0595900Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:22:40.0683079Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:22:40.0884230Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T01:22:40.1057123Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T01:22:40.1118331Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:40.1262721Z [ 37%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:22:40.1732026Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T01:22:40.1856139Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:40.2506768Z [ 37%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:22:40.2851271Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:40.3305888Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:40.3354150Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T01:22:40.3648047Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T01:22:40.3748172Z [ 38%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T01:22:40.3783230Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T01:22:40.4099889Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:40.4738069Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:40.4946826Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T01:22:40.4989013Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T01:22:40.5317006Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T01:22:40.5506471Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T01:22:40.5589667Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:40.5750178Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T01:22:40.6069324Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:22:40.6091813Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.o 2022-11-23T01:22:40.6406047Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.o 2022-11-23T01:22:40.6451692Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:40.6698325Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:22:40.7209842Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T01:22:40.7256552Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:22:40.7401337Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T01:22:40.7863543Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T01:22:40.7900860Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:22:40.8037230Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T01:22:40.8559709Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:22:40.8787433Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T01:22:40.8966406Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T01:22:40.9387350Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:22:40.9727508Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:40.9906511Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T01:22:41.0014679Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T01:22:41.0084064Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:22:41.0357965Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:41.0909944Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:22:41.1187727Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:41.1580621Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:22:41.2053840Z [ 39%] Built target fbgemm_avx2 2022-11-23T01:22:41.2098845Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:41.2124331Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:41.2240027Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T01:22:41.2347019Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:22:41.2856918Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:22:41.3244827Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:41.3310495Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:22:41.3554509Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:41.4160385Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:22:41.4453464Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:22:41.4645061Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:41.4950722Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:41.5138797Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:22:41.5436793Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T01:22:41.5628463Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T01:22:41.5676655Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:41.6123574Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:22:41.6510701Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:41.6787896Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:22:41.7395439Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:41.7574790Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:41.7693798Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:22:41.7981298Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:22:41.8381899Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:41.8451133Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T01:22:41.8749381Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T01:22:41.8822309Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:22:41.9502133Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:41.9836970Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:22:42.0551979Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:22:42.0830538Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T01:22:42.0876069Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:22:42.0918835Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:42.1630802Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:22:42.1932495Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:42.2012988Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:42.2371795Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:22:42.2454726Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T01:22:42.2732272Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:42.2748371Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T01:22:42.3214429Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:22:42.3474445Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:42.3913077Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:22:42.3942617Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:22:42.4078396Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:22:42.4289003Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:42.4363292Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.o 2022-11-23T01:22:42.4556084Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.o 2022-11-23T01:22:42.4589744Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T01:22:42.4962780Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T01:22:42.4981351Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T01:22:42.5006315Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:42.5624572Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:22:42.6085550Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:22:42.6347533Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:42.6596324Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T01:22:42.6729975Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T01:22:42.6781013Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:22:42.7248969Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:42.7509517Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:22:42.8227922Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:22:42.8339706Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T01:22:42.8494054Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:42.8813252Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:42.8961720Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:22:42.9346071Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:22:42.9833301Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T01:22:42.9868773Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:43.0344917Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:22:43.0549584Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:43.1121990Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:22:43.1514665Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T01:22:43.1563894Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T01:22:43.1817327Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:43.1971845Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:22:43.2618172Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:22:43.3008025Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:43.3102136Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T01:22:43.3222032Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T01:22:43.3320617Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:22:43.3965774Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:43.4024137Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:22:43.4692584Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:22:43.4935452Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T01:22:43.5084027Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:43.5302646Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:22:43.5476212Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T01:22:43.6104312Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:22:43.6158038Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:43.6779867Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:22:43.6803861Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T01:22:43.6914335Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:43.7525950Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:22:43.7853705Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:43.7915439Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T01:22:43.8332913Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:22:43.8578922Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:43.8768984Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T01:22:43.8962439Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:22:43.9205441Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:43.9657036Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T01:22:43.9909034Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:22:43.9993817Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:44.0541338Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T01:22:44.0724117Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:44.0829140Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T01:22:44.0861902Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:22:44.1540216Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:44.1622824Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:22:44.2131967Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T01:22:44.2248692Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:44.2394683Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:22:44.2886484Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:22:44.3221231Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T01:22:44.3271499Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T01:22:44.3515694Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T01:22:44.3574224Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:22:44.3586512Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:44.3702327Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.o 2022-11-23T01:22:44.4216643Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:22:44.4584352Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:44.4912800Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:22:44.5034253Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T01:22:44.5296783Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T01:22:44.5654745Z [ 40%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T01:22:44.5822141Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:44.5889082Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:22:44.6717858Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:22:44.6754807Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:44.7172644Z [ 40%] Built target fbgemm_generic 2022-11-23T01:22:44.7244137Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:44.7369962Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T01:22:44.7426167Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:22:44.7651641Z [ 40%] Built target fbgemm_avx512 2022-11-23T01:22:44.7810886Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.o 2022-11-23T01:22:44.7876673Z [ 40%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T01:22:44.8035900Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:22:44.8048784Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:44.8752898Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:44.9030794Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:44.9164996Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T01:22:44.9471313Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:44.9958704Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.0198323Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:22:45.0818196Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.0931625Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T01:22:45.1094966Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:22:45.1719230Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.1927191Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:22:45.2647928Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.2686350Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:22:45.2980924Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T01:22:45.3443483Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:22:45.3584117Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.4260287Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:22:45.4649235Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.4907886Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:22:45.5141819Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T01:22:45.5456343Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.5611229Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:22:45.6180202Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.6591862Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:45.7057646Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.7061267Z [ 40%] Built target dnnl 2022-11-23T01:22:45.7120974Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.7316081Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T01:22:45.7449968Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:45.7884420Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:45.8134831Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.8275181Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:45.8776305Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:45.8811424Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:45.9184014Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:45.9562983Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T01:22:45.9580718Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T01:22:45.9617902Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:45.9901867Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.0492900Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:46.0849725Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.1275707Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:22:46.1627747Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.1964844Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.2029573Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:46.2065888Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:46.2412086Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:46.2664350Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T01:22:46.2831030Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.2948079Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.3065701Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:46.3078984Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.3610104Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:46.3722098Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:46.3912798Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.4062111Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T01:22:46.4160453Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T01:22:46.4394230Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T01:22:46.4402841Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:46.4731533Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.5131619Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.o 2022-11-23T01:22:46.5297808Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:46.5715342Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.6011847Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:46.6528637Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.6652822Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:46.7311839Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.7317061Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.7362814Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:46.7734452Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:22:46.7899773Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T01:22:46.7984127Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T01:22:46.8007437Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T01:22:46.8132340Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.8611448Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:22:46.9068624Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:46.9518545Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:46.9666608Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:46.9851459Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T01:22:47.0321833Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:47.0427097Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:22:47.0637602Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:22:47.1122009Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:47.1265259Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:47.1384249Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:47.1390011Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:47.2069288Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:22:47.2110734Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:47.2121895Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:47.2491313Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:47.2573282Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T01:22:47.2748355Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T01:22:47.2968970Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:47.3036816Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T01:22:47.3262892Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:47.3680788Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T01:22:47.4230500Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:22:47.4589269Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:47.4933589Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:47.5013916Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T01:22:47.5255351Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:47.5465279Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:47.5617083Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:47.5744404Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:47.5982975Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:22:47.6342863Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T01:22:47.6511205Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T01:22:47.6669229Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:22:47.7086460Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:22:47.7266026Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:47.7354034Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:47.7749190Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:22:47.8099507Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:22:47.8435452Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:47.8668052Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:47.8693244Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:47.8747217Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:22:47.9191240Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:22:47.9237489Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T01:22:47.9461478Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T01:22:47.9724438Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:22:47.9798811Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:22:48.0018221Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:48.0549389Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:48.0590791Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T01:22:48.0989905Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T01:22:48.1241187Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:48.1273116Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:22:48.1426290Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:22:48.2032608Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:48.2034124Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:48.2180963Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:48.2319383Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:22:48.2511969Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.o 2022-11-23T01:22:48.2680350Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.o 2022-11-23T01:22:48.2787649Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T01:22:48.2848203Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:22:48.3077672Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:22:48.3486714Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:22:48.3730753Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:22:48.3752792Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:48.4135428Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:22:48.4457485Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:48.4509006Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T01:22:48.4809007Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:22:48.5109224Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:22:48.5241384Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:22:48.5448717Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T01:22:48.5450287Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:22:48.5727161Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T01:22:48.5938142Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T01:22:48.6251022Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T01:22:48.6727225Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T01:22:48.6931719Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:22:48.7522328Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T01:22:48.7670157Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:48.8129917Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:22:48.8338751Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T01:22:48.8354817Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T01:22:48.8819408Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:48.9151480Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:22:48.9169253Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T01:22:48.9546047Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T01:22:48.9949096Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:22:48.9985716Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:22:49.0309532Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T01:22:49.0661836Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T01:22:49.0732711Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:22:49.0908786Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T01:22:49.1430110Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T01:22:49.1562662Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:22:49.1863122Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T01:22:49.2512341Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:22:49.3013930Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T01:22:49.3390207Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:49.3993639Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:49.4096790Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T01:22:49.4314508Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T01:22:49.4334354Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T01:22:49.4709999Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:49.5350142Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T01:22:49.5607635Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:49.6480009Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:49.6542986Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T01:22:49.6997081Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:22:49.7003103Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T01:22:49.7383822Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:49.7512710Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:49.8317930Z [ 42%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaDeviceProperties.cpp.o 2022-11-23T01:22:49.8406139Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:22:49.8511573Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T01:22:49.9328584Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:49.9517935Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:49.9584585Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.o 2022-11-23T01:22:49.9696582Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T01:22:49.9956771Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:22:50.0253720Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T01:22:50.0425945Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:50.1278653Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:22:50.1279434Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:50.1334098Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T01:22:50.1852067Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:50.1979555Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaUtil.cpp.o 2022-11-23T01:22:50.2165456Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T01:22:50.2700334Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T01:22:50.2759649Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:50.3622457Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T01:22:50.3660495Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:50.3900471Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:22:50.4519175Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:50.5048026Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T01:22:50.5168263Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:50.5873707Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:50.6061868Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityPlatform.cpp.o 2022-11-23T01:22:50.6062965Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T01:22:50.6274985Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T01:22:50.6515297Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:50.6930423Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiCallbackApi.cpp.o 2022-11-23T01:22:50.7024433Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:50.7184991Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:50.7789104Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:50.7908588Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:50.8500254Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:50.8592669Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:50.8742738Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T01:22:50.9219075Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:50.9553627Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:50.9862170Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiEventApi.cpp.o 2022-11-23T01:22:51.0020415Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.0179007Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:51.0939518Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:51.1068139Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T01:22:51.1231035Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.1709062Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:51.2392183Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.2534093Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:51.3301127Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:51.3531608Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.3573379Z [ 44%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiMetricApi.cpp.o 2022-11-23T01:22:51.3739830Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T01:22:51.4107105Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:51.4803467Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:51.5063263Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.5708303Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:51.5930013Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T01:22:51.6265028Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.6265895Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.o 2022-11-23T01:22:51.6277305Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.6358772Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:51.6538434Z [ 44%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfiler.cpp.o 2022-11-23T01:22:51.7066612Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:51.7331905Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:22:51.7530459Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.7791347Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.7974441Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:22:51.8114745Z [ 45%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T01:22:51.8661332Z [ 45%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T01:22:51.8728742Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:51.9149283Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:51.9608867Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:22:51.9880713Z [ 45%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerApi.cpp.o 2022-11-23T01:22:52.0324367Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.0369346Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:22:52.0409370Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.1561056Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:22:52.1650811Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.1826437Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T01:22:52.1887728Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T01:22:52.2778798Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:22:52.3021966Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.3383728Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerConfig.cpp.o 2022-11-23T01:22:52.3895246Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:22:52.4280968Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.4746199Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T01:22:52.5027240Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:52.5188937Z [ 46%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T01:22:52.5489643Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.5833872Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.6345987Z [ 46%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T01:22:52.6375998Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiNvPerfMetric.cpp.o 2022-11-23T01:22:52.6503338Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T01:22:52.6767456Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.7154996Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T01:22:52.7205238Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.8134613Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.8216552Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.8462188Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.9316038Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.9364377Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfiler.cpp.o 2022-11-23T01:22:52.9432348Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:52.9829951Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.0080214Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T01:22:53.0490458Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:22:53.0613197Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:53.1277900Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.1425651Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.1991543Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:53.2489159Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:22:53.2632483Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.2968091Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T01:22:53.3080467Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T01:22:53.3346875Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfilerController.cpp.o 2022-11-23T01:22:53.3535219Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:22:53.3834521Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.3864491Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.o 2022-11-23T01:22:53.4776061Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:22:53.4955229Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.5483801Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:53.5743472Z [ 46%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T01:22:53.5955676Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:22:53.6048729Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:22:53.6609937Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/WeakSymbols.cpp.o 2022-11-23T01:22:53.6898287Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T01:22:53.7242276Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:22:53.7313321Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:22:53.7675570Z [ 46%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T01:22:53.7970429Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:22:53.8040303Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/cupti_strings.cpp.o 2022-11-23T01:22:53.8275110Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:53.8527734Z [ 46%] Built target tensorpipe 2022-11-23T01:22:53.8622008Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T01:22:53.8692369Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T01:22:53.9131510Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:22:53.9296974Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:22:53.9510998Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:54.0475833Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:22:54.0616596Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:54.1476909Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T01:22:54.1606020Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:22:54.1775007Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:54.1938629Z [ 46%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T01:22:54.2696651Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:22:54.2745658Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:54.3006751Z [ 46%] Built target c10_DeviceGuard_test 2022-11-23T01:22:54.3081238Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T01:22:54.3668226Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:22:54.3920387Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:54.4865504Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:22:54.5050754Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:54.5278663Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:54.5904575Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:22:54.6189587Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:22:54.6425042Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T01:22:54.6899880Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T01:22:54.7097242Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:22:54.7336504Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T01:22:54.8237021Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T01:22:54.8374050Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:22:54.9196850Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T01:22:54.9434608Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:22:54.9797388Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T01:22:55.0299904Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:22:55.0419818Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:22:55.1029776Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T01:22:55.1049104Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.o 2022-11-23T01:22:55.1254821Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:22:55.1817595Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:22:55.1966270Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:22:55.2233555Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T01:22:55.2384976Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T01:22:55.2795364Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:22:55.3037416Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T01:22:55.4018202Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:22:55.4308762Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:22:55.4784845Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T01:22:55.5002484Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T01:22:55.5088007Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T01:22:55.5369922Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:22:55.5875950Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:22:55.6206756Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T01:22:55.6324517Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:22:55.6857390Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:22:55.7119237Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:22:55.7492200Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T01:22:55.7618955Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T01:22:55.7994918Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:22:55.8109959Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:55.8617539Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:22:55.8864625Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T01:22:55.9329987Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:55.9783580Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.0023456Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:22:56.0129521Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.0348679Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T01:22:56.0490876Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T01:22:56.0941029Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.1046239Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T01:22:56.1649004Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.1987864Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:22:56.2380283Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:56.2874989Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:56.2933081Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T01:22:56.3252411Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:22:56.3530092Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:56.3700657Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T01:22:56.3830896Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T01:22:56.4408527Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T01:22:56.4436560Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.5407633Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.5444315Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:22:56.6115225Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.6550901Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T01:22:56.6551958Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:56.7006479Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:22:56.7207363Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T01:22:56.7327454Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:56.7675468Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:56.7988675Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T01:22:56.8157964Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:22:56.8272244Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.o 2022-11-23T01:22:56.8547024Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T01:22:56.8699323Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:56.9111650Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:56.9494254Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T01:22:56.9530132Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T01:22:56.9607882Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:22:56.9841044Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:57.0089102Z [ 46%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T01:22:57.0774536Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:57.0879877Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T01:22:57.1535508Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:57.2189640Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:22:57.2737080Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:57.3008908Z [ 47%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T01:22:57.3017864Z [ 47%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T01:22:57.3515970Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T01:22:57.3650560Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:57.3704660Z [ 47%] Built target kineto_base 2022-11-23T01:22:57.3785828Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:57.4184826Z [ 47%] Built target c10_Device_test 2022-11-23T01:22:57.4262293Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:57.4311012Z [ 47%] Built target c10_DispatchKeySet_test 2022-11-23T01:22:57.4395192Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:57.4549023Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T01:22:57.4674327Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T01:22:57.4699390Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:22:57.5092614Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T01:22:57.5536498Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:57.5909254Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:57.6402400Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:22:57.6731238Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T01:22:57.6768680Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:57.7191611Z [ 48%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T01:22:57.7575039Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:22:57.7640223Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:22:57.7707398Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T01:22:57.8012681Z [ 48%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T01:22:57.8460142Z [ 48%] Built target c10_StreamGuard_test 2022-11-23T01:22:57.8528908Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T01:22:57.8795467Z [ 48%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T01:22:57.8806568Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:22:57.8808039Z [ 48%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T01:22:57.9475935Z [ 48%] Built target c10_SymInt_test 2022-11-23T01:22:57.9546471Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:22:57.9702771Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T01:22:58.0724223Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:22:58.0949560Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T01:22:58.1728952Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:22:58.1855420Z [ 48%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T01:22:58.1894192Z [ 48%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T01:22:58.2089950Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T01:22:58.2755174Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:22:58.3053306Z [ 48%] Built target c10_InlineStreamGuard_test 2022-11-23T01:22:58.3110790Z [ 48%] Built target c10_InlineDeviceGuard_test 2022-11-23T01:22:58.3112477Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T01:22:58.3176546Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T01:22:58.3420575Z [ 48%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T01:22:58.4050829Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.4390565Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:22:58.4581591Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T01:22:58.5110400Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T01:22:58.5394759Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.5667007Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:22:58.5942081Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.o 2022-11-23T01:22:58.5953016Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:22:58.6089590Z [ 49%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T01:22:58.6225052Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T01:22:58.6741239Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T01:22:58.6940415Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:22:58.7341183Z [ 49%] Built target c10_SizesAndStrides_test 2022-11-23T01:22:58.7398428Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T01:22:58.8045653Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:22:58.8255105Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T01:22:58.8867497Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:22:58.9184592Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T01:22:58.9892085Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:22:59.0053883Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T01:22:59.0835856Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T01:22:59.1068400Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.1775543Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T01:22:59.2102457Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.2707371Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T01:22:59.3215672Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.3610025Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:22:59.4312247Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.4649221Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T01:22:59.5322780Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:22:59.5647013Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:22:59.6400037Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:22:59.6547575Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T01:22:59.7467578Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:22:59.7525424Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.8345898Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T01:22:59.8458552Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:22:59.9324300Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:22:59.9583460Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.0076692Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.o 2022-11-23T01:23:00.0093725Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.0165562Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T01:23:00.0546543Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:23:00.1118776Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:00.1209255Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T01:23:00.1468497Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:00.2109225Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:23:00.2122265Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T01:23:00.2424725Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:00.3068220Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T01:23:00.3500091Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:00.3919067Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T01:23:00.4469025Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.5014548Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T01:23:00.5503559Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.5853573Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T01:23:00.6461181Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.7298900Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T01:23:00.7460685Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:00.8159045Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T01:23:00.8391935Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:00.9053333Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T01:23:00.9254994Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:01.0033827Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T01:23:01.0468816Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:01.0855978Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T01:23:01.1333475Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:01.1747676Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T01:23:01.2215358Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:01.2859487Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T01:23:01.3053707Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:01.3712564Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T01:23:01.4028673Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:23:01.4480667Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.o 2022-11-23T01:23:01.4487791Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:23:01.5111121Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T01:23:01.5291941Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T01:23:01.5558395Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:01.6013519Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:01.6257710Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T01:23:01.7161327Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:01.7222340Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T01:23:01.8042831Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T01:23:01.8083684Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:01.8931891Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T01:23:01.9081226Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:01.9899975Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T01:23:02.0362732Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.0800347Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:23:02.1310054Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.1873852Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T01:23:02.2308589Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.2907914Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T01:23:02.3193853Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.4002226Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:23:02.4072688Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.4868753Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T01:23:02.5163739Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.5757104Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:23:02.6330928Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:02.6573039Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T01:23:02.7316873Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:23:02.7541429Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:23:02.8463089Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:02.8498272Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T01:23:02.8858903Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.o 2022-11-23T01:23:02.8900457Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T01:23:02.9459817Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:02.9548303Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:02.9726845Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T01:23:03.0444806Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T01:23:03.0683409Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:03.0845475Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:03.1362291Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T01:23:03.1820072Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T01:23:03.2051667Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:03.2181283Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:23:03.2669975Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T01:23:03.2906165Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T01:23:03.3117173Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:23:03.3554872Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:03.3719901Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:03.4032329Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:03.4381315Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:03.4564733Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:03.4776839Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:03.5442407Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:03.5530869Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:03.5744250Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:03.6239339Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:03.6261085Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:03.6778702Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:03.7222933Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:03.7413000Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:03.7609063Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:03.8134862Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:03.8390657Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:03.8395573Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:03.9235017Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:03.9415062Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:03.9487524Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:03.9900591Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.0121376Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:04.0473673Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:04.0917339Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.1145443Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:04.1151216Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.2019923Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:04.2101501Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:23:04.2204351Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:04.2895536Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:23:04.2988764Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.3096193Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:04.3658429Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:04.4034537Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.4035212Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:23:04.4347492Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:04.4400042Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:04.4409914Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.o 2022-11-23T01:23:04.5121433Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.5291031Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.5871032Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:04.6165344Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.6487113Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.7174231Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.7373400Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:04.8022613Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.8132670Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:23:04.8705956Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:04.9024961Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:23:04.9330462Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:04.9907369Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:23:04.9993555Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.0685999Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:23:05.0703971Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.1380005Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.1563438Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:23:05.2142675Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.2497255Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:23:05.2825900Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.3446028Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:23:05.3475892Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.4058880Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.4299584Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:23:05.5007122Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.5308706Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:23:05.5812553Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.6301276Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:23:05.6458190Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.7223238Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.7399177Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:23:05.7886511Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.8518270Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:23:05.8522691Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.8532212Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.o 2022-11-23T01:23:05.8546979Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:05.9326782Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:05.9591389Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:23:06.0105588Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.0416409Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.0728560Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.1368566Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.1453916Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.2204867Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.2290406Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.2923226Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.3200561Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.3569549Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.4089300Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:23:06.4217822Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.4896789Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:23:06.4898421Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.5551191Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.5746520Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:23:06.6216454Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.6678940Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:23:06.6840187Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.7529080Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.7543033Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.8152332Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:06.8391691Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.8800401Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:06.9446568Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:23:06.9447726Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:07.0192358Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:07.0555303Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:23:07.0824193Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:07.1480310Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:23:07.1548022Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:07.2210847Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:07.2464649Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:23:07.2785463Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:07.2823030Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.o 2022-11-23T01:23:07.2838278Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:07.3546651Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:23:07.3547248Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:23:07.3780384Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:07.4435130Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:07.4454406Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:07.4629914Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:23:07.5461832Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:07.5510407Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:23:07.6076220Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:07.6369200Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:23:07.6726596Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:07.7278560Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:23:07.7635088Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:23:07.8230668Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:23:07.8314892Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:07.8916396Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:07.9097319Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:23:07.9833130Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:07.9926160Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:23:08.0476619Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:08.0856833Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:23:08.1346575Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:08.1703343Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:23:08.2003719Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:08.2537391Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:23:08.2966014Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:23:08.3488816Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:23:08.3927960Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:23:08.4351904Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:23:08.4976940Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:23:08.5209553Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:23:08.5859021Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:23:08.6145219Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:23:08.6507038Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.o 2022-11-23T01:23:08.6518293Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:23:08.6726409Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:08.7233009Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:08.7346987Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:23:08.7637098Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:08.8023588Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:08.8416831Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:08.8418135Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:08.9160794Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:08.9263593Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:08.9419476Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.0132626Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:09.0162660Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:09.0377700Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.0794657Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.0846111Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.1349121Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:09.1524461Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.2005225Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:09.2090209Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:09.2673087Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.2831010Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:09.3106518Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.o 2022-11-23T01:23:09.3310635Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:09.3724488Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:23:09.4058667Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:09.4604787Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.4839569Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.5679432Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:09.5805901Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.6500664Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:09.6722058Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.7192655Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.7710654Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:09.7837647Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:09.8515820Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:09.8791773Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:23:09.9272263Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:09.9745296Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:23:10.0000581Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:10.0793060Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:10.0833393Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:10.1513851Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:10.1746357Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:23:10.2261477Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.o 2022-11-23T01:23:10.2263748Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:23:10.2415984Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:10.2682915Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:10.3219800Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:10.3331079Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:10.3551358Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:10.4354763Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:10.4433676Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:10.4770365Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:10.5719090Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:23:10.6651788Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:23:10.6696995Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:10.7593488Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:23:10.7664282Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:10.8104476Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:10.8129447Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.o 2022-11-23T01:23:10.8798165Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:23:10.9349553Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:23:10.9453735Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.0268359Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.0406003Z [ 53%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T01:23:11.1094648Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.1206480Z [ 53%] Built target XNNPACK 2022-11-23T01:23:11.1290189Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.1852403Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T01:23:11.2014092Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.2743276Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.3416418Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.4118718Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.4195563Z [ 53%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T01:23:11.4798516Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.5170716Z [ 53%] Built target c10_Array_test 2022-11-23T01:23:11.5233974Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.5506308Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T01:23:11.6031389Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.6516212Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.o 2022-11-23T01:23:11.6549734Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.7413031Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.7883746Z [ 53%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T01:23:11.8104504Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.8757213Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:11.8895662Z [ 53%] Built target c10_Bitset_test 2022-11-23T01:23:11.8957292Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:11.9553028Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T01:23:11.9638303Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:12.0449648Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:12.1191518Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:12.1641720Z [ 53%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T01:23:12.1868256Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:12.2725253Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:12.2792569Z [ 53%] Built target c10_C++17_test 2022-11-23T01:23:12.2854291Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:12.3131083Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.o 2022-11-23T01:23:12.3246579Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T01:23:12.4069225Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:12.4738064Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:12.5103648Z [ 53%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T01:23:12.5380170Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:23:12.6084604Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:23:12.6114201Z [ 53%] Built target c10_ConstexprCrc_test 2022-11-23T01:23:12.6184265Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:23:12.7143077Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T01:23:12.7420192Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:23:12.8357617Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:23:12.9210925Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:23:12.9431280Z [ 53%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T01:23:13.0022830Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:13.0701392Z [ 53%] Built target c10_DeadlockDetection_test 2022-11-23T01:23:13.0783156Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:13.0854558Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T01:23:13.1366751Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:23:13.1563652Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:23:13.1570981Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.o 2022-11-23T01:23:13.3007070Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:23:13.3378730Z [ 53%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T01:23:13.4075938Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:23:13.4319112Z [ 53%] Built target c10_Half_test 2022-11-23T01:23:13.4417630Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:23:13.5110982Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T01:23:13.5458324Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:23:13.6635763Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:13.7375398Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:13.7482974Z [ 53%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T01:23:13.7856675Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.o 2022-11-23T01:23:13.7973436Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T01:23:13.8000539Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:13.8549577Z [ 53%] Built target c10_LeftRight_test 2022-11-23T01:23:13.8619111Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:13.8742881Z [ 53%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T01:23:13.9369140Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:14.0052561Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:14.0855973Z [ 54%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T01:23:14.1299787Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:14.2003096Z [ 54%] Built target c10_Metaprogramming_test 2022-11-23T01:23:14.2067425Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:14.2213422Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T01:23:14.2267938Z [ 54%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T01:23:14.3125750Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:14.3712432Z [ 54%] Built target c10_SmallVectorTest 2022-11-23T01:23:14.3795698Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:14.4113052Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T01:23:14.4796828Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:23:14.5158895Z [ 54%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T01:23:14.5496654Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:23:14.6394614Z [ 54%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T01:23:14.6427634Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:23:14.6434683Z [ 54%] Built target c10_Synchronized_test 2022-11-23T01:23:14.6517488Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:23:14.7470882Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T01:23:14.7544345Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:23:14.7690205Z [ 54%] Built target c10_ThreadLocal_test 2022-11-23T01:23:14.7772909Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.o 2022-11-23T01:23:14.8231698Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:23:14.8290443Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.o 2022-11-23T01:23:14.9214765Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.0028066Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.0240644Z [ 54%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T01:23:15.0871818Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.1291026Z [ 54%] Built target c10_TypeIndex_test 2022-11-23T01:23:15.1394593Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.1604709Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T01:23:15.2100627Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.2819326Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.3489545Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.3877350Z [ 54%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T01:23:15.4250194Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.4532756Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.o 2022-11-23T01:23:15.4538951Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.5082177Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.5209102Z [ 54%] Built target c10_TypeList_test 2022-11-23T01:23:15.5306170Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.5700688Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T01:23:15.6093071Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T01:23:15.6188299Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.7072908Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.8059930Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.8565141Z [ 54%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T01:23:15.8924236Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:15.9427501Z [ 54%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T01:23:15.9607216Z [ 54%] Built target c10_TypeTraits_test 2022-11-23T01:23:15.9686292Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:15.9859759Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T01:23:16.0603871Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.0673796Z [ 54%] Built target c10_accumulate_test 2022-11-23T01:23:16.0786775Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.1600162Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.o 2022-11-23T01:23:16.2105319Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.2729879Z [ 54%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T01:23:16.2889700Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.3610090Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.3779169Z [ 54%] Built target c10_bfloat16_test 2022-11-23T01:23:16.3846833Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.4445884Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T01:23:16.4887593Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.4998072Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.5611682Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.o 2022-11-23T01:23:16.5765018Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.6512781Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.6639826Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.o 2022-11-23T01:23:16.7358490Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.7958457Z [ 54%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T01:23:16.8170798Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:16.9110310Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:16.9334962Z [ 54%] Built target c10_complex_math_test 2022-11-23T01:23:16.9424846Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.0098241Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.0923588Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.1965360Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.2789383Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.3018418Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.3025013Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.o 2022-11-23T01:23:17.4030515Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.4714243Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.5498657Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.6136763Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.6793386Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.7431786Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.8075727Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.8706195Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:23:17.9419229Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:23:17.9839613Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:17.9840586Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.o 2022-11-23T01:23:18.0443150Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.o 2022-11-23T01:23:18.0695822Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:18.1560330Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:23:18.2001343Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:23:18.3023544Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T01:23:18.3033363Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:18.3832351Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:18.4570365Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:23:18.4840570Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:23:18.5827777Z [ 54%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T01:23:18.6040854Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T01:23:18.6189899Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:18.7083022Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:18.7101079Z [ 54%] Built target c10_complex_test 2022-11-23T01:23:18.7165735Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:23:18.7856772Z [ 54%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T01:23:18.7882061Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:23:18.8530599Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T01:23:18.9607849Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T01:23:18.9625951Z [ 54%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T01:23:19.0956634Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T01:23:19.1072202Z [ 54%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T01:23:19.1379649Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:23:19.1448735Z [ 54%] Built target c10_either_test 2022-11-23T01:23:19.1545432Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:23:19.2125609Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:23:19.2446109Z [ 55%] Built target c10_exception_test 2022-11-23T01:23:19.2540112Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:23:19.2682085Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T01:23:19.2836950Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T01:23:19.3288074Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T01:23:19.3731829Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.o 2022-11-23T01:23:19.4025596Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.o 2022-11-23T01:23:19.4110969Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T01:23:19.4318224Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:23:19.5858507Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T01:23:19.6717900Z [ 55%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T01:23:19.7163408Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T01:23:19.7736855Z [ 55%] Built target c10_flags_test 2022-11-23T01:23:19.7820591Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T01:23:19.8400520Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.o 2022-11-23T01:23:19.8449620Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T01:23:19.8590214Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T01:23:19.9113757Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:23:20.0433793Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T01:23:20.1534584Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:23:20.1656753Z [ 55%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T01:23:20.1949164Z [ 55%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T01:23:20.2769084Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T01:23:20.2979087Z [ 55%] Built target c10_irange_test 2022-11-23T01:23:20.3063862Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:23:20.4119370Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T01:23:20.4165966Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T01:23:20.5092015Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:23:20.5244408Z [ 55%] Built target c10_intrusive_ptr_test 2022-11-23T01:23:20.5349259Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T01:23:20.6023364Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T01:23:20.6848098Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T01:23:20.7086396Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T01:23:20.7625433Z [ 55%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T01:23:20.8471079Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T01:23:20.9268716Z [ 55%] Built target c10_logging_test 2022-11-23T01:23:20.9356714Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T01:23:20.9612178Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.o 2022-11-23T01:23:21.0110587Z [ 55%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T01:23:21.0668919Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T01:23:21.1480220Z [ 55%] Built target c10_optional_test 2022-11-23T01:23:21.1686837Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T01:23:21.2300100Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T01:23:21.2339075Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T01:23:21.2474756Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T01:23:21.3535331Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.o 2022-11-23T01:23:21.3688954Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T01:23:21.3798440Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T01:23:21.4834147Z [ 55%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T01:23:21.5004167Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T01:23:21.5038398Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.o 2022-11-23T01:23:21.6030420Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T01:23:21.6183222Z [ 55%] Built target c10_ordered_preserving_dict_test 2022-11-23T01:23:21.6275690Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T01:23:21.6851877Z [ 55%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T01:23:21.7183732Z [ 55%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T01:23:21.7615775Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:23:21.8157487Z [ 55%] Built target c10_registry_test 2022-11-23T01:23:21.8268599Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.o 2022-11-23T01:23:21.9070592Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T01:23:22.0142656Z [ 55%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T01:23:22.0580314Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:23:22.1486472Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T01:23:22.1554902Z [ 55%] Built target c10_string_view_test 2022-11-23T01:23:22.1638024Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T01:23:22.2603447Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.o 2022-11-23T01:23:22.2869941Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T01:23:22.4177282Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T01:23:22.5345620Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T01:23:22.6506632Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T01:23:22.7596039Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T01:23:22.7644280Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T01:23:22.8818694Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.o 2022-11-23T01:23:22.9121434Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T01:23:23.0042132Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:23:23.1166679Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T01:23:23.1318546Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:23:23.2313775Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.o 2022-11-23T01:23:23.2482372Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T01:23:23.3687312Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:23:23.3972534Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:23:23.4813667Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.o 2022-11-23T01:23:23.5362186Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:23:23.6471636Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T01:23:23.6527417Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T01:23:23.7421882Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.o 2022-11-23T01:23:23.7643578Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:23.8748147Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.0100652Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:24.0215449Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.1273468Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.o 2022-11-23T01:23:24.1378698Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:24.2636031Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.3913874Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:24.5207292Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.6511434Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.7860893Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:24.7962014Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:24.9017562Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.o 2022-11-23T01:23:24.9948883Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:25.1391297Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:25.2264620Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:25.2424571Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.o 2022-11-23T01:23:25.3282257Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:25.4574356Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:25.5765564Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:25.6082321Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:25.6873520Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:25.7530106Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:25.8149504Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.o 2022-11-23T01:23:25.8595189Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:25.9304322Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.o 2022-11-23T01:23:25.9570673Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:26.0959958Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:26.1956867Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:26.3210738Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:26.4642180Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:26.6033481Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:26.7132159Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:26.7412635Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.o 2022-11-23T01:23:26.8460661Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:26.9833787Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.0089680Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.1175892Z [ 56%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T01:23:27.1342205Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.1664456Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.2574836Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.o 2022-11-23T01:23:27.2900997Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.4575341Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.4697228Z [ 56%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T01:23:27.5883831Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.6150803Z [ 56%] Built target c10_tempfile_test 2022-11-23T01:23:27.6241742Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.7104009Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.7224932Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.7548228Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:27.7761349Z [ 56%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T01:23:27.8429829Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:27.8457262Z [ 56%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T01:23:27.9404752Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDACachingAllocator.cpp.o 2022-11-23T01:23:27.9589200Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.0912444Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:28.1043052Z [ 56%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T01:23:28.1463527Z [ 56%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T01:23:28.2048452Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.2624640Z [ 56%] Built target c10_intrusive_ptr_benchmark 2022-11-23T01:23:28.2707542Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:28.2863485Z [ 56%] Built target c10_typeid_test 2022-11-23T01:23:28.2956308Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.2957080Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAException.cpp.o 2022-11-23T01:23:28.3250413Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAFunctions.cpp.o 2022-11-23T01:23:28.4030244Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMiscFunctions.cpp.o 2022-11-23T01:23:28.4470172Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:28.5334651Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.5356652Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:28.6083136Z [ 56%] Generating ../../../include/sleef.h 2022-11-23T01:23:28.6177993Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T01:23:28.6227515Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T01:23:28.6230611Z [ 56%] Generating include/renameavx512fnofma.h 2022-11-23T01:23:28.6243265Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T01:23:28.6249124Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T01:23:28.6269532Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T01:23:28.6293609Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T01:23:28.6316368Z [ 56%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T01:23:28.6316922Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T01:23:28.6367023Z [ 56%] Generating include/renameavx512fnofma.h 2022-11-23T01:23:28.6373350Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T01:23:28.6379616Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T01:23:28.6384401Z [ 56%] Generating include/renamecuda.h 2022-11-23T01:23:28.6395970Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T01:23:28.6401858Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T01:23:28.6459085Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T01:23:28.6470842Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAStream.cpp.o 2022-11-23T01:23:28.6480722Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T01:23:28.6518056Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T01:23:28.6538062Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T01:23:28.6571341Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T01:23:28.6581619Z [ 56%] Generating alias_avx512f.h 2022-11-23T01:23:28.6633926Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T01:23:28.6671943Z [ 56%] Built target headers 2022-11-23T01:23:28.6681967Z [ 56%] Built target alias_avx512f.h_generated 2022-11-23T01:23:28.6735479Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T01:23:28.6827331Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.6985596Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMallocAsyncAllocator.cpp.o 2022-11-23T01:23:28.8213902Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:28.8765647Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:28.8770000Z [ 56%] Built target sleefavx2 2022-11-23T01:23:28.9021755Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T01:23:28.9491876Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T01:23:28.9691183Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.o 2022-11-23T01:23:28.9919407Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:29.0082439Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDAGuardImpl.cpp.o 2022-11-23T01:23:29.0373347Z [ 56%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDATest.cpp.o 2022-11-23T01:23:29.0613435Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.o 2022-11-23T01:23:29.1155656Z [ 56%] Built target sleefdetavx2 2022-11-23T01:23:29.1173883Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:29.1249125Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:29.2435082Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:23:29.2711107Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:29.2869491Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:29.3573472Z [ 56%] Linking CXX shared library ../../lib/libc10_cuda.so 2022-11-23T01:23:29.3996227Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.o 2022-11-23T01:23:29.4054998Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:29.4592146Z [ 56%] Built target c10_cuda 2022-11-23T01:23:29.4623656Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T01:23:29.4703833Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:29.5252667Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.o 2022-11-23T01:23:29.5779227Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:29.6177759Z [ 56%] Built target sleefavx2128 2022-11-23T01:23:29.6468294Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:29.7114071Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:23:29.7677794Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:29.8916348Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T01:23:29.9034348Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:30.0198007Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:30.0898881Z [ 56%] Built target sleefdetavx2128 2022-11-23T01:23:30.0991873Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:30.1361273Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T01:23:30.2151337Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:30.3089583Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T01:23:30.3395241Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:30.4689083Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:30.4920455Z [ 56%] Built target sleeffma4 2022-11-23T01:23:30.5004487Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:30.6171593Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T01:23:30.6348287Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:30.7759577Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:30.7870284Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T01:23:30.8826558Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:30.9333232Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.o 2022-11-23T01:23:30.9735949Z [ 56%] Built target sleefdetfma4 2022-11-23T01:23:30.9784298Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.o 2022-11-23T01:23:31.0028377Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:31.0361807Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:31.0964944Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:31.1467011Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:31.1996285Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T01:23:31.2212305Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:31.2790489Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.o 2022-11-23T01:23:31.3393760Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T01:23:31.3646470Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:31.3947502Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:31.4916916Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T01:23:31.5024478Z [ 56%] Built target sleefavx 2022-11-23T01:23:31.5081354Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T01:23:31.5396686Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:31.6687480Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:31.6737768Z [ 56%] Built target sleefdetavx 2022-11-23T01:23:31.6817193Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:31.7064151Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T01:23:31.7966672Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T01:23:31.8232436Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:31.9024791Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:31.9500387Z [ 56%] Built target sleefsse4 2022-11-23T01:23:31.9606653Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:31.9975943Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.0594653Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.1045842Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:32.1555817Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T01:23:32.2258658Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:32.2658230Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T01:23:32.3319530Z [ 56%] Built target sleefdetsse4 2022-11-23T01:23:32.3406211Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:32.3770906Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.4352730Z [ 56%] Built target sleefsse2 2022-11-23T01:23:32.4439089Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:32.4748532Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.5570304Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T01:23:32.5639095Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:23:32.5962466Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:32.6117024Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:32.6412222Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:32.6539482Z [ 57%] Built target sleefpurec_scalar 2022-11-23T01:23:32.6617320Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:32.7181065Z [ 57%] Built target sleefdetsse2 2022-11-23T01:23:32.7262953Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:32.7315738Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.o 2022-11-23T01:23:32.7688813Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.o 2022-11-23T01:23:32.7869315Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.7999171Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:23:32.8528281Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:32.8584115Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:23:32.8789907Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:23:32.9402204Z [ 57%] Built target sleefdetpurec_scalar 2022-11-23T01:23:32.9465556Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:32.9555199Z [ 57%] Built target sleefpurecfma_scalar 2022-11-23T01:23:32.9630290Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:32.9781779Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:23:33.0417863Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:23:33.0595798Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:33.0733064Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.o 2022-11-23T01:23:33.0801540Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.o 2022-11-23T01:23:33.1320077Z [ 58%] Built target sleefdetpurecfma_scalar 2022-11-23T01:23:33.1400929Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.o 2022-11-23T01:23:33.1551642Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:33.2576669Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:33.3853212Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:33.5179830Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:33.6181512Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:33.7229386Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:33.8552578Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:33.9803184Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.1076863Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:34.2404206Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.3685971Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:34.4800301Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.5982915Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:34.6130546Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.6492634Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:34.7274330Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.o 2022-11-23T01:23:34.7658454Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.o 2022-11-23T01:23:34.7909560Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.8963195Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:34.9349893Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.o 2022-11-23T01:23:34.9687376Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:34.9728890Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:35.0431269Z [ 58%] Generating dispsse.c 2022-11-23T01:23:35.0694413Z [ 58%] Built target dispsse.c_generated 2022-11-23T01:23:35.0791015Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.o 2022-11-23T01:23:35.1028334Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.o 2022-11-23T01:23:35.1204830Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:35.2550609Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:35.3951141Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:35.4949217Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:35.6177633Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:35.7436476Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:35.8541863Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:35.9535029Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:36.0779436Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:36.1763580Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:36.3051389Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:36.4521170Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:36.5070942Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:36.5274244Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:36.5850193Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:36.6453142Z [ 58%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T01:23:36.6466555Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.o 2022-11-23T01:23:36.7269521Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:36.7492533Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.o 2022-11-23T01:23:36.8182432Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:36.8224179Z [ 58%] Built target dispavx_obj 2022-11-23T01:23:36.8298489Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:36.8793853Z [ 58%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T01:23:36.9396584Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:36.9687070Z [ 58%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T01:23:37.0358607Z [ 58%] Linking CXX executable ../../../bin/protoc 2022-11-23T01:23:37.0783068Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:37.0843862Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.o 2022-11-23T01:23:37.1484907Z [ 58%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T01:23:37.1866902Z [ 58%] Built target gmock_main 2022-11-23T01:23:37.1968586Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.o 2022-11-23T01:23:37.2128252Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:37.3060790Z [ 58%] Built target protoc 2022-11-23T01:23:37.3126211Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:37.3668180Z [ 58%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T01:23:37.4189892Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:37.5059747Z [ 58%] Built target fbgemm 2022-11-23T01:23:37.5257708Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_buffer.cc.o 2022-11-23T01:23:37.5515551Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:37.6894092Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:37.7511597Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/channel_impl.cc.o 2022-11-23T01:23:37.8250291Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:37.9656093Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.0489095Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/context_impl.cc.o 2022-11-23T01:23:38.0889742Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.2345378Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.2689995Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/factory.cc.o 2022-11-23T01:23:38.3616723Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.5026454Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.5270066Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.5634816Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/channel_impl.cc.o 2022-11-23T01:23:38.6018090Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/context_impl.cc.o 2022-11-23T01:23:38.6091177Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.o 2022-11-23T01:23:38.6395643Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.7881321Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.8139178Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.8481950Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.9139187Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/factory.cc.o 2022-11-23T01:23:38.9247541Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:38.9405898Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:38.9531243Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.o 2022-11-23T01:23:38.9821567Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.o 2022-11-23T01:23:39.0455627Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.o 2022-11-23T01:23:39.0664895Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:39.1968158Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_loop.cc.o 2022-11-23T01:23:39.2115928Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:39.3356901Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:39.4629828Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:39.4676164Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/channel_impl.cc.o 2022-11-23T01:23:39.5976172Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:39.7144272Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:39.7798838Z [ 58%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/context_impl.cc.o 2022-11-23T01:23:39.8471233Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:39.9754678Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.0831183Z [ 59%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/factory.cc.o 2022-11-23T01:23:40.0873438Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:40.2172505Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.2983675Z [ 59%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/ibv.cc.o 2022-11-23T01:23:40.3530462Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:40.4279132Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.5044329Z [ 59%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/channel_impl.cc.o 2022-11-23T01:23:40.5180618Z [ 59%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T01:23:40.5429500Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:40.6500286Z [ 59%] Built target dnnl_graph 2022-11-23T01:23:40.6665283Z [ 59%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T01:23:40.6895436Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.7389836Z [ 59%] Built target kineto 2022-11-23T01:23:40.7518826Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:40.7652196Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.7826179Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:40.8359083Z [ 59%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/context_impl.cc.o 2022-11-23T01:23:40.8701244Z [ 59%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/factory.cc.o 2022-11-23T01:23:40.8858967Z [ 59%] Building CXX object c10/cuda/test/CMakeFiles/c10_cuda_CUDATest.dir/impl/CUDATest.cpp.o 2022-11-23T01:23:40.8915579Z [ 59%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T01:23:40.9107066Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:40.9509607Z [ 59%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T01:23:40.9553348Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.o 2022-11-23T01:23:41.0405085Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:41.0562861Z [ 59%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T01:23:41.1793540Z [ 59%] Linking CXX executable ../../../bin/c10_cuda_CUDATest 2022-11-23T01:23:41.1821790Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:41.1908094Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:41.2469601Z [ 59%] Linking CXX static library ../../../lib/libtensorpipe_cuda.a 2022-11-23T01:23:41.3080660Z [ 59%] Built target tensorpipe_cuda 2022-11-23T01:23:41.3140519Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:41.3143352Z [ 59%] Built target c10_cuda_CUDATest 2022-11-23T01:23:41.3232432Z [ 59%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T01:23:41.3245243Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:41.3536975Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:23:41.3625272Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T01:23:41.3644875Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:23:41.3658805Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T01:23:41.3680198Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T01:23:41.3680832Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T01:23:41.3722040Z [ 59%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T01:23:41.3816470Z [ 59%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:23:41.4421143Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:41.4577091Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:23:41.5569224Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:23:41.5640276Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:41.6256448Z [ 59%] Built target gen_onnx_proto 2022-11-23T01:23:41.6384552Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:41.6427455Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:23:41.6801085Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:41.7107052Z [ 59%] Built target Caffe2_PROTO 2022-11-23T01:23:41.7204545Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:41.7281389Z [ 59%] Built target sleefavx512fnofma 2022-11-23T01:23:41.7409262Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:41.7746171Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:23:41.7975569Z [ 59%] Built target sleefdetavx512fnofma 2022-11-23T01:23:41.8114252Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:23:41.8117555Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.o 2022-11-23T01:23:41.8533959Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.o 2022-11-23T01:23:41.8651263Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:41.9577547Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T01:23:41.9820804Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T01:23:41.9933678Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.1205037Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:42.1332860Z [ 59%] Built target sleefavx512f 2022-11-23T01:23:42.1429256Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.1506353Z [ 59%] Built target sleefdetavx512f 2022-11-23T01:23:42.1625509Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:42.2414099Z [ 59%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T01:23:42.2581558Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.o 2022-11-23T01:23:42.2789758Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.3897288Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:42.4171489Z [ 59%] Built target dispsse_obj 2022-11-23T01:23:42.4325955Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.5073848Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.o 2022-11-23T01:23:42.5591095Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:42.6799911Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.6931921Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:42.7955326Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.o 2022-11-23T01:23:42.8242094Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:42.9298010Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:23:43.0436910Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:43.1739021Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:23:43.2985304Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:43.4203156Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:23:43.5430459Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:43.5582129Z [ 59%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T01:23:43.5986089Z [ 59%] Built target caffe2_protos 2022-11-23T01:23:43.6202300Z [ 59%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T01:23:43.6421768Z [ 59%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T01:23:43.6669528Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T01:23:43.6673641Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:23:43.6678090Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T01:23:43.6684873Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T01:23:43.6686193Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T01:23:43.6773795Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T01:23:43.6784238Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:23:43.6787720Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T01:23:43.6793592Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T01:23:43.6794349Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T01:23:43.6796126Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:23:43.6822451Z [ 59%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:23:43.6941085Z [ 59%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:23:43.7568329Z [ 59%] Built target gen_onnx_data_proto 2022-11-23T01:23:43.7646480Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:23:43.7666895Z [ 59%] Built target gen_onnx_operators_proto 2022-11-23T01:23:43.7775533Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:23:43.7975455Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.o 2022-11-23T01:23:43.8762083Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.o 2022-11-23T01:23:43.9029759Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:23:43.9138736Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:23:44.0192225Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.o 2022-11-23T01:23:44.0405813Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:44.1637233Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:44.1802962Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:44.2791739Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T01:23:44.3211185Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:44.3520177Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T01:23:44.4401328Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:44.4871391Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T01:23:44.5414015Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:44.5550259Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T01:23:44.6312050Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T01:23:44.6433965Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:44.6607123Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.o 2022-11-23T01:23:44.7109573Z [ 59%] Linking C static library ../../lib/libsleef.a 2022-11-23T01:23:44.7591148Z [ 59%] Built target sleef 2022-11-23T01:23:44.7608342Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:44.7648537Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:44.8658632Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:44.9050526Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T01:23:44.9647504Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:45.1071301Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:45.1605468Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T01:23:45.2222330Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:45.3497930Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:45.4272075Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T01:23:45.4691632Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:45.4898283Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:45.6112642Z [ 59%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:23:45.6332191Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:45.7467160Z [ 59%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T01:23:45.7725574Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:45.7779662Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:45.7780324Z [ 59%] Built target onnx_proto 2022-11-23T01:23:45.7852218Z [ 59%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:23:45.7881508Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:45.8898333Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.o 2022-11-23T01:23:45.9198308Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.o 2022-11-23T01:23:45.9391093Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.0682917Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.0973320Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.1037564Z [ 59%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T01:23:46.1977431Z [ 59%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:23:46.2190799Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.3251509Z [ 59%] Built target vec_test_all_types_DEFAULT 2022-11-23T01:23:46.3336573Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.3614370Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.o 2022-11-23T01:23:46.4392492Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.5054740Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T01:23:46.5704003Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.6840086Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.7626208Z [ 60%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:23:46.7922585Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:46.8211922Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T01:23:46.9303767Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.0484158Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.0850860Z [ 60%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T01:23:47.1230258Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T01:23:47.1817211Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.2883000Z [ 60%] Built target vec_test_all_types_AVX2 2022-11-23T01:23:47.2969062Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.3162956Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.o 2022-11-23T01:23:47.4576527Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T01:23:47.4605642Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.5783274Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T01:23:47.5902219Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.6570955Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.7309691Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.o 2022-11-23T01:23:47.7468365Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T01:23:47.7561184Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T01:23:47.8272561Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:47.9681955Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.0812639Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.0933934Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.1029822Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T01:23:48.1571381Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T01:23:48.1869964Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T01:23:48.2304063Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.2395354Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.3332384Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.3529773Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T01:23:48.3665805Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T01:23:48.4847609Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.5161386Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.6164644Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.6461573Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.o 2022-11-23T01:23:48.6643776Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.o 2022-11-23T01:23:48.6742715Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T01:23:48.7633062Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.8830697Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:48.9717869Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T01:23:48.9917870Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.1374506Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.2037022Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T01:23:49.2775765Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.3093572Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T01:23:49.3950559Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.4403399Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.5338855Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.5471141Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T01:23:49.5706937Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T01:23:49.6151091Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.6576708Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T01:23:49.7498554Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.8457542Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.8848987Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:49.8963744Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T01:23:49.9810508Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T01:23:49.9953385Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:23:50.0076755Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T01:23:50.1146037Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:23:50.1910875Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:23:50.2268797Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.o 2022-11-23T01:23:50.2865571Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:23:50.3660033Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:23:50.3897095Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T01:23:50.4155030Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T01:23:50.4619376Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T01:23:50.4793382Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:23:50.5070414Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:23:50.5933290Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:23:50.6160958Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T01:23:50.7036753Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:23:50.7402626Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:23:50.7425979Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.o 2022-11-23T01:23:50.8078029Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T01:23:50.8086461Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.o 2022-11-23T01:23:50.8511175Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:23:50.9111528Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:23:50.9515020Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T01:23:51.0149060Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:23:51.1137383Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.1267288Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.2437104Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.o 2022-11-23T01:23:51.2476392Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.3108089Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T01:23:51.3731327Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.5072643Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.6291366Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T01:23:51.6406323Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.7715120Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.8945884Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:51.9599508Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T01:23:52.0291351Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.0429842Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.1541440Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.o 2022-11-23T01:23:52.2047575Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.2936428Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T01:23:52.3189025Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.4509503Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.4974120Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.5769433Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.5812868Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T01:23:52.6451134Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.6734147Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T01:23:52.6786946Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T01:23:52.7621331Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.8769260Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:52.9085991Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:52.9878344Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:52.9904306Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T01:23:53.0181958Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T01:23:53.0622212Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T01:23:53.0828090Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:53.0890508Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:53.2059345Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.o 2022-11-23T01:23:53.2201532Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:53.3190507Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:53.3429009Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T01:23:53.3619954Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:53.3686572Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T01:23:53.4266904Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T01:23:53.4932202Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:53.6148647Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:53.6717838Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:53.6899849Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:23:53.7281113Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.o 2022-11-23T01:23:53.7745981Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.o 2022-11-23T01:23:53.7857139Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T01:23:53.8030644Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:53.9162539Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:23:53.9291714Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:54.0255663Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T01:23:54.0687863Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:54.1094635Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:23:54.1914019Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T01:23:54.2340826Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:54.3391279Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:54.3422072Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:54.4475912Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T01:23:54.4682103Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:23:54.5314106Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:54.5683140Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.o 2022-11-23T01:23:54.6492266Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:54.7597616Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T01:23:54.7810551Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:23:54.9080789Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:55.0370907Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:23:55.0942166Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T01:23:55.1073765Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T01:23:55.1668956Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:55.3303973Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:55.4417507Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:23:55.4769192Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.o 2022-11-23T01:23:55.4923709Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:55.4942443Z [ 62%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T01:23:55.5469792Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.o 2022-11-23T01:23:55.5536328Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:55.5783143Z [ 62%] Built target onnx 2022-11-23T01:23:55.5919587Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:55.6292736Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.o 2022-11-23T01:23:55.6705775Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.o 2022-11-23T01:23:55.7219179Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:23:55.8279361Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T01:23:55.9471203Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T01:23:56.1103523Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:23:56.2229548Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T01:23:56.3365714Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:23:56.3686319Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T01:23:56.4899198Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T01:23:56.5299880Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T01:23:56.6151650Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:23:56.7341807Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T01:23:56.7496248Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T01:23:56.8507409Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T01:23:56.9675726Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T01:23:57.1021558Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:23:57.2219098Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T01:23:57.3444983Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T01:23:57.4530462Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T01:23:57.5523465Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T01:23:57.6503924Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T01:23:57.7336106Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T01:23:57.7608025Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T01:23:57.8625780Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:23:57.9837333Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T01:23:58.1138661Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T01:23:58.1919594Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T01:23:58.2478552Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T01:23:58.3831116Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T01:23:58.5065724Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T01:23:58.5670249Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T01:23:58.6033518Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T01:23:58.6203203Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T01:23:58.6811422Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T01:23:58.7171702Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.o 2022-11-23T01:23:58.7355019Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.o 2022-11-23T01:23:58.7920355Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T01:23:58.9318111Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T01:23:59.0267764Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T01:23:59.0863899Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.o 2022-11-23T01:23:59.1126362Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.o 2022-11-23T01:23:59.1486176Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T01:23:59.2459602Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T01:23:59.2808592Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T01:23:59.3963253Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T01:23:59.5184121Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T01:23:59.6432758Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T01:23:59.6645378Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T01:23:59.7757403Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T01:23:59.9029060Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T01:24:00.0249143Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T01:24:00.1493095Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T01:24:00.2704154Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T01:24:00.3921867Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T01:24:00.5103301Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T01:24:00.5698811Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T01:24:00.6172908Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T01:24:00.7417540Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T01:24:00.8681354Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T01:24:00.9749694Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T01:24:01.0297969Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T01:24:01.0940792Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T01:24:01.2271771Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T01:24:01.3433842Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T01:24:01.3894496Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T01:24:01.4615996Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T01:24:01.4638687Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T01:24:01.5660629Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.o 2022-11-23T01:24:01.5830432Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T01:24:01.6985604Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T01:24:01.7750571Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T01:24:01.7815409Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T01:24:01.8208103Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:24:01.9143125Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:24:01.9682648Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:24:02.0143553Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T01:24:02.0771320Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:24:02.2027889Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:24:02.2385285Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:24:02.2689770Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:24:02.3094573Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.o 2022-11-23T01:24:02.3222327Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.o 2022-11-23T01:24:02.3629781Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.o 2022-11-23T01:24:02.3726284Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:24:02.4891793Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:24:02.5759959Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:24:02.7083941Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:24:02.8272756Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:24:02.8294877Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T01:24:02.9528102Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:24:03.1147222Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:24:03.2385841Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:24:03.3134936Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T01:24:03.3693796Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:24:03.4902777Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:24:03.5750468Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:24:03.6767786Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:24:03.7709003Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:24:03.7950718Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T01:24:03.8646358Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:24:03.9862275Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:24:04.1053310Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:24:04.2283326Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:24:04.2738648Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T01:24:04.3619318Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:24:04.4869937Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:24:04.5913517Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T01:24:04.6176983Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.o 2022-11-23T01:24:04.6549040Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T01:24:04.7111615Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T01:24:04.8405090Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T01:24:04.9651770Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T01:24:05.0398299Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T01:24:05.0618406Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:24:05.1951279Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T01:24:05.2394008Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T01:24:05.3037521Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T01:24:05.3097795Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T01:24:05.3564767Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T01:24:05.4441499Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T01:24:05.4933259Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T01:24:05.5531752Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-11-23T01:24:05.5733732Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T01:24:05.6390824Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T01:24:05.6991526Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-11-23T01:24:05.8357424Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-11-23T01:24:05.9584146Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-11-23T01:24:06.0230728Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-11-23T01:24:06.0990304Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.o 2022-11-23T01:24:06.1804362Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-11-23T01:24:06.3048685Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-11-23T01:24:06.3279246Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-11-23T01:24:06.3280416Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T01:24:06.4185551Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T01:24:06.4348230Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T01:24:06.4829723Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-11-23T01:24:06.6097212Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-11-23T01:24:06.7226937Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-11-23T01:24:06.7296675Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T01:24:06.7570051Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.o 2022-11-23T01:24:06.8157952Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-11-23T01:24:06.9115698Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-11-23T01:24:06.9967655Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-11-23T01:24:07.0918082Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-11-23T01:24:07.1394375Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T01:24:07.1944531Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-11-23T01:24:07.2141179Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T01:24:07.3028091Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-11-23T01:24:07.3868668Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-11-23T01:24:07.4586186Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-11-23T01:24:07.4605672Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.o 2022-11-23T01:24:07.5839447Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-11-23T01:24:07.7161989Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-11-23T01:24:07.8357328Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T01:24:07.9411140Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T01:24:07.9717075Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T01:24:08.0508233Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:24:08.1644497Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:24:08.2804892Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:24:08.3688995Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T01:24:08.4485467Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T01:24:08.5104016Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.o 2022-11-23T01:24:08.5692972Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T01:24:08.6743677Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:24:08.7899761Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:24:08.8144407Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T01:24:08.8264825Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T01:24:08.9084617Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-11-23T01:24:09.0234481Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:24:09.1421652Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:24:09.2389323Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:24:09.2463911Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:24:09.3158832Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T01:24:09.3440051Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T01:24:09.3629099Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:24:09.4827210Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:24:09.6009569Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-11-23T01:24:09.6855778Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:24:09.7256287Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.o 2022-11-23T01:24:09.7829262Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:24:09.7953712Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T01:24:09.8749666Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:24:09.8801454Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:24:09.8827125Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.o 2022-11-23T01:24:10.0091085Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:24:10.1167929Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:24:10.1360795Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T01:24:10.2394153Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:10.3658371Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:10.4714224Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T01:24:10.4899451Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:10.6177525Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:10.7410634Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:10.8640663Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:10.9773646Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:10.9785697Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.o 2022-11-23T01:24:11.0781348Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:11.1864220Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T01:24:11.1948264Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:11.3080263Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:11.4311834Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:11.5582804Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:11.5660968Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T01:24:11.5869589Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T01:24:11.6575882Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:11.7611639Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:11.8920520Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:12.0346943Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:12.1527737Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:12.1951119Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:12.2583613Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:12.2712291Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T01:24:12.3337647Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T01:24:12.3925813Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:12.4228785Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:12.5329992Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T01:24:12.5507220Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:12.5666661Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T01:24:12.6328488Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T01:24:12.6990138Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:12.7613842Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.o 2022-11-23T01:24:12.8122748Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:12.9508041Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:13.0840901Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:13.1866021Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:13.3057077Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:13.4169744Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:13.4385055Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:13.5258761Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:13.5365233Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T01:24:13.5511535Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T01:24:13.5705559Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T01:24:13.6513312Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:13.7357545Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:13.7828811Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:13.8472568Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T01:24:13.8534990Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:13.9275303Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T01:24:13.9529953Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:13.9999044Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.o 2022-11-23T01:24:14.0631391Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:14.1656368Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:14.1963520Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:14.2649515Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T01:24:14.2918545Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T01:24:14.2944815Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:14.4114077Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:14.5237745Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:14.5408944Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:14.6308079Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.o 2022-11-23T01:24:14.6867801Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:14.7118194Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T01:24:14.7952282Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:14.8960571Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:15.0180820Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:15.0312772Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.o 2022-11-23T01:24:15.1179235Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:15.2275949Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:15.3348220Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:15.4546772Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:15.5628506Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:15.6928827Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:15.7170150Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T01:24:15.8116841Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:15.9433434Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:15.9940818Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.0738991Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.1350679Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.2063212Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.2668969Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.o 2022-11-23T01:24:16.3402846Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.4865041Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.6144728Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:16.7169596Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:16.7399774Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T01:24:16.8283355Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:16.8766752Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:24:16.9506956Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:24:17.0012229Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:17.0469010Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.o 2022-11-23T01:24:17.1299196Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:17.2483048Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:24:17.3663600Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:24:17.4020424Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:17.4752662Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T01:24:17.5239832Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:17.6260077Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:17.7483512Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:17.7991657Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:17.8868025Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.o 2022-11-23T01:24:17.9411146Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:18.0832699Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:18.1190269Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:18.1836155Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T01:24:18.2577857Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:18.3850553Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:18.5124245Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:18.5676106Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:18.6140470Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T01:24:18.7051797Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:18.8359014Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:18.9662528Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:19.1051871Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:19.1710516Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:19.2473742Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.o 2022-11-23T01:24:19.3385624Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:19.4467472Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:19.5588874Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:19.6657778Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:24:19.6988188Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:24:19.6995870Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T01:24:19.7012625Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.o 2022-11-23T01:24:19.8208462Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:24:19.9368830Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:24:20.0421810Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:20.1590499Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:24:20.3050025Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:20.4605816Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:24:20.5616128Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T01:24:20.5828505Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:20.6726436Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:24:20.7783267Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:20.7794783Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.o 2022-11-23T01:24:20.8244034Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:24:20.8933758Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.o 2022-11-23T01:24:20.9549930Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:21.0826319Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:24:21.2125853Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:21.3416394Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:24:21.4697707Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:21.5711179Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T01:24:21.6138507Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:24:21.7391675Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:21.8704806Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:24:22.0058914Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.1469729Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.1829387Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.2065700Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.2789347Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T01:24:22.3098830Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.o 2022-11-23T01:24:22.3445388Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.4802146Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.6263324Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.6747203Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.7961287Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.8913218Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:22.9836607Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.1111077Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.2466329Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.3241068Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T01:24:23.3808270Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.5121343Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.6101205Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.7719517Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.o 2022-11-23T01:24:23.7799092Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.8147246Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:23.9189867Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.o 2022-11-23T01:24:23.9483764Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:24:24.0656968Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:24:24.1916846Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:24.2812855Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T01:24:24.3293294Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:24.3893046Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:24.4331912Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.o 2022-11-23T01:24:24.4991994Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:24.6176064Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:24.7361488Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:24.8277091Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:24.9256681Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:25.0156631Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:25.1032534Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:25.2232494Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:25.3133221Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T01:24:25.3294458Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T01:24:25.3677463Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:25.5430452Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:25.6800797Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:25.8090319Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:25.9322322Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:26.0394744Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:26.1539185Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:26.3073548Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:26.3350307Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T01:24:26.4377542Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.o 2022-11-23T01:24:26.4570346Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:26.5873939Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:26.7106234Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:26.7695853Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:26.8279227Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T01:24:26.9116212Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:26.9999304Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.o 2022-11-23T01:24:27.0506907Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:27.1846218Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:27.2866621Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T01:24:27.3185267Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T01:24:27.3449023Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:27.4055724Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T01:24:27.4509801Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T01:24:27.5515367Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:27.6577877Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:27.7757592Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T01:24:27.9053388Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:27.9834735Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:28.0477274Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.o 2022-11-23T01:24:28.1148985Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:28.2102272Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T01:24:28.2389987Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T01:24:28.3244483Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:24:28.4353102Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:24:28.5088238Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T01:24:28.5684816Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:24:28.6839442Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:24:28.7122235Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T01:24:28.7923423Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:24:28.8872716Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:24:29.0167416Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:24:29.1349723Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:29.1800061Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:29.2348969Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:24:29.2672873Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.o 2022-11-23T01:24:29.3455492Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:24:29.4579684Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:24:29.5611546Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:24:29.6457415Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T01:24:29.6674708Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:24:29.7876075Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:24:29.8974292Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:24:29.9805308Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:24:30.0123158Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:24:30.0212820Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.o 2022-11-23T01:24:30.1082713Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T01:24:30.1160398Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:24:30.2399774Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:24:30.3354476Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:24:30.4608667Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:30.5803125Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:30.7054890Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:30.7209751Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:30.7214224Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.o 2022-11-23T01:24:30.8417662Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:24:30.9277587Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:24:31.0197938Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:24:31.1081507Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T01:24:31.1296845Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:24:31.2327370Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:24:31.3571995Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:24:31.4767767Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:31.5959535Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:31.7128980Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T01:24:31.7147672Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.o 2022-11-23T01:24:31.7371525Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:24:31.8368456Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:24:31.8949942Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T01:24:32.0028424Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T01:24:32.1244231Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T01:24:32.1285960Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T01:24:32.2346397Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:24:32.3534482Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T01:24:32.4710648Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T01:24:32.5920854Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T01:24:32.7093015Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T01:24:32.8110770Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T01:24:32.9183554Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T01:24:32.9503631Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T01:24:33.0682758Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T01:24:33.1959750Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T01:24:33.3108600Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T01:24:33.3926105Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T01:24:33.4430195Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T01:24:33.4942161Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.o 2022-11-23T01:24:33.4945489Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T01:24:33.5560277Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T01:24:33.6229933Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T01:24:33.7471540Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:24:33.8026738Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:24:33.8359660Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:24:33.8681561Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T01:24:33.9586293Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:24:34.0766326Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:24:34.1981268Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:24:34.2671269Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T01:24:34.3255254Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:24:34.3261134Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:24:34.3948640Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T01:24:34.4248683Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T01:24:34.4485349Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:24:34.5489907Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:24:34.6379859Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:24:34.7393016Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:24:34.7768794Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:24:34.8093289Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:24:34.8837631Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T01:24:34.8873933Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T01:24:34.9484519Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:35.0558365Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:35.1536567Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:35.1787408Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:35.2478620Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T01:24:35.2489823Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:35.3070989Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T01:24:35.3320088Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:35.4372638Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:35.4784028Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:35.5243055Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T01:24:35.5947555Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:35.6595697Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:35.6865922Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T01:24:35.7517675Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:35.8606163Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:35.9089775Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:35.9576619Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T01:24:36.0107515Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:36.0588820Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:36.1050461Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:36.1074727Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.o 2022-11-23T01:24:36.1118450Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T01:24:36.1589545Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T01:24:36.2011844Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:36.3195906Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:36.3536420Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:36.4263816Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T01:24:36.4448648Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:36.4864729Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:36.5335187Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T01:24:36.6116159Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:36.7240499Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T01:24:36.7241384Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:36.8123428Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:36.8467370Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-11-23T01:24:36.9397546Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-11-23T01:24:37.0307756Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-11-23T01:24:37.0604797Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T01:24:37.1189025Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-11-23T01:24:37.2189162Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T01:24:37.3090763Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T01:24:37.3911934Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T01:24:37.4070296Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T01:24:37.4985730Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T01:24:37.6114424Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T01:24:37.6950552Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T01:24:37.7662223Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T01:24:37.7824615Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T01:24:37.8672265Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T01:24:37.9520998Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T01:24:38.0453441Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T01:24:38.0873948Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T01:24:38.1314003Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T01:24:38.2174513Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T01:24:38.3078575Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T01:24:38.3237927Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T01:24:38.3885814Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.o 2022-11-23T01:24:38.3915493Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T01:24:38.3921131Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T01:24:38.4866267Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T01:24:38.5802289Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T01:24:38.6525960Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T01:24:38.6688869Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T01:24:38.7130460Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T01:24:38.7472722Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T01:24:38.8425432Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T01:24:38.9442276Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T01:24:39.0455351Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T01:24:39.0512011Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T01:24:39.0673667Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T01:24:39.1512181Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T01:24:39.1719071Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T01:24:39.2999598Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T01:24:39.4348180Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T01:24:39.4953452Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T01:24:39.5263892Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T01:24:39.6275176Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T01:24:39.7302202Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T01:24:39.8145244Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T01:24:39.8490892Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T01:24:39.9113931Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T01:24:40.0052423Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T01:24:40.0515926Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T01:24:40.1069047Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:24:40.1976052Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T01:24:40.2855815Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T01:24:40.3716161Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T01:24:40.3725895Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T01:24:40.4644950Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T01:24:40.5521056Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T01:24:40.6394329Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T01:24:40.6910710Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T01:24:40.7285173Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T01:24:40.8216674Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T01:24:40.9085863Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T01:24:41.0030396Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T01:24:41.0105845Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T01:24:41.0474518Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.o 2022-11-23T01:24:41.0483370Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T01:24:41.1392514Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T01:24:41.2330442Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:24:41.2733398Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T01:24:41.3253057Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:24:41.4189027Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:24:41.5159818Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:24:41.6294036Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T01:24:41.6350735Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:24:41.7465660Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:24:41.8532786Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:24:41.9450155Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:24:41.9735615Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T01:24:42.0602740Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:24:42.1528387Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:24:42.2378437Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:24:42.2906850Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T01:24:42.3310330Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:24:42.4368181Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:24:42.5265089Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:24:42.6029350Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T01:24:42.6270276Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-11-23T01:24:42.7178194Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T01:24:42.8083440Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T01:24:42.8179335Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-11-23T01:24:42.9030840Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T01:24:42.9971616Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:24:43.0434170Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T01:24:43.0848451Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:24:43.1788692Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T01:24:43.2701083Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:24:43.2952204Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.o 2022-11-23T01:24:43.2980966Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:24:43.3633935Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T01:24:43.3881502Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:24:43.4705691Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:24:43.5534444Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:24:43.6590611Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:24:43.6791981Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T01:24:43.7420173Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:43.8243660Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:43.9110107Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:44.0124056Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:44.0227093Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T01:24:44.1046244Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:44.1862776Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T01:24:44.2741838Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T01:24:44.3318655Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T01:24:44.3613004Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:44.3623138Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.o 2022-11-23T01:24:44.4459648Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:24:44.5538772Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:24:44.5669024Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T01:24:44.6431684Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:24:44.7506123Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:24:44.8591435Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:44.9187540Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T01:24:44.9646193Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:45.0737219Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:45.1361271Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T01:24:45.1598077Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:45.2469544Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:45.3343168Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T01:24:45.3714979Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.o 2022-11-23T01:24:45.4232767Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T01:24:45.4723514Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T01:24:45.5213001Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T01:24:45.5227909Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.o 2022-11-23T01:24:45.5413865Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:45.6369917Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:24:45.7022295Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T01:24:45.7522620Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:24:45.9046450Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:24:45.9525389Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:46.0132995Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:46.0869814Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T01:24:46.1212634Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:46.2259483Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:46.2584000Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:46.3355027Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T01:24:46.3723004Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:46.4782750Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:46.5067324Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T01:24:46.5779544Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:46.6986325Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:46.7549076Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T01:24:46.8083717Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:46.9249579Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:46.9250424Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T01:24:47.0524637Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:47.1436764Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.o 2022-11-23T01:24:47.1712624Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:47.2917274Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T01:24:47.3113691Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:47.4086246Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:47.5163058Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:47.6212692Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:47.7373574Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T01:24:47.7549974Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:47.8839784Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.0155456Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.1442065Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.1680403Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T01:24:48.2672818Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.3787424Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.4291496Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:48.4947748Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.o 2022-11-23T01:24:48.5387152Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:48.5850080Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:48.6228589Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T01:24:48.6603673Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T01:24:48.6941492Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:48.7996384Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:48.9009341Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:49.0066488Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:49.1479343Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:49.1517475Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:49.1536719Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T01:24:49.2029841Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.2469257Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.2668939Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.3197808Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.3812230Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T01:24:49.4080087Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T01:24:49.5075006Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.5346969Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.6405039Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.6694654Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.o 2022-11-23T01:24:49.7705658Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:49.8058469Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T01:24:49.8994406Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:49.9856105Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:50.0601822Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T01:24:50.0786347Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:50.1889897Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:50.2756509Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:50.3670382Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:50.4587348Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:50.5378997Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T01:24:50.5604593Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:50.6791792Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:50.7302294Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:50.7411900Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.o 2022-11-23T01:24:50.8016993Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:50.8347590Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T01:24:50.9244237Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:50.9332969Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T01:24:51.0442454Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.1813803Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.2251089Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.3268300Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.o 2022-11-23T01:24:51.3497729Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T01:24:51.3583721Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.4671899Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.6332566Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.7598228Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.9006113Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:51.9019147Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T01:24:51.9454829Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T01:24:52.0316648Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:52.1565720Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:52.2778604Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:52.2859175Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T01:24:52.4041389Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:52.4989615Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:24:52.5320948Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T01:24:52.6013693Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T01:24:52.6361773Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:24:52.7682541Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:24:52.7744165Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T01:24:52.8891725Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:24:52.9894646Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:24:53.0128497Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T01:24:53.0361452Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:24:53.0489322Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:24:53.0961335Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:24:53.0995108Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.o 2022-11-23T01:24:53.1471397Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:24:53.2070375Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:24:53.2464938Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:24:53.2602429Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T01:24:53.3128642Z [ 72%] Built target all_microkernels 2022-11-23T01:24:53.3319549Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T01:24:53.4204406Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T01:24:53.4872206Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.o 2022-11-23T01:24:53.8635110Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T01:24:54.0509226Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T01:24:54.0601297Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.o 2022-11-23T01:24:54.0602509Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T01:24:54.6004240Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T01:24:54.9333259Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T01:24:55.1541314Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T01:24:55.1542172Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.o 2022-11-23T01:24:55.5083352Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o 2022-11-23T01:24:55.5116974Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T01:24:55.6352663Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o 2022-11-23T01:24:55.6365767Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T01:24:56.0275804Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T01:24:56.3291775Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T01:24:56.6618921Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T01:24:56.6868106Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o 2022-11-23T01:24:56.6875041Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T01:24:57.0329346Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o 2022-11-23T01:24:57.1062901Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T01:24:57.6045629Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T01:24:58.0245258Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T01:24:58.0393294Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.o 2022-11-23T01:24:58.6074347Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T01:24:58.6414899Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T01:24:58.9688920Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o 2022-11-23T01:24:59.0459934Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T01:24:59.0808340Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o 2022-11-23T01:24:59.4825075Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T01:24:59.5377317Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T01:24:59.8707375Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T01:24:59.9441761Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T01:24:59.9461668Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o 2022-11-23T01:25:00.3547306Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o 2022-11-23T01:25:00.3617031Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T01:25:00.5683026Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T01:25:00.8719799Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o 2022-11-23T01:25:01.0498504Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T01:25:01.4242635Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T01:25:01.7453998Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T01:25:01.9847652Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T01:25:02.2367346Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.o 2022-11-23T01:25:02.4291011Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T01:25:02.7093369Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o 2022-11-23T01:25:02.7750639Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T01:25:03.1054395Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T01:25:03.5565554Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T01:25:03.9999222Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T01:25:04.1193145Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T01:25:04.2203835Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T01:25:04.2532985Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T01:25:04.4032328Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o 2022-11-23T01:25:04.6936325Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T01:25:05.0854679Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T01:25:05.4911764Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T01:25:05.7755775Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o 2022-11-23T01:25:05.7766423Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T01:25:06.1847921Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T01:25:06.4957704Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T01:25:06.7623275Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o 2022-11-23T01:25:06.7628579Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T01:25:07.0819286Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T01:25:07.3959705Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T01:25:07.4008678Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o 2022-11-23T01:25:07.4028048Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T01:25:07.8273235Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T01:25:08.2571715Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T01:25:08.4783456Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o 2022-11-23T01:25:08.4810487Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T01:25:08.8091972Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o 2022-11-23T01:25:08.8138892Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o 2022-11-23T01:25:08.8256296Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T01:25:09.2991361Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T01:25:09.3975543Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T01:25:09.7549280Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o 2022-11-23T01:25:09.8043903Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T01:25:10.1762847Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T01:25:10.3835843Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.o 2022-11-23T01:25:10.6440686Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T01:25:10.9696305Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T01:25:11.3391824Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T01:25:11.7896873Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T01:25:11.8713086Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T01:25:11.9452763Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T01:25:12.1748454Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o 2022-11-23T01:25:12.3791777Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o 2022-11-23T01:25:12.4669636Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T01:25:12.5245381Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o 2022-11-23T01:25:12.8493763Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T01:25:12.9124108Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o 2022-11-23T01:25:13.3255516Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T01:25:13.7910910Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T01:25:14.2506574Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T01:25:15.2181561Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T01:25:15.3610445Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T01:25:15.5893554Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o 2022-11-23T01:25:15.6270488Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T01:25:15.6625425Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T01:25:15.7071391Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o 2022-11-23T01:25:15.8991434Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T01:25:16.1312673Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o 2022-11-23T01:25:16.3122709Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T01:25:16.7592611Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T01:25:17.0705596Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T01:25:17.2512904Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o 2022-11-23T01:25:17.3946464Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T01:25:17.8151026Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T01:25:18.1345887Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T01:25:18.1501718Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o 2022-11-23T01:25:18.1517915Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T01:25:18.4799784Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T01:25:18.4810341Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.o 2022-11-23T01:25:19.1647889Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T01:25:19.3028932Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o 2022-11-23T01:25:19.3046480Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T01:25:19.7027549Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T01:25:20.0052616Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T01:25:20.1680224Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o 2022-11-23T01:25:20.1693516Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T01:25:20.4878729Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T01:25:20.8230860Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T01:25:21.1017774Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T01:25:21.1045917Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o 2022-11-23T01:25:21.5686854Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T01:25:22.0428940Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T01:25:22.2710649Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o 2022-11-23T01:25:22.5067159Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T01:25:22.5635904Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T01:25:22.6340787Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T01:25:23.0065691Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o 2022-11-23T01:25:23.0111806Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T01:25:23.0733386Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o 2022-11-23T01:25:23.4919576Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T01:25:23.5754547Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T01:25:24.1212391Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T01:25:24.1226913Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o 2022-11-23T01:25:24.5505874Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:25:24.9305037Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T01:25:25.2640641Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o 2022-11-23T01:25:25.2658626Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T01:25:25.3030381Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:25:26.0796132Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:25:26.2371734Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T01:25:26.2434514Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o 2022-11-23T01:25:26.3465974Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T01:25:26.4875360Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.o 2022-11-23T01:25:27.1201306Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T01:25:27.4699685Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.o 2022-11-23T01:25:27.4708546Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T01:25:27.9295000Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T01:25:28.1156231Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.o 2022-11-23T01:25:28.1172469Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T01:25:28.6077127Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T01:25:28.9674980Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T01:25:28.9696046Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.o 2022-11-23T01:25:29.4449456Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T01:25:29.9271887Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T01:25:30.0531745Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.o 2022-11-23T01:25:30.4114676Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T01:25:30.8610929Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T01:25:30.8813501Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T01:25:31.2211131Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.o 2022-11-23T01:25:31.4130369Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T01:25:31.4327207Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T01:25:31.8138935Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.o 2022-11-23T01:25:31.9773564Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T01:25:32.0099425Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T01:25:32.0980955Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T01:25:32.8739432Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.o 2022-11-23T01:25:33.0756250Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T01:25:33.2310299Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T01:25:33.9307258Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.o 2022-11-23T01:25:34.0173194Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T01:25:34.5119666Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.o 2022-11-23T01:25:34.5141777Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:25:34.9100873Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T01:25:34.9118603Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.o 2022-11-23T01:25:35.4084752Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.o 2022-11-23T01:25:35.8544167Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T01:25:36.2063762Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T01:25:36.6368100Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:25:36.6874724Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.o 2022-11-23T01:25:36.7743141Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T01:25:36.8788408Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.o 2022-11-23T01:25:37.5064489Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T01:25:37.8915592Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T01:25:38.3657081Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T01:25:39.0629995Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.o 2022-11-23T01:25:39.3723737Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T01:25:39.4750330Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T01:25:40.1966862Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.o 2022-11-23T01:25:40.4614359Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T01:25:40.5698062Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T01:25:41.0758589Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.o 2022-11-23T01:25:41.1428216Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T01:25:41.3722796Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.o 2022-11-23T01:25:41.5980433Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T01:25:41.9348986Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T01:25:42.0290416Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.o 2022-11-23T01:25:42.4028712Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T01:25:42.5075384Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T01:25:42.8831800Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.o 2022-11-23T01:25:43.0535600Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T01:25:43.0822803Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.o 2022-11-23T01:25:43.1360100Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T01:25:43.6885916Z Compiling functions.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/functions.o 2022-11-23T01:25:43.7472372Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T01:25:43.9814591Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T01:25:44.1612928Z Compiling onerank_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/onerank_reduce.o 2022-11-23T01:25:44.2599498Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T01:25:44.4993910Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T01:25:44.5847581Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T01:25:44.6499235Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T01:25:44.6506343Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T01:25:44.9645447Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T01:25:45.0745955Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T01:25:45.0971304Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T01:25:45.2131857Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T01:25:45.2466542Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:25:45.4918806Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T01:25:45.5329892Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T01:25:45.7751054Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T01:25:45.8471083Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T01:25:45.9110925Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T01:25:46.0680121Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T01:25:46.1918475Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T01:25:46.1925582Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T01:25:46.6333998Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T01:25:46.6742921Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T01:25:46.8887284Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T01:25:47.1131926Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T01:25:47.1239990Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T01:25:47.2756203Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T01:25:47.4411902Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T01:25:47.4980941Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T01:25:47.6207274Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:25:47.7296024Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:25:47.7683992Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T01:25:47.9564705Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T01:25:48.2695967Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T01:25:48.3815846Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T01:25:48.5112215Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T01:25:48.7071902Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T01:25:48.7390519Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T01:25:48.8219085Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T01:25:48.9923616Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T01:25:49.0411962Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T01:25:49.1698206Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T01:25:49.3455942Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T01:25:49.4716026Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T01:25:49.7057999Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T01:25:49.7962100Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T01:25:49.9690264Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T01:25:49.9931434Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T01:25:50.2666892Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T01:25:50.2670582Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T01:25:50.5563023Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T01:25:50.5888045Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T01:25:50.5951282Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T01:25:50.7877110Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T01:25:51.0009942Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T01:25:51.0226814Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T01:25:51.1999630Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T01:25:51.2977053Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T01:25:51.4586735Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T01:25:51.5039132Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T01:25:51.6033285Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T01:25:51.8550833Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T01:25:51.8869549Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T01:25:52.1095671Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T01:25:52.3425262Z Archiving objects > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/colldevice.a 2022-11-23T01:25:52.4417553Z Linking libnccl.so.2.14.3 > /var/lib/jenkins/workspace/build/nccl/lib/libnccl.so.2.14.3 2022-11-23T01:25:52.4710514Z Archiving libnccl_static.a > /var/lib/jenkins/workspace/build/nccl/lib/libnccl_static.a 2022-11-23T01:25:52.5676730Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T01:25:52.5966928Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T01:25:52.6450643Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T01:25:52.7011134Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T01:25:52.8582696Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T01:25:53.0114645Z [ 75%] No install step for 'nccl_external' 2022-11-23T01:25:53.0367040Z [ 75%] Completed 'nccl_external' 2022-11-23T01:25:53.0592901Z [ 75%] Built target nccl_external 2022-11-23T01:25:53.0679960Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o 2022-11-23T01:25:53.0758778Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o 2022-11-23T01:25:53.0992106Z [ 75%] Slimming NCCL 2022-11-23T01:25:53.1485019Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o 2022-11-23T01:25:53.2456575Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T01:25:53.9667155Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T01:25:54.0828349Z /var/lib/jenkins/workspace/build 2022-11-23T01:25:54.0890185Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T01:25:54.0979206Z [ 75%] Built target nccl_slim_external 2022-11-23T01:25:54.1109499Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T01:25:54.3481028Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T01:25:54.5333009Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T01:25:54.5589740Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T01:25:54.7393292Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T01:25:54.8515229Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T01:25:54.9707720Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T01:25:55.1795354Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T01:25:55.3225417Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T01:25:55.3685048Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T01:25:55.4193334Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T01:25:55.5947910Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T01:25:55.8396278Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T01:25:55.9073864Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T01:25:55.9358946Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T01:25:56.1350366Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T01:25:56.1446229Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T01:25:56.2427292Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o 2022-11-23T01:25:56.3407943Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T01:25:56.4805854Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o 2022-11-23T01:25:56.5189192Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T01:25:56.5812518Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T01:25:56.6465077Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o 2022-11-23T01:25:56.6867132Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o 2022-11-23T01:25:56.7866194Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T01:25:56.9373072Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T01:25:56.9635001Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T01:25:57.1040429Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o 2022-11-23T01:25:57.1138204Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o 2022-11-23T01:25:57.2513701Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T01:25:57.3596304Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T01:25:57.3950233Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T01:25:57.4313977Z [ 75%] Linking CXX static library ../../../lib/libgloo_cuda.a 2022-11-23T01:25:57.4373927Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T01:25:57.5269656Z [ 75%] Built target gloo_cuda 2022-11-23T01:25:57.5277614Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T01:25:57.5342652Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T01:25:57.8700065Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T01:25:57.9722526Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T01:25:58.0347079Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T01:25:58.0560268Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T01:25:58.0761494Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T01:25:58.1227983Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T01:25:58.3504386Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T01:25:58.4573180Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T01:25:58.5154847Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T01:25:58.6069909Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T01:25:58.6451559Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T01:25:58.6827668Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T01:25:58.8379106Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T01:25:58.9175727Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T01:25:58.9184949Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T01:25:58.9631619Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T01:25:59.0695585Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T01:25:59.1592538Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.2965461Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.3903641Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.7241808Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.7313963Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.8379051Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.9593820Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:25:59.9999964Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.3279246Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.5200262Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.5680746Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.5949142Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.6969396Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:00.7359584Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.0669536Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.2006659Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.2313757Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.3094082Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.3099720Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.3910976Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.7405581Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.7835607Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.8350785Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.9036024Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:01.9256278Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.3252500Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.3472488Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.3860603Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.4137523Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.5629011Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.5957223Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.8126500Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.8949556Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.9650648Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:02.9743513Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.1963748Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.2149248Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.3390323Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.4794703Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.5928890Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.5993612Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.7074260Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.7777189Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.8646512Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:03.8844541Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.1445434Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.2966865Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.4970192Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.6626112Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.7058997Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.7572816Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:04.8622371Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:05.0163939Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:26:05.0647552Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T01:26:05.0744738Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T01:26:05.2987640Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T01:26:05.4058356Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T01:26:05.4154828Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T01:26:05.4870070Z [ 77%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T01:26:05.5706755Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T01:26:05.6120548Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-11-23T01:26:05.6121324Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:26:05.6121754Z ^~~~~~~ 2022-11-23T01:26:05.6270421Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T01:26:05.6389828Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T01:26:05.7288965Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T01:26:05.7293966Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T01:26:05.8074387Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T01:26:05.8418680Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T01:26:05.9432567Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T01:26:05.9831896Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T01:26:05.9887093Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T01:26:06.0328176Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T01:26:06.0554332Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T01:26:06.1110156Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T01:26:06.2435390Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T01:26:06.2666749Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T01:26:06.4161896Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T01:26:07.0757425Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T01:26:07.1982153Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T01:26:07.2489065Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T01:26:07.2609660Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T01:26:07.3827782Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T01:26:07.4732947Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T01:26:07.8083492Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T01:26:07.9254032Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T01:26:07.9945677Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-11-23T01:26:07.9948215Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:106:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:26:07.9949743Z }; 2022-11-23T01:26:07.9950172Z ^ 2022-11-23T01:26:07.9950947Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T01:26:07.9951924Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:26:07.9952813Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:26:07.9974504Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:26:08.0192413Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:26:08.0193209Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:26:08.0193987Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:26:08.0194825Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:26:08.0195265Z ^~~~~~~~~ 2022-11-23T01:26:08.0196281Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-11-23T01:26:08.0198525Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:171:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:26:08.0199695Z }; 2022-11-23T01:26:08.0200022Z ^ 2022-11-23T01:26:08.0200645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T01:26:08.0201423Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:26:08.0202329Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:26:08.0202999Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:26:08.0203692Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:26:08.0204459Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:26:08.0205208Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:26:08.0205952Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:26:08.0206366Z ^~~~~~~~~ 2022-11-23T01:26:08.0207013Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T01:26:08.0612693Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T01:26:08.2909930Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T01:26:08.3970587Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T01:26:08.9685763Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T01:26:09.1506364Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T01:26:09.2402780Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T01:26:09.4034278Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T01:26:09.4708480Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T01:26:09.4989841Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T01:26:09.6561893Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T01:26:09.6980465Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T01:26:09.8018674Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T01:26:09.9952426Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T01:26:10.0584103Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T01:26:10.0893805Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T01:26:10.2041117Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T01:26:10.2750619Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T01:26:10.4591879Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T01:26:10.5818320Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T01:26:10.6119885Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T01:26:10.7878988Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T01:26:10.8287781Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T01:26:10.8828547Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T01:26:10.9552758Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T01:26:11.0719005Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T01:26:11.1450102Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T01:26:11.3327264Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T01:26:11.4355234Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T01:26:11.4764611Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T01:26:11.7733424Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T01:26:11.8228923Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T01:26:11.9248481Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T01:26:11.9323541Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T01:26:11.9328897Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T01:26:12.0981614Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T01:26:12.2267521Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T01:26:12.3822849Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T01:26:12.4066289Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T01:26:12.4924734Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T01:26:12.4925295Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T01:26:12.9657745Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T01:26:12.9866301Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T01:26:12.9880201Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T01:26:13.0630547Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T01:26:13.0691205Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T01:26:13.2346906Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T01:26:13.4358685Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T01:26:13.5475841Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T01:26:13.5719046Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T01:26:14.1330178Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T01:26:14.2319646Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T01:26:14.3372198Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T01:26:14.4732155Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T01:26:14.4934529Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T01:26:14.5991881Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T01:26:14.6556623Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T01:26:14.7207545Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T01:26:14.7489382Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T01:26:14.8564948Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T01:26:14.9995354Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T01:26:15.0531662Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T01:26:15.1149574Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T01:26:15.1180370Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T01:26:15.2681398Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T01:26:15.3579668Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T01:26:15.5586664Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T01:26:15.6617832Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T01:26:15.6620425Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T01:26:15.6981398Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T01:26:15.8129197Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T01:26:15.8694746Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T01:26:16.0988516Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T01:26:16.2109332Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T01:26:16.2212575Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T01:26:16.2693770Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T01:26:16.2809813Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T01:26:16.4469720Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T01:26:16.6004262Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T01:26:16.7036366Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T01:26:16.7614181Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T01:26:16.8173652Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T01:26:16.9521198Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T01:26:17.0143653Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T01:26:17.2912521Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T01:26:17.3143380Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T01:26:17.3206452Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T01:26:17.3628501Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T01:26:17.4825656Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T01:26:17.5410618Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T01:26:17.6311277Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T01:26:17.6758618Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T01:26:17.8063116Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T01:26:17.9038815Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T01:26:18.0054106Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T01:26:18.0833582Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T01:26:18.3501225Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T01:26:18.4464186Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T01:26:18.5375109Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T01:26:18.6270824Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T01:26:18.7479247Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T01:26:18.9483471Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T01:26:19.0594502Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T01:26:19.1438991Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T01:26:19.1756506Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T01:26:19.2481186Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T01:26:19.3162942Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T01:26:19.5905583Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T01:26:19.7788589Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T01:26:19.8282278Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T01:26:19.8348045Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T01:26:19.8951032Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T01:26:20.0672968Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T01:26:20.1905220Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T01:26:20.3091577Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T01:26:20.3775585Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T01:26:20.3984461Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T01:26:20.5044092Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T01:26:20.6192593Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T01:26:20.8363345Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T01:26:20.9457902Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T01:26:20.9561221Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T01:26:21.0662900Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T01:26:21.1265220Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T01:26:21.1536052Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T01:26:21.5357741Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T01:26:21.5622872Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T01:26:21.6683414Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T01:26:22.0733316Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T01:26:22.0956921Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T01:26:22.1442263Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T01:26:22.1521091Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T01:26:22.2322992Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T01:26:22.2536857Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T01:26:22.6458826Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T01:26:22.6509818Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T01:26:22.6989936Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T01:26:22.7389367Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T01:26:22.8155191Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T01:26:23.1920032Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T01:26:23.2163209Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T01:26:23.2275880Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T01:26:23.2951479Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T01:26:23.6167098Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T01:26:23.7825379Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T01:26:23.7826714Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T01:26:23.9032069Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T01:26:23.9508926Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T01:26:24.1377925Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T01:26:24.2939283Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T01:26:24.3261016Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T01:26:24.3533200Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T01:26:24.4631410Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T01:26:24.5030030Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T01:26:24.7016329Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T01:26:24.8413707Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T01:26:24.9169330Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T01:26:24.9694231Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T01:26:25.0574798Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T01:26:25.1060358Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T01:26:25.4342104Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T01:26:25.4348110Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T01:26:25.4908383Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T01:26:25.6198982Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T01:26:25.6386503Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T01:26:25.9055623Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T01:26:25.9211103Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T01:26:25.9467526Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T01:26:26.0572358Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T01:26:26.1455794Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T01:26:26.1829873Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T01:26:26.4900170Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T01:26:26.5279611Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T01:26:26.6191102Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T01:26:26.6871324Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T01:26:26.9475224Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T01:26:27.0332566Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T01:26:27.1739343Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T01:26:27.2428734Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T01:26:27.2515581Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T01:26:27.4395922Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T01:26:27.5423795Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T01:26:27.5984819Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T01:26:27.6480299Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T01:26:27.7072512Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T01:26:27.7752138Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T01:26:28.1631522Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T01:26:28.2209299Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T01:26:28.2458938Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T01:26:28.3593477Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T01:26:28.4944656Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T01:26:28.5786635Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T01:26:28.8176027Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T01:26:28.9197122Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T01:26:28.9422754Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T01:26:29.1555611Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T01:26:29.1695582Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T01:26:29.3582449Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T01:26:29.3996624Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T01:26:29.4945278Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T01:26:29.8492108Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T01:26:29.9959892Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T01:26:30.0236037Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T01:26:30.2975466Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T01:26:30.3309994Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T01:26:30.3378824Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T01:26:30.4270285Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T01:26:30.4627349Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T01:26:30.7952810Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T01:26:30.9957802Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T01:26:31.0216308Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T01:26:31.0262115Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T01:26:31.5424960Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T01:26:31.6060063Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T01:26:31.7926488Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T01:26:31.9511039Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T01:26:32.1446503Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T01:26:32.1481103Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T01:26:32.2267311Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T01:26:32.4038737Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T01:26:32.4471493Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T01:26:32.4934311Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T01:26:32.6249257Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T01:26:32.7824305Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T01:26:32.9674711Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T01:26:33.0031483Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T01:26:33.2084214Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T01:26:33.2193939Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T01:26:33.3041981Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T01:26:33.4336367Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T01:26:33.7519023Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T01:26:34.1027188Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T01:26:34.1831412Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T01:26:34.2602030Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T01:26:34.3030043Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T01:26:34.4374733Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T01:26:34.6588516Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T01:26:34.8802870Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T01:26:35.0865500Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T01:26:35.0938268Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T01:26:35.2966359Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T01:26:35.4563512Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T01:26:35.4831082Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T01:26:35.7433532Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T01:26:35.8610884Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T01:26:35.9407704Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T01:26:36.2647800Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T01:26:36.4560732Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T01:26:36.4828215Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T01:26:36.5149826Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T01:26:36.7779132Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T01:26:36.8757687Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T01:26:37.2193175Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T01:26:37.4327695Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T01:26:37.6623771Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T01:26:37.7521943Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T01:26:37.7784670Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T01:26:37.8825756Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T01:26:38.3239817Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T01:26:38.5039986Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T01:26:38.7449087Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T01:26:38.8146460Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T01:26:38.9110596Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T01:26:38.9793266Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T01:26:39.3534498Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T01:26:39.4070475Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T01:26:39.5698408Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T01:26:39.6349809Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T01:26:39.7963827Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T01:26:39.8186115Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T01:26:39.9185357Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T01:26:40.0022370Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T01:26:40.0565576Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T01:26:40.1699619Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T01:26:40.2885695Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T01:26:40.3102601Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T01:26:40.3551782Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T01:26:40.4792617Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T01:26:40.5549103Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T01:26:40.6947376Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T01:26:40.7226903Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T01:26:40.8756705Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T01:26:40.9109502Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T01:26:41.0322501Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T01:26:41.1004420Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T01:26:41.1215567Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T01:26:41.2146058Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T01:26:41.2895756Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T01:26:41.4143989Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T01:26:41.4363160Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T01:26:41.5852085Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T01:26:41.6268089Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T01:26:41.7624811Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T01:26:41.9570022Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T01:26:41.9960156Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T01:26:42.0082631Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T01:26:42.0936113Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T01:26:42.2595364Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T01:26:42.2707579Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T01:26:42.2947752Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T01:26:42.3410927Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T01:26:42.6699676Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T01:26:42.6889511Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T01:26:42.8197261Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T01:26:42.8414490Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T01:26:42.8809540Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T01:26:42.9784395Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T01:26:43.0278231Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T01:26:43.1964969Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T01:26:43.3320698Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T01:26:43.3593856Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T01:26:43.3913631Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T01:26:43.4354378Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T01:26:43.6614583Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T01:26:43.6640487Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T01:26:43.8782274Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T01:26:44.1884080Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T01:26:44.2086685Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T01:26:44.3377068Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T01:26:44.3757821Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T01:26:44.5119996Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T01:26:44.5321127Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T01:26:44.7429523Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T01:26:44.7917460Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T01:26:45.0676874Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T01:26:45.2354227Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T01:26:45.2983211Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T01:26:45.4054644Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T01:26:45.6214985Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T01:26:45.6770209Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T01:26:45.7022408Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T01:26:45.8160957Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T01:26:45.8871756Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T01:26:46.1850474Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T01:26:46.2562517Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T01:26:46.3471447Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T01:26:46.3973652Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T01:26:46.6476821Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T01:26:46.7489852Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T01:26:46.8410647Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T01:26:46.8412017Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T01:26:46.9042137Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T01:26:47.1533965Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T01:26:47.1937666Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T01:26:47.2109892Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T01:26:47.2288823Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T01:26:47.4151220Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T01:26:47.6814462Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T01:26:47.7751934Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T01:26:47.7809651Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T01:26:47.9806059Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T01:26:48.1943412Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T01:26:48.3266243Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T01:26:48.3280444Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T01:26:48.4610717Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T01:26:48.6300448Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T01:26:48.6697967Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T01:26:48.6711915Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T01:26:48.8591429Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T01:26:48.8657449Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T01:26:49.0103139Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:26:49.1539499Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:26:49.2228688Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:26:49.3257039Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:26:49.4084196Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:26:49.5270684Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:26:49.6792678Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:26:49.9975212Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:26:50.1154368Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:26:50.2366078Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:26:50.3273432Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:26:50.3832728Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:26:50.3951989Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:26:50.6079523Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:26:50.6996514Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:26:50.7149452Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:26:51.0286847Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:26:51.1464979Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:26:51.2165421Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:26:51.4107931Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:26:51.4358387Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:26:51.8662737Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:26:51.9110131Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:26:52.1265429Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:26:52.2221445Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:26:52.2791818Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:26:52.4887517Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:26:52.4974752Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:26:52.5081936Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:26:52.8222775Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:26:52.8804634Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:26:53.1848463Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:26:53.4154511Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:26:53.4654355Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:26:53.5830705Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:26:53.6642157Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:26:53.7219880Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:26:54.0744775Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:26:54.3364399Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:26:54.6157353Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:26:54.7112669Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:26:54.7856343Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:26:54.7865028Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:26:54.8359652Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:26:55.0418321Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:26:55.0479626Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:26:55.2733517Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:26:55.9164077Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:26:55.9416341Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:26:56.0233791Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:26:56.0345474Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:26:56.2859267Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:26:56.4328792Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:26:56.5326225Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:26:56.9778495Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:26:56.9843307Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:26:57.1454236Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:26:57.3634025Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:26:57.5293298Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:26:57.5974523Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:26:57.6614989Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:26:58.0649996Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:26:58.1972015Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:26:58.4026576Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:26:58.4653522Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:26:58.8300263Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:26:58.9657656Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:26:59.0446201Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:26:59.5052003Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:26:59.5489762Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:26:59.7532685Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:26:59.9271569Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:26:59.9547561Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:27:00.0640833Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:27:00.4663837Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:27:00.8137849Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:27:00.8722641Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:27:00.8935737Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:27:00.9031113Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:27:01.2688219Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:27:01.4745188Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:27:01.7522782Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:27:01.8924320Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:27:02.0178870Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:27:02.0692916Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:27:02.0948196Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:27:02.1758481Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:27:02.2112154Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:27:03.0199013Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:27:03.1065288Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:27:03.1471516Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:27:03.2162183Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:27:03.4742687Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:27:03.5454489Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:27:04.2779765Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:27:04.4011679Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:27:04.4304364Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:27:04.4709867Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:27:04.7610879Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:27:04.8000428Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:27:05.5745130Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:27:05.5807432Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:27:05.6676143Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:27:05.7108962Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:27:05.9656075Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:27:06.1447816Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:27:06.9774761Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:27:06.9812301Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:27:06.9827807Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:27:07.0499816Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:27:07.2176589Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:27:07.2510649Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:27:07.8282922Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:27:08.0300215Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:27:08.0516369Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:27:08.0998582Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:27:08.1997928Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:27:08.2528954Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:27:08.7680958Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:27:09.0621441Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:27:09.0637186Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:27:09.1008725Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:27:09.1429574Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:27:09.2258723Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:27:10.0713169Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:27:10.1652938Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:27:10.3387250Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:27:10.4150889Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:27:10.4355873Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:27:10.4638903Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:27:10.8446444Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:27:10.8832146Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:27:11.2088681Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:27:11.3299038Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:27:11.3397388Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T01:27:11.6093876Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T01:27:11.7221288Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:27:11.9319376Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.1058512Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.2575357Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:27:12.3896060Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.3918668Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.5535406Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.6037786Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:12.7440857Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:27:12.9710437Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.0243030Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.2144298Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.2348145Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.2952564Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:27:13.3398831Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.7355840Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.8131793Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.8316375Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.8891858Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.9108039Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:13.9385689Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.3178340Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.3190315Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.4031183Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.4671843Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.5718865Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.6098787Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:27:14.9028559Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.9111374Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:14.9966158Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.0615517Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.2041944Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.2079752Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.5698214Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.5699283Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.5958476Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:27:15.6485353Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.6909829Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.8208629Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:15.9729976Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.0886930Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.2365380Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.6195388Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.7255448Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.7645331Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.8098710Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.8106127Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:16.8900933Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:27:17.1918152Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:27:17.6301660Z [ 85%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:27:35.8356106Z [ 85%] Built target torch_cpu 2022-11-23T01:27:35.8536817Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:27:35.8537962Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:27:35.8554104Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o 2022-11-23T01:27:35.8558381Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:27:35.8799621Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp.o 2022-11-23T01:27:35.8809210Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o 2022-11-23T01:27:36.3237116Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGraph.cpp.o 2022-11-23T01:27:36.3717681Z [ 85%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:27:36.3898639Z [ 85%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:27:36.4084498Z [ 85%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:27:36.4293841Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseDescriptors.cpp.o 2022-11-23T01:27:36.9535972Z [ 85%] Built target TCPStoreTest 2022-11-23T01:27:36.9592990Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CachingHostAllocator.cpp.o 2022-11-23T01:27:36.9773949Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CuSparseHandlePool.cpp.o 2022-11-23T01:27:37.0050248Z [ 85%] Linking CXX executable ../bin/ProcessGroupMPITest 2022-11-23T01:27:37.0066312Z [ 85%] Built target HashStoreTest 2022-11-23T01:27:37.0126701Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/EmptyTensor.cpp.o 2022-11-23T01:27:37.0498644Z [ 85%] Built target FileStoreTest 2022-11-23T01:27:37.0668254Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Exceptions.cpp.o 2022-11-23T01:27:37.1243138Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PeerToPeerAccess.cpp.o 2022-11-23T01:27:37.4253941Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o 2022-11-23T01:27:37.4532619Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o 2022-11-23T01:27:37.4757617Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/LazyNVRTC.cpp.o 2022-11-23T01:27:37.4845759Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_basic.cpp.o 2022-11-23T01:27:37.5318163Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_complex.cpp.o 2022-11-23T01:27:37.5408728Z [ 85%] Built target ProcessGroupMPITest 2022-11-23T01:27:37.5468869Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Resize.cpp.o 2022-11-23T01:27:37.6964580Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cpp.o 2022-11-23T01:27:37.7197901Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cpp.o 2022-11-23T01:27:38.0250345Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o 2022-11-23T01:27:38.0671661Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o 2022-11-23T01:27:38.0938805Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp.o 2022-11-23T01:27:38.1194950Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvShared.cpp.o 2022-11-23T01:27:38.2793841Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v7.cpp.o 2022-11-23T01:27:38.5002772Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v8.cpp.o 2022-11-23T01:27:38.5571460Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o 2022-11-23T01:27:38.5588713Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o 2022-11-23T01:27:38.6860042Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o 2022-11-23T01:27:38.7084406Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:27:38.7543988Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:27:39.0294746Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:27:39.0892570Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cpp.o 2022-11-23T01:27:39.1998662Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp.o 2022-11-23T01:27:39.2506038Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Conv.cpp.o 2022-11-23T01:27:39.2691190Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp.o 2022-11-23T01:27:39.2863426Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp.o 2022-11-23T01:27:39.4943810Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Linear.cpp.o 2022-11-23T01:27:39.8274082Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp.o 2022-11-23T01:27:40.0993551Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp.o 2022-11-23T01:27:40.3473934Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Pooling.cpp.o 2022-11-23T01:27:40.5341329Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o 2022-11-23T01:27:40.5359542Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/AutocastRNN.cpp.o 2022-11-23T01:27:40.7281336Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o 2022-11-23T01:27:40.9398060Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Handle.cpp.o 2022-11-23T01:27:41.0190517Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Types.cpp.o 2022-11-23T01:27:41.2456265Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:27:41.3846316Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:27:41.4228246Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:27:41.6212145Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:27:41.7038919Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:27:41.8798955Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:27:42.0188806Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:27:42.0197737Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:27:42.2571561Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu.o 2022-11-23T01:27:42.8775710Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorFactories.cu.o 2022-11-23T01:27:42.8872013Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Sleep.cu.o 2022-11-23T01:27:43.0105599Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortKeys.cu.o 2022-11-23T01:27:43.0995710Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortPairs.cu.o 2022-11-23T01:27:43.3834317Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub.cu.o 2022-11-23T01:27:43.7483670Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/IndexUtils.cu.o 2022-11-23T01:27:44.5570313Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/jiterator.cu.o 2022-11-23T01:27:45.1506237Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AbsKernel.cu.o 2022-11-23T01:27:45.2270428Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGeluKernel.cu.o 2022-11-23T01:27:45.2591729Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationEluKernel.cu.o 2022-11-23T01:27:45.4959267Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGluKernel.cu.o 2022-11-23T01:27:45.6113819Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu.o 2022-11-23T01:27:46.1763889Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu.o 2022-11-23T01:27:46.6530072Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu.o 2022-11-23T01:27:46.8315566Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu.o 2022-11-23T01:27:46.9712638Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu.o 2022-11-23T01:27:47.0793739Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu.o 2022-11-23T01:27:47.4128879Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationMishKernel.cu.o 2022-11-23T01:27:47.6936931Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationPreluKernel.cu.o 2022-11-23T01:27:48.1753196Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSiluKernel.cu.o 2022-11-23T01:27:48.3876702Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu.o 2022-11-23T01:27:48.4449476Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu.o 2022-11-23T01:27:48.8912501Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu.o 2022-11-23T01:27:48.9454219Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu.o 2022-11-23T01:27:49.4640086Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu.o 2022-11-23T01:27:49.6973666Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu.o 2022-11-23T01:27:49.9871715Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu.o 2022-11-23T01:27:50.3721501Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool2d.cu.o 2022-11-23T01:27:50.3921795Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AmpKernels.cu.o 2022-11-23T01:27:50.9801126Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool3d.cu.o 2022-11-23T01:27:51.2842824Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu.o 2022-11-23T01:27:51.4674544Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu.o 2022-11-23T01:27:51.8664615Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu.o 2022-11-23T01:27:52.0594833Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu.o 2022-11-23T01:27:52.3184665Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu.o 2022-11-23T01:27:52.7932222Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu.o 2022-11-23T01:27:52.9164525Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu.o 2022-11-23T01:27:53.2232987Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu.o 2022-11-23T01:27:53.5074039Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu.o 2022-11-23T01:27:53.5137727Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMulKernel.cu.o 2022-11-23T01:27:54.0968752Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu.o 2022-11-23T01:27:54.3217486Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Bucketization.cu.o 2022-11-23T01:27:54.5792888Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CUDAScalar.cu.o 2022-11-23T01:27:54.9191990Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Col2Im.cu.o 2022-11-23T01:27:55.1361763Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareEQKernel.cu.o 2022-11-23T01:27:55.4068865Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareKernels.cu.o 2022-11-23T01:27:55.7255653Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ComplexKernel.cu.o 2022-11-23T01:27:56.0029558Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ConvolutionMM2d.cu.o 2022-11-23T01:27:56.2169213Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Copy.cu.o 2022-11-23T01:27:56.7032307Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CopysignKernel.cu.o 2022-11-23T01:27:56.8033437Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CrossKernel.cu.o 2022-11-23T01:27:57.1134432Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumminmaxKernel.cu.o 2022-11-23T01:27:57.6047086Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumprodKernel.cu.o 2022-11-23T01:27:57.8923685Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumsumKernel.cu.o 2022-11-23T01:27:58.1557298Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv2d.cu.o 2022-11-23T01:27:58.2917585Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv3d.cu.o 2022-11-23T01:27:58.6731693Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu.o 2022-11-23T01:27:59.2005749Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu.o 2022-11-23T01:27:59.4514496Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistanceKernel.cu.o 2022-11-23T01:27:59.8596860Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionBernoulli.cu.o 2022-11-23T01:27:59.9916429Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu.o 2022-11-23T01:28:00.3470205Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu.o 2022-11-23T01:28:00.7732845Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu.o 2022-11-23T01:28:00.9013724Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu.o 2022-11-23T01:28:01.2071973Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionNormal.cu.o 2022-11-23T01:28:01.8736953Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionRandomKernel.cu.o 2022-11-23T01:28:02.2073935Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionUniform.cu.o 2022-11-23T01:28:02.4046349Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cu.o 2022-11-23T01:28:02.4832301Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Dropout.cu.o 2022-11-23T01:28:02.8255619Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Embedding.cu.o 2022-11-23T01:28:03.2187503Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu.o 2022-11-23T01:28:03.4745661Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o 2022-11-23T01:28:03.9150271Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FillKernel.cu.o 2022-11-23T01:28:04.1999689Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu.o 2022-11-23T01:28:04.5051820Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu.o 2022-11-23T01:28:05.3193475Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu.o 2022-11-23T01:28:05.4847890Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu.o 2022-11-23T01:28:05.5151548Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachReduceOp.cu.o 2022-11-23T01:28:05.9520923Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachUnaryOp.cu.o 2022-11-23T01:28:06.1234162Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu.o 2022-11-23T01:28:06.4410438Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu.o 2022-11-23T01:28:06.9478659Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu.o 2022-11-23T01:28:07.1974853Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FusedAdamKernel.cu.o 2022-11-23T01:28:07.4152528Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GcdLcmKernel.cu.o 2022-11-23T01:28:07.6940496Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cu.o 2022-11-23T01:28:08.0919333Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IGammaKernel.cu.o 2022-11-23T01:28:08.4164097Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Im2Col.cu.o 2022-11-23T01:28:08.4792492Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cu.o 2022-11-23T01:28:08.7314870Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Indexing.cu.o 2022-11-23T01:28:09.0658419Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu.o 2022-11-23T01:28:09.4462220Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Lerp.cu.o 2022-11-23T01:28:09.5301773Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebra.cu.o 2022-11-23T01:28:10.0764549Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogAddExpKernel.cu.o 2022-11-23T01:28:10.2356026Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu.o 2022-11-23T01:28:11.0075782Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Loss.cu.o 2022-11-23T01:28:11.1197609Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LossCTC.cu.o 2022-11-23T01:28:11.4905736Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu.o 2022-11-23T01:28:11.6537310Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxUnpooling.cu.o 2022-11-23T01:28:12.2493414Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu.o 2022-11-23T01:28:12.6193799Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiMarginLoss.cu.o 2022-11-23T01:28:12.7577950Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultinomialKernel.cu.o 2022-11-23T01:28:12.8314285Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NLLLoss2d.cu.o 2022-11-23T01:28:13.0191021Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu.o 2022-11-23T01:28:13.6131143Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu.o 2022-11-23T01:28:13.8849458Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu.o 2022-11-23T01:28:14.2292715Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Nonzero.cu.o 2022-11-23T01:28:14.6675760Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Normalization.cu.o 2022-11-23T01:28:14.6787749Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu.o 2022-11-23T01:28:15.1913224Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PowKernel.cu.o 2022-11-23T01:28:15.5458310Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RNN.cu.o 2022-11-23T01:28:15.9075117Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Randperm.cu.o 2022-11-23T01:28:16.4953373Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RangeFactories.cu.o 2022-11-23T01:28:16.6139115Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RecordStream.cu.o 2022-11-23T01:28:16.7030972Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Reduce.cu.o 2022-11-23T01:28:16.9823186Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu.o 2022-11-23T01:28:17.2890263Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu.o 2022-11-23T01:28:17.9085413Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu.o 2022-11-23T01:28:18.0926700Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceLogicKernel.cu.o 2022-11-23T01:28:18.1943661Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu.o 2022-11-23T01:28:18.3684668Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu.o 2022-11-23T01:28:18.8157195Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMomentKernel.cu.o 2022-11-23T01:28:18.9873161Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceNormKernel.cu.o 2022-11-23T01:28:19.4747961Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu.o 2022-11-23T01:28:19.6593933Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReflectionPad.cu.o 2022-11-23T01:28:19.8714451Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RenormKernel.cu.o 2022-11-23T01:28:20.2877481Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Repeat.cu.o 2022-11-23T01:28:20.4674555Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReplicationPadding.cu.o 2022-11-23T01:28:20.8116383Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RreluWithNoise.cu.o 2022-11-23T01:28:20.9872810Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScatterGatherKernel.cu.o 2022-11-23T01:28:21.3678577Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SegmentReduce.cu.o 2022-11-23T01:28:21.5822454Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Shape.cu.o 2022-11-23T01:28:22.1077430Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SoftMax.cu.o 2022-11-23T01:28:22.3385594Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cu.o 2022-11-23T01:28:22.7637518Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortImpl.cu.o 2022-11-23T01:28:22.8432609Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortStable.cu.o 2022-11-23T01:28:23.5531555Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cu.o 2022-11-23T01:28:23.6084669Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu.o 2022-11-23T01:28:24.0551510Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseMM.cu.o 2022-11-23T01:28:24.5179059Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cu.o 2022-11-23T01:28:25.0080228Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/StepKernel.cu.o 2022-11-23T01:28:25.1703212Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SummaryOps.cu.o 2022-11-23T01:28:25.3432857Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cu.o 2022-11-23T01:28:25.9064157Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cu.o 2022-11-23T01:28:26.0333046Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cu.o 2022-11-23T01:28:26.0728123Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTransformations.cu.o 2022-11-23T01:28:26.5072007Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TriangularOps.cu.o 2022-11-23T01:28:26.8759272Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryComplexKernels.cu.o 2022-11-23T01:28:27.2356945Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryFractionKernels.cu.o 2022-11-23T01:28:28.0149054Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGammaKernels.cu.o 2022-11-23T01:28:28.0413305Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu.o 2022-11-23T01:28:28.4592376Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu.o 2022-11-23T01:28:28.6060089Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu.o 2022-11-23T01:28:28.6814992Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu.o 2022-11-23T01:28:28.7513329Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu.o 2022-11-23T01:28:29.4793132Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu.o 2022-11-23T01:28:29.6205976Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu.o 2022-11-23T01:28:30.0352266Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu.o 2022-11-23T01:28:30.2431872Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu.o 2022-11-23T01:28:30.3109555Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu.o 2022-11-23T01:28:30.8195320Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu.o 2022-11-23T01:28:31.0714188Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu.o 2022-11-23T01:28:31.3308323Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryLogKernels.cu.o 2022-11-23T01:28:31.6129982Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryOpsKernel.cu.o 2022-11-23T01:28:31.7431958Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySignKernels.cu.o 2022-11-23T01:28:32.2280705Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu.o 2022-11-23T01:28:32.3895635Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu.o 2022-11-23T01:28:32.6351764Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UniqueCub.cu.o 2022-11-23T01:28:32.9442805Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu.o 2022-11-23T01:28:33.3820828Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu.o 2022-11-23T01:28:33.4762899Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleLinear1d.cu.o 2022-11-23T01:28:33.8380705Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest1d.cu.o 2022-11-23T01:28:34.2915439Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest2d.cu.o 2022-11-23T01:28:34.6713797Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest3d.cu.o 2022-11-23T01:28:34.9193266Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu.o 2022-11-23T01:28:35.1905951Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu.o 2022-11-23T01:28:35.3556578Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/WeightNorm.cu.o 2022-11-23T01:28:35.6189527Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ZetaKernel.cu.o 2022-11-23T01:28:35.9875298Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/airy_ai.cu.o 2022-11-23T01:28:36.4476437Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j0.cu.o 2022-11-23T01:28:36.7643735Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j1.cu.o 2022-11-23T01:28:37.0928394Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y0.cu.o 2022-11-23T01:28:37.2116959Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y1.cu.o 2022-11-23T01:28:37.3513477Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu.o 2022-11-23T01:28:37.7309884Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu.o 2022-11-23T01:28:38.0470375Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu.o 2022-11-23T01:28:38.2222040Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu.o 2022-11-23T01:28:38.6599422Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu.o 2022-11-23T01:28:38.8401272Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_impl.cu.o 2022-11-23T01:28:39.2308488Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/group_norm_kernel.cu.o 2022-11-23T01:28:39.4469140Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_h.cu.o 2022-11-23T01:28:39.7001068Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_he.cu.o 2022-11-23T01:28:39.9977721Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu.o 2022-11-23T01:28:40.3717195Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/layer_norm_kernel.cu.o 2022-11-23T01:28:40.6117210Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/legendre_polynomial_p.cu.o 2022-11-23T01:28:41.0527751Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i0.cu.o 2022-11-23T01:28:41.1398391Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i1.cu.o 2022-11-23T01:28:41.5091638Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k0.cu.o 2022-11-23T01:28:41.7624596Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k1.cu.o 2022-11-23T01:28:42.1792299Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu.o 2022-11-23T01:28:42.3876919Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu.o 2022-11-23T01:28:42.5864713Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu.o 2022-11-23T01:28:42.8261526Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu.o 2022-11-23T01:28:43.2588366Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu.o 2022-11-23T01:28:43.4674645Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu.o 2022-11-23T01:28:43.6857999Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/spherical_bessel_j0.cu.o 2022-11-23T01:28:43.9833886Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu.o 2022-11-23T01:28:44.2954350Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu.o 2022-11-23T01:28:44.5654913Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu.o 2022-11-23T01:28:44.8703226Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SoftMax.cu.o 2022-11-23T01:28:45.0040498Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu.o 2022-11-23T01:28:45.4430907Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu.o 2022-11-23T01:28:47.1353286Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu.o 2022-11-23T01:28:47.6228404Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu.o 2022-11-23T01:28:48.3917822Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cu.o 2022-11-23T01:28:48.5422677Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu.o 2022-11-23T01:28:48.8158920Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu.o 2022-11-23T01:28:49.5406120Z /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-11-23T01:28:49.5407045Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:44: warning: ‘CUSPARSE_COOMM_ALG2’ is deprecated: please use CUSPARSE_SPMM_COO_ALG2 instead [-Wdeprecated-declarations] 2022-11-23T01:28:49.5407622Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-11-23T01:28:49.5407916Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:28:49.5523094Z /usr/local/cuda/include/cusparse.h:6537:1: note: declared here 2022-11-23T01:28:49.5523588Z CUSPARSE_COOMM_ALG2 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG2) = 2, 2022-11-23T01:28:49.5523968Z ^ ~~~~~~~~~~~~~~~ 2022-11-23T01:28:49.5525037Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:66: warning: ‘CUSPARSE_COOMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_COO_ALG1 instead [-Wdeprecated-declarations] 2022-11-23T01:28:49.5525798Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-11-23T01:28:49.5624099Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:28:49.5626742Z /usr/local/cuda/include/cusparse.h:6536:1: note: declared here 2022-11-23T01:28:49.5627664Z CUSPARSE_COOMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG1) = 1, 2022-11-23T01:28:49.5628176Z ^ ~~~~~~~~~~~~~~~ 2022-11-23T01:28:49.5675138Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu.o 2022-11-23T01:28:50.2038644Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu.o 2022-11-23T01:28:50.4488718Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu.o 2022-11-23T01:28:50.6954763Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu.o 2022-11-23T01:28:51.1629696Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention.cu.o 2022-11-23T01:28:51.3399732Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention_backward.cu.o 2022-11-23T01:28:51.4474648Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_dispatch.cu.o 2022-11-23T01:28:51.9745658Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16.cu.o 2022-11-23T01:28:52.2713411Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned.cu.o 2022-11-23T01:28:52.6400238Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k128.cu.o 2022-11-23T01:28:53.9310104Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k64.cu.o 2022-11-23T01:28:54.9712345Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k128.cu.o 2022-11-23T01:28:55.1575727Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k64.cu.o 2022-11-23T01:28:55.8660881Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16.cu.o 2022-11-23T01:28:56.7394985Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned.cu.o 2022-11-23T01:28:56.9190354Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k128.cu.o 2022-11-23T01:28:58.5654729Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k64.cu.o 2022-11-23T01:28:58.8002166Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k128.cu.o 2022-11-23T01:28:59.3477675Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k64.cu.o 2022-11-23T01:29:00.3031428Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32.cu.o 2022-11-23T01:29:00.7752577Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned.cu.o 2022-11-23T01:29:01.2516092Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k128.cu.o 2022-11-23T01:29:02.3091232Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k64.cu.o 2022-11-23T01:29:02.5954736Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k128.cu.o 2022-11-23T01:29:03.6792810Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k64.cu.o 2022-11-23T01:29:04.2078371Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16.cu.o 2022-11-23T01:29:04.9597098Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16_aligned.cu.o 2022-11-23T01:29:05.8156221Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16.cu.o 2022-11-23T01:29:06.2480074Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16_aligned.cu.o 2022-11-23T01:29:07.0353841Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32.cu.o 2022-11-23T01:29:07.8833256Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32_aligned.cu.o 2022-11-23T01:29:08.1849956Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:29:09.0476309Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:29:09.6700652Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:29:09.7242907Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:29:09.8238827Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:29:10.1718861Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/UfuncCUDA_add.cu.o 2022-11-23T01:29:10.3381810Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDABlas.cpp.o 2022-11-23T01:29:10.3681916Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseBlas.cpp.o 2022-11-23T01:29:10.4510096Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CublasHandlePool.cpp.o 2022-11-23T01:29:10.8311433Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Activation.cpp.o 2022-11-23T01:29:10.9476967Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp.o 2022-11-23T01:29:11.1060385Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Blas.cpp.o 2022-11-23T01:29:11.2451124Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cpp.o 2022-11-23T01:29:11.3115357Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Equal.cpp.o 2022-11-23T01:29:11.3750897Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cpp.o 2022-11-23T01:29:11.5377588Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cpp.o 2022-11-23T01:29:11.6403864Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceOps.cpp.o 2022-11-23T01:29:11.6704719Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScanKernels.cpp.o 2022-11-23T01:29:11.7051103Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cpp.o 2022-11-23T01:29:11.7964167Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cpp.o 2022-11-23T01:29:11.8548084Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cpp.o 2022-11-23T01:29:11.9715605Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp.o 2022-11-23T01:29:12.1087222Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cpp.o 2022-11-23T01:29:12.1389225Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/jit_utils.cpp.o 2022-11-23T01:29:12.2054177Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:29:12.3074945Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp.o 2022-11-23T01:29:12.3671672Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp.o 2022-11-23T01:29:12.4902262Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp.o 2022-11-23T01:29:12.5947962Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp.o 2022-11-23T01:29:12.6314122Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp.o 2022-11-23T01:29:12.8104692Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:29:12.9610251Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:29:12.9775551Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-11-23T01:29:12.9776117Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:29:12.9776995Z /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-11-23T01:29:12.9861059Z /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-11-23T01:29:12.9861768Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-11-23T01:29:12.9862053Z ^ 2022-11-23T01:29:12.9862494Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-11-23T01:29:12.9882675Z cusparseStatus_t __err = EXPR; \ 2022-11-23T01:29:12.9883216Z ^~~~ 2022-11-23T01:29:12.9883818Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-11-23T01:29:12.9884656Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:29:12.9885575Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-11-23T01:29:12.9886320Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-11-23T01:29:12.9886784Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:29:12.9923252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-11-23T01:29:12.9923986Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:29:12.9925265Z /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-11-23T01:29:12.9926212Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-11-23T01:29:12.9926668Z ^ 2022-11-23T01:29:12.9927408Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-11-23T01:29:12.9928109Z cusparseStatus_t __err = EXPR; \ 2022-11-23T01:29:12.9928488Z ^~~~ 2022-11-23T01:29:12.9928845Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-11-23T01:29:12.9929319Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:29:12.9929926Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-11-23T01:29:12.9930367Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-11-23T01:29:12.9930708Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:29:12.9963398Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:29:13.0006696Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:29:13.1975474Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:29:13.2061228Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:29:13.5483284Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:29:13.7239987Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:29:13.8803642Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:29:14.0317866Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:29:14.2448971Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:29:14.2831571Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:29:14.6043188Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:29:14.6468028Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:29:14.9647599Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:29:15.0929465Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:29:15.2994061Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:29:15.3232149Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:29:15.7039093Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:29:15.7211183Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:29:15.7455406Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:29:16.1100040Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:29:16.1909515Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:29:16.4444753Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:29:16.8546865Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:29:16.8951643Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:29:17.0986749Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:29:17.1100942Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:29:17.2856748Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:29:17.4680153Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:29:17.9068074Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:29:18.0105595Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:29:18.1094505Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:29:18.1199577Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:29:18.2453702Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:29:18.5138194Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:29:19.0062416Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:29:19.0340161Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:29:19.2130100Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:29:19.2764197Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:29:19.3529053Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:29:19.5017901Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:29:20.0156694Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:29:20.1035472Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:29:20.2269064Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:29:20.3920117Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:29:20.4641210Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:29:20.5442710Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:29:21.1109610Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:29:21.1406248Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:29:21.3096186Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:29:21.3728878Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:29:21.5423678Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:29:21.5861325Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:29:22.1505717Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:29:22.2930992Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:29:22.3961742Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:29:22.4542049Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:29:22.4573499Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:29:22.6227487Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:29:23.2261274Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:29:23.3339701Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:29:23.4867145Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:29:23.5164687Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:29:23.5305576Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:29:23.6797222Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:29:24.3363556Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:29:24.4009005Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:29:24.7096341Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:29:24.7523874Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:29:24.8017297Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:29:24.8514921Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:29:25.4158914Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:29:25.5400242Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:29:25.8549497Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:29:25.8947067Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:29:25.9360445Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:29:25.9714829Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:29:26.2266622Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:29:26.4109372Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:29:26.6231264Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:29:27.0530785Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:29:27.0649860Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:29:27.1131530Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:29:27.1137442Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:29:27.4757038Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:29:27.7231911Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:29:27.9432814Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:29:28.1549038Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:29:28.1588092Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:29:28.2761850Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:29:28.6031288Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:29:28.7722573Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:29:29.0506775Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:29:29.2474302Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:29:29.2511821Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:29:29.3603377Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:29:29.6891338Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:29:30.0227253Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:29:30.1432167Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:29:30.3346395Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:29:30.3411138Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:29:30.4002006Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:29:30.8438487Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:29:31.2021715Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:29:31.2451262Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:29:31.2504798Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:29:31.2877562Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:29:31.3972582Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:29:31.4738289Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:29:31.8399935Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Unique.cu.o 2022-11-23T01:29:33.7094509Z [ 91%] Linking CXX shared library ../lib/libtorch_cuda.so 2022-11-23T01:29:37.3744851Z [ 91%] Built target torch_cuda 2022-11-23T01:29:37.3902867Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:29:37.3903779Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp.o 2022-11-23T01:29:37.3925984Z [ 91%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:29:37.3926636Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:29:37.3928700Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:29:37.3954530Z [ 91%] Building CUDA object test_cpp_c10d/CMakeFiles/c10d_cuda_test.dir/CUDATest.cu.o 2022-11-23T01:29:37.4553548Z [ 91%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:29:38.0502997Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:29:38.1517351Z [ 91%] Built target torch 2022-11-23T01:29:38.1747132Z [ 91%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:29:38.4532449Z [ 91%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:29:38.4844982Z [ 91%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:29:38.4971969Z [ 91%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:29:38.5236456Z [ 91%] Linking CXX shared library ../lib/libc10d_cuda_test.so 2022-11-23T01:29:38.6115530Z [ 91%] Linking CXX shared library ../lib/libtorch_cuda_linalg.so 2022-11-23T01:29:38.7973042Z [ 91%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:29:39.0792461Z [ 91%] Built target example_allreduce 2022-11-23T01:29:39.0967402Z [ 91%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:29:39.2247364Z [ 91%] Built target c10d_cuda_test 2022-11-23T01:29:39.2403091Z [ 91%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:29:39.2457927Z [ 91%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:29:39.3260173Z [ 91%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:29:39.7355180Z [ 91%] Built target Dimname_test 2022-11-23T01:29:39.7501773Z [ 91%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:29:40.0138907Z [ 91%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:29:40.1216280Z [ 91%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:29:40.1694340Z [ 91%] Built target Dict_test 2022-11-23T01:29:40.1866128Z [ 91%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:29:40.2716215Z [ 91%] Built target MaybeOwned_test 2022-11-23T01:29:40.2950623Z [ 91%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:29:40.6995019Z [ 91%] Linking CXX executable ../bin/atest 2022-11-23T01:29:41.0003265Z [ 91%] Built target NamedTensor_test 2022-11-23T01:29:41.0192403Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:29:41.1064181Z [ 91%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:29:41.1705230Z [ 91%] Built target torch_cuda_linalg 2022-11-23T01:29:41.1868483Z [ 91%] Built target apply_utils_test 2022-11-23T01:29:41.1922656Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:29:41.2053370Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:29:41.2355936Z [ 91%] Linking CXX executable ../bin/basic 2022-11-23T01:29:41.6678648Z [ 91%] Built target atest 2022-11-23T01:29:41.6912632Z [ 91%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:29:42.0349816Z [ 91%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:29:42.1297260Z [ 91%] Built target broadcast_test 2022-11-23T01:29:42.1517228Z [ 91%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:29:42.1706892Z [ 91%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:29:42.2751474Z [ 91%] Built target basic 2022-11-23T01:29:42.3034924Z [ 91%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:29:42.4830666Z [ 92%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:29:42.6349688Z [ 92%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:29:43.0920077Z [ 92%] Built target cpu_generator_test 2022-11-23T01:29:43.1108092Z [ 92%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:29:43.1650905Z [ 92%] Built target cpu_profiling_allocator_test 2022-11-23T01:29:43.1797160Z [ 92%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:29:43.1888705Z [ 92%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:29:43.2495172Z [ 92%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:29:43.4171189Z [ 92%] Built target cpu_rng_test 2022-11-23T01:29:43.4388530Z [ 92%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:29:43.6930277Z [ 92%] Built target dispatch_key_set_test 2022-11-23T01:29:43.7119746Z [ 92%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:29:44.1752903Z [ 92%] Linking CXX executable ../bin/half_test 2022-11-23T01:29:44.2270452Z [ 92%] Built target extension_backend_test 2022-11-23T01:29:44.2536318Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:29:44.2716418Z [ 92%] Built target dlconvertor_test 2022-11-23T01:29:44.2969639Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:29:44.3724528Z [ 92%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:29:44.4472191Z [ 92%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:29:44.6039944Z [ 92%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:29:45.2025121Z [ 92%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:29:45.2139401Z [ 92%] Built target half_test 2022-11-23T01:29:45.2327685Z [ 92%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:29:45.2568289Z [ 92%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:29:45.4285222Z [ 92%] Built target ivalue_test 2022-11-23T01:29:45.4448713Z [ 92%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:29:45.4706732Z [ 92%] Built target math_kernel_test 2022-11-23T01:29:45.5000694Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:29:45.5634417Z [ 92%] Built target lazy_tensor_test 2022-11-23T01:29:45.5951086Z [ 92%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:29:45.8389274Z [ 92%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:29:46.1850021Z [ 92%] Built target memory_format_test 2022-11-23T01:29:46.2069775Z [ 92%] Built target memory_overlapping_test 2022-11-23T01:29:46.2213757Z [ 92%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:29:46.2347796Z [ 92%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:29:46.4699211Z [ 92%] Linking CXX executable ../bin/operators_test 2022-11-23T01:29:46.5331104Z [ 92%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:29:46.5331765Z [ 92%] Linking CXX executable ../bin/native_test 2022-11-23T01:29:46.8484029Z [ 92%] Built target operator_name_test 2022-11-23T01:29:46.8653332Z [ 92%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:29:47.2534430Z [ 92%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:29:47.4359696Z [ 92%] Built target mobile_memory_cleanup 2022-11-23T01:29:47.4499602Z [ 92%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:29:47.5092384Z [ 92%] Linking CXX executable ../bin/pow_test 2022-11-23T01:29:47.5155734Z [ 92%] Built target operators_test 2022-11-23T01:29:47.5345794Z [ 92%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:29:47.5752556Z [ 92%] Built target native_test 2022-11-23T01:29:47.6018317Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:29:47.7387533Z [ 92%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:29:48.2970404Z [ 92%] Built target pow_test 2022-11-23T01:29:48.3095127Z [ 92%] Built target packedtensoraccessor_test 2022-11-23T01:29:48.3139598Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:29:48.3348006Z [ 92%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:29:48.5073624Z [ 92%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:29:48.6345759Z [ 92%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:29:48.6610728Z [ 92%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:29:48.7495165Z [ 92%] Built target quantized_test 2022-11-23T01:29:48.7802666Z [ 92%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:29:49.2617286Z [ 92%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:29:49.3936089Z [ 92%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:29:49.5750420Z [ 92%] Built target reportMemoryUsage_test 2022-11-23T01:29:49.5931686Z [ 92%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:29:49.6859527Z [ 92%] Built target reduce_ops_test 2022-11-23T01:29:49.7027138Z [ 92%] Built target scalar_tensor_test 2022-11-23T01:29:49.7069057Z [ 92%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:29:49.7228686Z [ 92%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:29:49.8266062Z [ 92%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:29:50.2050412Z [ 92%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:29:50.2319241Z [ 92%] Built target scalar_test 2022-11-23T01:29:50.2490323Z [ 92%] Built target stride_properties_test 2022-11-23T01:29:50.2532738Z [ 92%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:29:50.2681999Z [ 92%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:29:50.5466223Z [ 92%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:29:50.7794263Z [ 92%] Built target tensor_iterator_test 2022-11-23T01:29:50.8025814Z [ 92%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:29:51.0241145Z [ 92%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:29:51.0908821Z [ 92%] Linking CXX executable ../bin/variant_test 2022-11-23T01:29:51.1863026Z [ 92%] Built target type_ptr_test 2022-11-23T01:29:51.2006627Z [ 92%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:29:51.3153949Z [ 92%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:29:51.4771094Z [ 92%] Built target thread_init_test 2022-11-23T01:29:51.4968238Z [ 92%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:29:51.6546802Z [ 92%] Linking CXX executable ../bin/type_test 2022-11-23T01:29:52.0806515Z [ 92%] Built target test_parallel 2022-11-23T01:29:52.0886579Z [ 92%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:29:52.0981443Z [ 92%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:29:52.1459699Z [ 92%] Built target undefined_tensor_test 2022-11-23T01:29:52.1688905Z [ 92%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:29:52.2029869Z [ 92%] Built target variant_test 2022-11-23T01:29:52.2278375Z [ 92%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:29:52.4242367Z [ 92%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:29:52.6063660Z [ 92%] Built target type_test 2022-11-23T01:29:52.6268191Z [ 92%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:29:52.8025338Z [ 92%] Built target verify_api_visibility 2022-11-23T01:29:52.8254210Z [ 92%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:29:53.1579187Z [ 92%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:29:53.2246659Z [ 92%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:29:53.2709553Z [ 92%] Linking CXX executable ../bin/List_test 2022-11-23T01:29:53.2908109Z [ 93%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:29:53.3573119Z [ 93%] Built target vmap_test 2022-11-23T01:29:53.3788161Z [ 93%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:29:53.4037246Z [ 93%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:29:53.9616055Z [ 93%] Built target weakref_test 2022-11-23T01:29:53.9776825Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T01:29:54.0604834Z [ 93%] Built target wrapdim_test 2022-11-23T01:29:54.0785152Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:29:54.3653324Z [ 93%] Built target List_test 2022-11-23T01:29:54.3653964Z [ 93%] Built target xla_tensor_test 2022-11-23T01:29:54.3803865Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T01:29:54.3824013Z [ 93%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:29:54.3880019Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:29:54.4661897Z [ 93%] Built target IListRef_test 2022-11-23T01:29:54.4795366Z [ 93%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:29:54.4964228Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:29:54.6203504Z [ 93%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:29:54.9134395Z [ 93%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:29:54.9462139Z [ 93%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:29:55.0112560Z [ 93%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:29:55.4095800Z [ 93%] Built target KernelFunction_test 2022-11-23T01:29:55.4285849Z [ 93%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T01:29:55.5332706Z [ 93%] Built target kernel_function_test 2022-11-23T01:29:55.5342949Z [ 93%] Built target kernel_function_legacy_test 2022-11-23T01:29:55.5491497Z [ 93%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:29:55.5542646Z [ 93%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:29:55.7349760Z [ 93%] Built target kernel_lambda_legacy_test 2022-11-23T01:29:55.7513110Z [ 93%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:29:55.8789488Z [ 93%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:29:55.8790157Z [ 93%] Built target kernel_lambda_test 2022-11-23T01:29:55.8978354Z [ 93%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:29:55.9646557Z [ 93%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:29:56.0539937Z [ 93%] Built target kernel_stackbased_test 2022-11-23T01:29:56.0735460Z [ 93%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:29:56.0742936Z [ 93%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:29:56.4428497Z [ 93%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:29:56.4458122Z [ 93%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:29:56.4868145Z [ 93%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:29:56.9196005Z [ 93%] Built target CppSignature_test 2022-11-23T01:29:56.9389835Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_apply_test.dir/__/aten/src/ATen/test/cuda_apply_test.cpp.o 2022-11-23T01:29:56.9707535Z [ 93%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:29:56.9823320Z [ 93%] Built target op_allowlist_test 2022-11-23T01:29:56.9902694Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_atomic_ops_test.dir/__/aten/src/ATen/test/cuda_atomic_ops_test.cu.o 2022-11-23T01:29:57.0006416Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_caching_host_allocator_test.dir/__/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp.o 2022-11-23T01:29:57.1989193Z [ 93%] Built target inline_container_test 2022-11-23T01:29:57.2338562Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_complex_math_test.dir/__/aten/src/ATen/test/cuda_complex_math_test.cu.o 2022-11-23T01:29:57.5231745Z [ 93%] Built target backend_fallback_test 2022-11-23T01:29:57.5431204Z [ 93%] Linking CXX executable ../bin/cuda_apply_test 2022-11-23T01:29:57.5548805Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_complex_test.dir/__/aten/src/ATen/test/cuda_complex_test.cu.o 2022-11-23T01:29:57.6042978Z [ 93%] Built target op_registration_test 2022-11-23T01:29:57.7273283Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_cub_test.dir/__/aten/src/ATen/test/cuda_cub_test.cu.o 2022-11-23T01:29:58.2335933Z [ 93%] Linking CXX executable ../bin/cuda_caching_host_allocator_test 2022-11-23T01:29:58.4388003Z [ 93%] Linking CXX executable ../bin/cuda_complex_math_test 2022-11-23T01:29:58.5346586Z [ 93%] Linking CXX executable ../bin/cuda_atomic_ops_test 2022-11-23T01:29:58.6111057Z [ 93%] Built target cuda_apply_test 2022-11-23T01:29:58.6339188Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_device_test.dir/__/aten/src/ATen/test/cuda_device_test.cpp.o 2022-11-23T01:29:59.0150671Z [ 93%] Linking CXX executable ../bin/cuda_device_test 2022-11-23T01:29:59.0528346Z [ 93%] Linking CXX executable ../bin/cuda_complex_test 2022-11-23T01:29:59.3063499Z [ 93%] Built target cuda_complex_math_test 2022-11-23T01:29:59.3223979Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_distributions_test.dir/__/aten/src/ATen/test/cuda_distributions_test.cu.o 2022-11-23T01:29:59.4091085Z [ 93%] Built target cuda_caching_host_allocator_test 2022-11-23T01:29:59.4311261Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_dlconvertor_test.dir/__/aten/src/ATen/test/cuda_dlconvertor_test.cpp.o 2022-11-23T01:29:59.5414799Z [ 93%] Linking CXX executable ../bin/cuda_cub_test 2022-11-23T01:29:59.5958303Z [ 93%] Built target cuda_atomic_ops_test 2022-11-23T01:29:59.6584793Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_generator_test.dir/__/aten/src/ATen/test/cuda_generator_test.cu.o 2022-11-23T01:30:00.0632327Z [ 93%] Built target cuda_complex_test 2022-11-23T01:30:00.1274163Z [ 93%] Built target cuda_device_test 2022-11-23T01:30:00.1470735Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_half_test.dir/__/aten/src/ATen/test/cuda_half_test.cu.o 2022-11-23T01:30:00.1604963Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_integer_divider_test.dir/__/aten/src/ATen/test/cuda_integer_divider_test.cu.o 2022-11-23T01:30:00.8540988Z [ 93%] Linking CXX executable ../bin/cuda_dlconvertor_test 2022-11-23T01:30:00.8863102Z [ 93%] Built target cuda_cub_test 2022-11-23T01:30:00.9673320Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_optional_test.dir/__/aten/src/ATen/test/cuda_optional_test.cu.o 2022-11-23T01:30:01.8307774Z [ 93%] Linking CXX executable ../bin/cuda_integer_divider_test 2022-11-23T01:30:02.0815037Z [ 93%] Built target cuda_dlconvertor_test 2022-11-23T01:30:02.1047063Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_packedtensoraccessor_test.dir/__/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu.o 2022-11-23T01:30:02.8592720Z [ 93%] Linking CXX executable ../bin/cuda_distributions_test 2022-11-23T01:30:02.8676911Z [ 93%] Linking CXX executable ../bin/cuda_generator_test 2022-11-23T01:30:02.9631130Z [ 93%] Built target cuda_integer_divider_test 2022-11-23T01:30:03.0354465Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_reportMemoryUsage_test.dir/__/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp.o 2022-11-23T01:30:03.1918792Z [ 94%] Linking CXX executable ../bin/cuda_half_test 2022-11-23T01:30:03.9244886Z [ 94%] Linking CXX executable ../bin/cuda_reportMemoryUsage_test 2022-11-23T01:30:03.9586560Z [ 94%] Linking CXX executable ../bin/cuda_optional_test 2022-11-23T01:30:03.9805428Z [ 94%] Built target cuda_distributions_test 2022-11-23T01:30:03.9843925Z [ 94%] Built target cuda_generator_test 2022-11-23T01:30:04.0010750Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_stream_test.dir/__/aten/src/ATen/test/cuda_stream_test.cpp.o 2022-11-23T01:30:04.0093832Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_vectorized_test.dir/__/aten/src/ATen/test/cuda_vectorized_test.cu.o 2022-11-23T01:30:04.3250516Z [ 94%] Built target cuda_half_test 2022-11-23T01:30:04.3633583Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_cudnn_test.dir/__/aten/src/ATen/test/cuda_cudnn_test.cpp.o 2022-11-23T01:30:04.4908799Z [ 94%] Linking CXX executable ../bin/cuda_stream_test 2022-11-23T01:30:04.9149347Z [ 94%] Built target cuda_optional_test 2022-11-23T01:30:04.9472090Z [ 94%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:30:04.9746735Z [ 94%] Built target cuda_reportMemoryUsage_test 2022-11-23T01:30:04.9973636Z [ 94%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:30:05.0109103Z [ 94%] Linking CXX executable ../bin/cuda_packedtensoraccessor_test 2022-11-23T01:30:05.4629438Z [ 94%] Linking CXX executable ../bin/cuda_cudnn_test 2022-11-23T01:30:05.5035239Z [ 94%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:30:05.6274628Z [ 94%] Built target cuda_stream_test 2022-11-23T01:30:05.6474413Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:30:05.9751380Z [ 94%] Built target cuda_packedtensoraccessor_test 2022-11-23T01:30:05.9826230Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:30:06.0034553Z [ 94%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:30:06.2025605Z [ 94%] Built target jitbackend_test 2022-11-23T01:30:06.2085327Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:30:06.2086453Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:30:06.4384088Z [ 94%] Built target cuda_cudnn_test 2022-11-23T01:30:06.4467221Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:30:06.4468011Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:30:06.5317656Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:30:06.6633266Z [ 94%] Linking CXX executable ../bin/cuda_vectorized_test 2022-11-23T01:30:06.6946173Z [ 94%] Built target torchbind_test 2022-11-23T01:30:06.7031037Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:30:07.0673850Z [ 94%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:30:07.0920381Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:30:07.6693500Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:30:07.7118125Z [ 94%] Built target cuda_vectorized_test 2022-11-23T01:30:07.7200936Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:30:07.7427888Z [ 94%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:30:07.8257724Z [ 94%] Built target backend_with_compiler 2022-11-23T01:30:07.8346203Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:30:07.8945743Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:30:08.2284277Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o 2022-11-23T01:30:08.5913298Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o 2022-11-23T01:30:08.6548264Z [ 94%] Built target tutorial_tensorexpr 2022-11-23T01:30:08.6725751Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLErrorsTest.dir/ProcessGroupNCCLErrorsTest.cpp.o 2022-11-23T01:30:09.0934610Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupUCCTest.dir/ProcessGroupUCCTest.cpp.o 2022-11-23T01:30:09.1700933Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:30:09.2444402Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:30:09.6353678Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooAsyncTest 2022-11-23T01:30:09.8619339Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLErrorsTest 2022-11-23T01:30:09.9150715Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLTest 2022-11-23T01:30:09.9669711Z [ 94%] Built target ProcessGroupGlooTest 2022-11-23T01:30:09.9748376Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:30:10.2036026Z [ 94%] Linking CXX executable ../bin/ProcessGroupUCCTest 2022-11-23T01:30:10.2685192Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:30:10.5398677Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:30:10.5442271Z [ 94%] Built target ProcessGroupGlooAsyncTest 2022-11-23T01:30:10.5519432Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:30:10.8121048Z [ 95%] Built target ProcessGroupNCCLErrorsTest 2022-11-23T01:30:10.8198880Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:30:10.9206572Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:30:10.9654152Z [ 95%] Built target ProcessGroupUCCTest 2022-11-23T01:30:10.9723738Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:30:11.0270037Z [ 95%] Built target ProcessGroupNCCLTest 2022-11-23T01:30:11.0347628Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:30:11.2512202Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:30:11.3270774Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:30:11.8756876Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:30:11.9302273Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:30:11.9508774Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:30:12.1772601Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:30:12.2774928Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:30:12.5115543Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:30:12.7114432Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:30:12.8978625Z [ 95%] Built target test_dist_autograd 2022-11-23T01:30:12.9037050Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:30:13.3440500Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:30:13.3874096Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:30:13.7126232Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:30:14.0710456Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:30:14.1505671Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:30:14.2309067Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:30:14.2366208Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:30:14.3398964Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:30:14.3479379Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:30:14.8048312Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:30:14.9215292Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:30:15.1183458Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:30:15.4642540Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:30:15.5476623Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:30:15.6014764Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:30:15.7933455Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:30:16.1333743Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:30:16.2801267Z [ 96%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:30:16.2832636Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:30:16.3282318Z [ 96%] Built target parallel_benchmark 2022-11-23T01:30:16.3389370Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:30:17.0513354Z [ 96%] Built target test_mobile_nnc 2022-11-23T01:30:17.0569912Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:30:17.1482719Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:30:17.1993737Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:30:17.3768694Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:30:17.4455117Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:30:17.5562825Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:30:18.1587736Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:30:18.2422669Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:30:18.2990446Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:30:18.3579922Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:30:18.4449897Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cuda.cpp.o 2022-11-23T01:30:18.4555197Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:30:18.6528479Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:30:19.4998009Z [ 96%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:30:19.6854585Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:30:19.7164586Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:30:19.7219109Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:30:19.7773547Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:30:19.9843153Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:30:20.0376996Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:30:20.0430184Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:30:20.3385670Z [ 96%] Built target aot_model_compiler_test 2022-11-23T01:30:20.3468442Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:30:20.7893949Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:30:20.8264110Z [ 96%] Built target shm 2022-11-23T01:30:20.8423933Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:30:21.0955981Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:30:21.1326055Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:30:21.3628567Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:30:21.4273025Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:30:21.6516510Z [ 96%] Built target test_tensorexpr 2022-11-23T01:30:21.6591985Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:30:21.7058989Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:30:22.0087361Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:30:22.1228837Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:30:22.1831884Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:30:22.2454951Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:30:22.3455244Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:30:22.4733258Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:30:22.7100944Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:30:22.7762357Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:30:22.8040263Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:30:23.1272449Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:30:23.1918783Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:30:23.2539434Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:30:24.0354210Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:30:24.1280167Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:30:24.3232304Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:30:24.3749022Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T01:30:24.3750544Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:30:24.3751429Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:30:24.3751736Z ^ 2022-11-23T01:30:24.3763612Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-11-23T01:30:24.3764509Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:30:24.3843058Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:30:24.3849665Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:30:24.3850400Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:30:24.3851112Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:30:24.3851798Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:30:24.3852535Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:30:24.3853195Z static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:30:24.3855547Z ^~~~~~~~~~~~~~ 2022-11-23T01:30:24.3856431Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:30:24.5198811Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:30:24.7379766Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:30:25.4898035Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:30:25.5927042Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:30:25.6307910Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:30:25.6732777Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:30:25.8297007Z [ 96%] Built target test_lazy 2022-11-23T01:30:25.8354863Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:30:25.8749186Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:30:26.7180731Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:30:26.8544536Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:30:26.8587426Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:30:26.9694017Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:30:27.0213020Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:30:27.1208298Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:30:27.1419143Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:30:27.8338796Z [ 96%] Built target torch_shm_manager 2022-11-23T01:30:27.8418248Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:30:28.2398272Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:30:28.3991511Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:30:28.4244733Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:30:28.4248092Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:30:28.5661220Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:30:28.7181118Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:30:29.1617366Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:30:29.1643140Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:30:29.2314144Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:30:29.8317148Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:30:29.8790719Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:30:29.9591178Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:30:30.0319989Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:30:30.0588653Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:30:30.2643819Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:30:30.5077708Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:30:30.5686525Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:30:30.5908167Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:30:30.6862849Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:30:31.0902493Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:30:31.3078068Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:30:31.5060119Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:30:31.6894453Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:30:31.9148648Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:30:31.9246116Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:30:32.0233059Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:30:32.0472732Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:30:32.2129405Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:30:32.5559233Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:30:32.6276132Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:30:32.8214177Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:30:32.8542707Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:30:32.8650198Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:30:33.4500737Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:30:33.6960695Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:30:33.7132060Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:30:34.0944340Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:30:34.1057159Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:30:34.4860200Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:30:34.6179790Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:30:34.7155039Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2022-11-23T01:30:34.9056305Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:30:35.4796779Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:30:35.6811064Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:30:35.9539994Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:30:36.1903915Z [ 96%] Linking CXX executable ../bin/test_api 2022-11-23T01:30:36.2106857Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:30:36.6125547Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:30:36.7829096Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:30:36.8614897Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:30:37.1156003Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:30:37.2353648Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:30:37.3611402Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:30:37.8804138Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:30:38.1916373Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:30:38.2805971Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:30:38.3602356Z [ 97%] Built target test_api 2022-11-23T01:30:38.3676122Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:30:38.3975606Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:30:38.4490009Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:30:39.0052574Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:30:39.2318316Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:30:39.4856066Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:30:39.7998400Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:30:39.8280545Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:30:39.9261627Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:30:40.3571344Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:30:40.4219217Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:30:40.7749589Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:30:41.0021047Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:30:41.2842253Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:30:41.4640545Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:30:41.5819274Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:30:41.7930314Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:30:41.9018938Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:30:41.9373056Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:30:42.4120951Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:30:42.4210458Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:30:42.5128178Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:30:42.7162788Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:30:43.0350884Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:30:43.1416209Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:30:43.2665618Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:30:43.2856817Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:30:43.2917322Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:30:43.5895397Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:30:43.7914109Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:30:43.8554523Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:30:44.2069181Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:30:44.6059862Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:30:44.6677700Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:30:44.8356619Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:30:44.9662776Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:30:44.9983677Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:30:45.2076366Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:30:45.7135031Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:30:45.7193799Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:30:46.0578687Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:30:46.1735827Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:30:46.3806234Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:30:46.4024343Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:30:46.7835433Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:30:46.7877121Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:30:46.8677565Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:30:46.9929701Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:30:47.2184987Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:30:47.3324824Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp.o 2022-11-23T01:30:47.3796928Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp.o 2022-11-23T01:30:47.3909639Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp.o 2022-11-23T01:30:48.4072790Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp.o 2022-11-23T01:30:48.5666557Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:30:48.6093488Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:30:48.6494805Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:30:49.0538722Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:30:49.0543336Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp.o 2022-11-23T01:30:49.9110795Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp.o 2022-11-23T01:30:49.9882411Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:30:50.0260922Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:30:50.1516927Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:30:50.4889201Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:30:50.6008464Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp.o 2022-11-23T01:30:50.7275911Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:30:50.8250558Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:30:51.2776967Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:30:51.3406391Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp.o 2022-11-23T01:30:51.3813040Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp.o 2022-11-23T01:30:51.4043506Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:30:51.4282447Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp.o 2022-11-23T01:30:51.9497437Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp.o 2022-11-23T01:30:52.2190174Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:30:52.6785724Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp.o 2022-11-23T01:30:52.7894693Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:30:52.8875189Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:30:52.9760340Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:30:53.0477091Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:30:53.4112746Z [ 98%] Building CUDA object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu.o 2022-11-23T01:30:53.4414328Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp.o 2022-11-23T01:30:53.5642286Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:30:53.6071205Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:30:53.6136564Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:30:54.1653237Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:30:54.2549981Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:30:54.2576042Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:30:54.5096720Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:30:54.5568015Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:30:54.8833495Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:30:55.0388064Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:30:55.0561364Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:30:55.4331897Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:30:55.5748114Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:30:55.7584788Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:30:55.7925803Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:30:55.8439735Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:30:56.0679973Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:30:56.5817612Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:30:56.8482087Z /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-11-23T01:30:56.8482702Z 2022-11-23T01:30:56.8483643Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(162): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-11-23T01:30:56.8522556Z 2022-11-23T01:30:56.8603693Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(269): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-11-23T01:30:56.8604337Z 2022-11-23T01:30:56.8605195Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(333): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-11-23T01:30:56.8606000Z 2022-11-23T01:30:56.8606861Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:30:56.8607433Z 2022-11-23T01:30:56.8608335Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:30:56.8608806Z 2022-11-23T01:30:56.8609708Z /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-11-23T01:30:56.8610283Z 2022-11-23T01:30:56.8611204Z /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-11-23T01:30:56.8611777Z 2022-11-23T01:30:56.8612557Z /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-11-23T01:30:56.8613029Z 2022-11-23T01:30:56.8613792Z /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-11-23T01:30:56.8614278Z 2022-11-23T01:30:56.8615160Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(21): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-11-23T01:30:56.8615633Z 2022-11-23T01:30:56.8616503Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(40): 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-11-23T01:30:56.8617011Z 2022-11-23T01:30:56.8617831Z /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-11-23T01:30:56.8618288Z 2022-11-23T01:30:56.8619144Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(116): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-11-23T01:30:56.8619607Z 2022-11-23T01:30:56.8620405Z /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-11-23T01:30:56.8620858Z 2022-11-23T01:30:56.8621668Z /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-11-23T01:30:56.8622136Z 2022-11-23T01:30:56.8622963Z /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-11-23T01:30:56.8623435Z 2022-11-23T01:30:56.8624360Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(162): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-11-23T01:30:56.8624932Z 2022-11-23T01:30:56.8625735Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(269): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-11-23T01:30:56.8626192Z 2022-11-23T01:30:56.8626963Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(333): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-11-23T01:30:56.8627449Z 2022-11-23T01:30:56.8638862Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:30:56.8639448Z 2022-11-23T01:30:56.8640328Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:30:56.8640801Z 2022-11-23T01:30:56.8641876Z /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-11-23T01:30:56.8642434Z 2022-11-23T01:30:56.8643401Z /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-11-23T01:30:56.8643949Z 2022-11-23T01:30:56.8644719Z /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-11-23T01:30:56.8645175Z 2022-11-23T01:30:56.8646002Z /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-11-23T01:30:56.8646487Z 2022-11-23T01:30:56.8647297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(21): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-11-23T01:30:56.8647891Z 2022-11-23T01:30:56.8648791Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(40): 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-11-23T01:30:56.8649358Z 2022-11-23T01:30:56.8650206Z /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-11-23T01:30:56.8650706Z 2022-11-23T01:30:56.8651565Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(116): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-11-23T01:30:56.8652076Z 2022-11-23T01:30:56.8653096Z /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-11-23T01:30:56.8653652Z 2022-11-23T01:30:56.8654489Z /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-11-23T01:30:56.8654956Z 2022-11-23T01:30:56.8714005Z [ 98%] Linking CXX executable ../bin/test_jit 2022-11-23T01:30:57.1741561Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:30:57.2009066Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:30:57.2716414Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:30:57.4883277Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:30:57.8181701Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:30:57.8182634Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:30:58.4107319Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:30:58.4349451Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:30:58.4872076Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:30:58.6054598Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:30:59.1305973Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:30:59.1592164Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:30:59.1691315Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:30:59.2341465Z [ 98%] Built target test_jit 2022-11-23T01:30:59.2400065Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:30:59.5445210Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:30:59.7966244Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:31:00.4293996Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:31:00.4349030Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:31:00.6740106Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:31:00.7859686Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:31:00.9507317Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:31:01.1924718Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:31:01.2191531Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:31:01.2276060Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:31:01.2461909Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:31:01.6489865Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:31:01.7723911Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:31:01.8674260Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:31:02.1961865Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:31:02.2387009Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:31:02.4382327Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:31:02.4450289Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:31:02.6735063Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:31:02.7308693Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:31:02.9634570Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:31:03.0232440Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:31:03.1493448Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:31:03.4786567Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:31:03.5919547Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:31:03.6517836Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:31:03.7351316Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:31:03.8950544Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:31:04.0190114Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:31:04.2366055Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:31:04.4372643Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:31:04.6928993Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:31:04.8402858Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:31:05.0027328Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:31:05.3557471Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:31:05.4634718Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:31:05.5856767Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp: In function ‘void torch::cuda::shared::initCudartBindings(PyObject*)’: 2022-11-23T01:31:05.5858226Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:99:7: warning: ‘cudaError_t cudaProfilerInitialize(const char*, const char*, cudaOutputMode_t)’ is deprecated [-Wdeprecated-declarations] 2022-11-23T01:31:05.5859137Z cudaProfilerInitialize); 2022-11-23T01:31:05.5859617Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:31:05.5860421Z In file included from /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:5:0: 2022-11-23T01:31:05.5861296Z /usr/local/cuda/include/cuda_profiler_api.h:134:57: note: declared here 2022-11-23T01:31:05.5862130Z extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaProfilerInitialize(const char *configFile, 2022-11-23T01:31:05.5945805Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:31:05.5985528Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:31:05.8822344Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:31:05.9130725Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:31:05.9273331Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:31:06.0996447Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:31:06.1559898Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:31:06.6235432Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:31:07.4790043Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:31:07.5321536Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:31:07.5829701Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:31:07.6312694Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:31:07.7486289Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:31:07.7829785Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:31:08.5759339Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:31:09.5132815Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:31:11.2385198Z [100%] Built target torch_python 2022-11-23T01:31:11.2519076Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:31:11.2522131Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:31:11.2523103Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:31:11.2523759Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:31:12.3650451Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:31:12.4125080Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:31:12.9162986Z [100%] Built target functorch 2022-11-23T01:31:12.9741220Z [100%] Built target nnapi_backend 2022-11-23T01:31:13.0023479Z Install the project... 2022-11-23T01:31:13.0071731Z -- Install configuration: "Release" 2022-11-23T01:31:13.0420102Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:31:13.2815677Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:31:13.3027026Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:31:13.3033948Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:31:13.3042433Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:31:13.3051060Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:31:13.3058077Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:31:13.3065234Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:31:13.3073536Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:31:13.3081071Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:31:13.3089223Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:31:13.3096103Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:31:13.3103682Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:31:13.3122016Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:31:13.3129194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:31:13.3136234Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:31:13.3143652Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:31:13.3151745Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:31:13.3160260Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:31:13.3179426Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:31:13.3186527Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:31:13.3194375Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:31:13.3201725Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:31:13.3209024Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:31:13.3215819Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:31:13.3223161Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:31:13.3230658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:31:13.3238189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:31:13.3245991Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:31:13.3260230Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:31:13.3267534Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:31:13.3274530Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:31:13.3295851Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:31:13.3303086Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:31:13.3310421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:31:13.3319973Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:31:13.3328545Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:31:13.3336154Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:31:13.3344022Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:31:13.3351137Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:31:13.3358837Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:31:13.3368278Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:31:13.3376899Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:31:13.3389839Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cuda_CUDATest" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:31:13.9343174Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:31:13.9988574Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_linalg.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:14.3553222Z -- 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-11-23T01:31:14.5194351Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-11-23T01:31:14.5197858Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5203312Z -- 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-11-23T01:31:14.5214778Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5223260Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5249336Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5258586Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5267960Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5277003Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5286377Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5295424Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5304463Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5313132Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5325007Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5333744Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5342395Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5351728Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5360121Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5372966Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5381276Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5390004Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5398328Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5407402Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5416083Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5425062Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5433153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5442277Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5450699Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5460479Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5469051Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5477073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5487224Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5495511Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5504916Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5513709Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5525309Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5534205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5538210Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5547458Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5556878Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5565789Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5573940Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5578595Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5588506Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5596800Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5605119Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5613572Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5623050Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5638587Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5648324Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5664138Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5677246Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5694153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5708323Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5717767Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5730989Z -- 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-11-23T01:31:14.5739352Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5747798Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5769608Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5806660Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5815293Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5823662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_apply_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5833219Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_atomic_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5842094Z -- 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-11-23T01:31:14.5852017Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_math_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5860604Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5869326Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cub_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5879052Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_device_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5888468Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_distributions_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5897941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5907407Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5915677Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5924306Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5932046Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_optional_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5940682Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5949262Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5958686Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_stream_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5967030Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_vectorized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:14.5975273Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cudnn_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6225760Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6230877Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6237211Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6346694Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6432219Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6457419Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6469139Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:31:15.6478801Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:31:15.6488386Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:31:15.6499504Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupGlooTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6509415Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6518942Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLErrorsTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6523856Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10d_cuda_test.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6533252Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupUCCTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6543546Z -- 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-11-23T01:31:15.6574877Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6587211Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6709203Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6721766Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6727979Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6772801Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:31:15.6937350Z -- 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-11-23T01:31:15.6944520Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6952822Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.6964208Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:31:15.7910256Z running bdist_wheel 2022-11-23T01:31:16.6029417Z running build 2022-11-23T01:31:16.6029718Z running build_py 2022-11-23T01:31:16.6069682Z creating build/lib.linux-x86_64-cpython-310 2022-11-23T01:31:16.6070042Z creating build/lib.linux-x86_64-cpython-310/functorch 2022-11-23T01:31:16.6070492Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-11-23T01:31:16.6080835Z creating build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6081216Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6085472Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6098177Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6102121Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6117657Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6125914Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6131499Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6135348Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6153946Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6160943Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6178827Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6188464Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6207199Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6210023Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6218085Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6221582Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6224836Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6237028Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6240066Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6260892Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6282756Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6291552Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6324741Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6334672Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6335664Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6349421Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6353426Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6373816Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6386511Z copying torch/library.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6390534Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6413786Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6417866Z copying torch/random.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6428347Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6432172Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6456876Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6468829Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6472688Z copying torch/types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6479747Z copying torch/version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:16.6482962Z creating build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6483522Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6484633Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6485715Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6486495Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6488519Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6489520Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6490974Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6492077Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6493030Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6493810Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6495839Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6496892Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:31:16.6500144Z creating build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6500967Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6512134Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6525725Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6530518Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6542732Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6551226Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6556146Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6585031Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6588107Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6596653Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6600755Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6613468Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6616894Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6620453Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6631404Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:31:16.6641505Z creating build/lib.linux-x86_64-cpython-310/functorch/compile 2022-11-23T01:31:16.6642510Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/compile 2022-11-23T01:31:16.6648443Z creating build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6648836Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6654196Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6663026Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6666917Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6672520Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6676342Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6688260Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6700764Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6704679Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:31:16.6710376Z creating build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6710917Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6715172Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6727175Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6730878Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6736179Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6743636Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:31:16.6753904Z creating build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:31:16.6754359Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:31:16.6758546Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:31:16.6785315Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:31:16.6792993Z creating build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:31:16.6793464Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:31:16.6793954Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:31:16.6805271Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6805667Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6811628Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6819322Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6824191Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6836630Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6846606Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6853792Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6863755Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6877255Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6891062Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6895972Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6906360Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6910786Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6914744Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6924610Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6929336Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6933091Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6942565Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6945752Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6954109Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6957625Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6975804Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6979876Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6983970Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.6992141Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:31:16.7007243Z creating build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:31:16.7007753Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:31:16.7008693Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:31:16.7015603Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:31:16.7027009Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7027490Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7028540Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7036252Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7045532Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7052603Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7056536Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7065240Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7078440Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7084752Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7094857Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7102388Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7123091Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7145064Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7148176Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7161836Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7173507Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7185006Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7188833Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:31:16.7198962Z creating build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7199351Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7216357Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7221117Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7232877Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7237104Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7240524Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7244877Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7256721Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7261481Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7266200Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7269635Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:31:16.7282843Z creating build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7283440Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7306425Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7318750Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7323109Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7332247Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:31:16.7343103Z creating build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:31:16.7343658Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:31:16.7370850Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:31:16.7380462Z creating build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:31:16.7380833Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:31:16.7404502Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:31:16.7409306Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:31:16.7419917Z creating build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:31:16.7420337Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:31:16.7425408Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:31:16.7442250Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:31:16.7453036Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:31:16.7466662Z creating build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:31:16.7467054Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:31:16.7473060Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:31:16.7487251Z creating build/lib.linux-x86_64-cpython-310/torch/ao 2022-11-23T01:31:16.7488019Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao 2022-11-23T01:31:16.7493824Z creating build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7494880Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7508617Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7513098Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7523874Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7538224Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7564015Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7571847Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7592738Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7605944Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7620698Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7629469Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7647579Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:31:16.7653724Z creating build/lib.linux-x86_64-cpython-310/torch/backends 2022-11-23T01:31:16.7654138Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends 2022-11-23T01:31:16.7659757Z creating build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:31:16.7660258Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:31:16.7661350Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:31:16.7671786Z creating build/lib.linux-x86_64-cpython-310/torch/cpu 2022-11-23T01:31:16.7672169Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu 2022-11-23T01:31:16.7678177Z creating build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7678654Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7694368Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7697848Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7710481Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7723155Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7728073Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7732148Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7732835Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7742272Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7746056Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7758676Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7763251Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7771029Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7774262Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7782178Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7785756Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:31:16.7795491Z creating build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7796335Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7802376Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7809828Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7813369Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7823414Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7847799Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7851827Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7856862Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7870839Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7875320Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7887101Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:31:16.7896556Z creating build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7897013Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7907917Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7916334Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7921385Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7931929Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7939985Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7943707Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7955945Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7960526Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7969537Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7973511Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7981364Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7993600Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.7997859Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8002570Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8006455Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8015880Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8018887Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8021722Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8028848Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8032317Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8035683Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8046208Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8050771Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8055695Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8067695Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8071575Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8075506Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8084454Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8091321Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8104076Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8107912Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8117788Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8120469Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8123765Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8133225Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8136351Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8139718Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8152241Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8156509Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8169053Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8186678Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8191823Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8204048Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8209158Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8213077Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:31:16.8224681Z creating build/lib.linux-x86_64-cpython-310/torch/fft 2022-11-23T01:31:16.8225277Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fft 2022-11-23T01:31:16.8242924Z creating build/lib.linux-x86_64-cpython-310/torch/futures 2022-11-23T01:31:16.8243486Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/futures 2022-11-23T01:31:16.8253109Z creating build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8253487Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8258358Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8262615Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8266996Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8281561Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8291788Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8309545Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8318908Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8323506Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8334621Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8347223Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8358085Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8367938Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8372477Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8380481Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:31:16.8386026Z creating build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8386912Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8392588Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8403127Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8408102Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8417311Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8421076Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8424781Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8433301Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8438035Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8445586Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8449975Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8452810Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8464531Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8468370Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8482146Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8499854Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8503491Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8514543Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8518314Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8539054Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8549246Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8567777Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8580572Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8589518Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8594096Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:31:16.8603553Z creating build/lib.linux-x86_64-cpython-310/torch/linalg 2022-11-23T01:31:16.8603952Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/linalg 2022-11-23T01:31:16.8627962Z creating build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:31:16.8628417Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:31:16.8632158Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:31:16.8657083Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:31:16.8677937Z creating build/lib.linux-x86_64-cpython-310/torch/monitor 2022-11-23T01:31:16.8678634Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/monitor 2022-11-23T01:31:16.8683919Z creating build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8684353Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8690768Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8695761Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8706823Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8710871Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8724500Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:31:16.8730723Z creating build/lib.linux-x86_64-cpython-310/torch/nested 2022-11-23T01:31:16.8731085Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nested 2022-11-23T01:31:16.8744706Z creating build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8745139Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8749050Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8753047Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8758969Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8766958Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8793665Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8798544Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8806884Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:16.8814127Z creating build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8814517Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8826757Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8831346Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8849142Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8853398Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8857667Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8862448Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8873496Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8880170Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8892383Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8896734Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8906360Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8919494Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8936444Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8949600Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8973365Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8981613Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8995976Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.8999543Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9002962Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9009888Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9022056Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9027651Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9040367Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9065861Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9092330Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:31:16.9104276Z creating build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9104889Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9108367Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9113805Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9127035Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9138648Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9152939Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9158824Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9173750Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9177561Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9188416Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9208322Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9220669Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9230722Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9240772Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9253223Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9257640Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9268885Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9273384Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:16.9288257Z creating build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9288663Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9293600Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9297635Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9307378Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9310921Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9316159Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9323097Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9336008Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9339872Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9352168Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9365203Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9374070Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9379197Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9388173Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9408094Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:31:16.9420396Z creating build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9420782Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9424927Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9437169Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9446165Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9458150Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9462986Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9471107Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:31:16.9477965Z creating build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9478425Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9482686Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9486736Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9495008Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9500639Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9505328Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9509520Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9518832Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9523740Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9527912Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9531702Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9539382Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9542488Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9548302Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9551112Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:31:16.9564699Z creating build/lib.linux-x86_64-cpython-310/torch/signal 2022-11-23T01:31:16.9565227Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/signal 2022-11-23T01:31:16.9571339Z creating build/lib.linux-x86_64-cpython-310/torch/sparse 2022-11-23T01:31:16.9571812Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/sparse 2022-11-23T01:31:16.9585859Z creating build/lib.linux-x86_64-cpython-310/torch/special 2022-11-23T01:31:16.9586245Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/special 2022-11-23T01:31:16.9600703Z creating build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:31:16.9601086Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:31:16.9606632Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:31:16.9627918Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:31:16.9632268Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:31:16.9646798Z creating build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9647389Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9651792Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9656034Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9660613Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9673119Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9677528Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9686848Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9698025Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9706450Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9714450Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9718375Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9726445Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9738765Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9749444Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9755875Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9772302Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9775435Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9779621Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9787761Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9791234Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9806355Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9809723Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9813244Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:31:16.9825927Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9826597Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9833399Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9838225Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9848825Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9858019Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9861811Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9865777Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9874678Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9879394Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9888465Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:31:16.9903041Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9903516Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9909268Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9923746Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9934366Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9947386Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9951147Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9963186Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9971787Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9983340Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:16.9995530Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:17.0006426Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:17.0015770Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:17.0028579Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:31:17.0040490Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0041278Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0042337Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0046838Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0055147Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0070522Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0093398Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0100524Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:17.0117019Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0117480Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0122114Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0134843Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0139280Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0152514Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0156807Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0176674Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0180704Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0184689Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:31:17.0192937Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-11-23T01:31:17.0193353Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-11-23T01:31:17.0201108Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-11-23T01:31:17.0201783Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-11-23T01:31:17.0210193Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-11-23T01:31:17.0210693Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-11-23T01:31:17.0215262Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-11-23T01:31:17.0215700Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-11-23T01:31:17.0230431Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-11-23T01:31:17.0231033Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-11-23T01:31:17.0235825Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:31:17.0236492Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:31:17.0237319Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:31:17.0246875Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:31:17.0262214Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:31:17.0262698Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:31:17.0267255Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:31:17.0273759Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0274256Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0284526Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0290217Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0300940Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0305834Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0319619Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0325161Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0338742Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0355393Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0368236Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0377321Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0381363Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0386301Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0399286Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0410477Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0419627Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0428375Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0432742Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:31:17.0447495Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-11-23T01:31:17.0448034Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-11-23T01:31:17.0452787Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-11-23T01:31:17.0453193Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-11-23T01:31:17.0458889Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-11-23T01:31:17.0459388Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-11-23T01:31:17.0468172Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:31:17.0468871Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:31:17.0479813Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:31:17.0488659Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-11-23T01:31:17.0489326Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-11-23T01:31:17.0494722Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:17.0495390Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:17.0499094Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:17.0512740Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat 2022-11-23T01:31:17.0513536Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat 2022-11-23T01:31:17.0518096Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized 2022-11-23T01:31:17.0518559Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized 2022-11-23T01:31:17.0526209Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:17.0526681Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:17.0530438Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:17.0544049Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:17.0552387Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:17.0557395Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:17.0557895Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:17.0571534Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.0572411Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.0576906Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.0582712Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.0595313Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.0604017Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.0604670Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.0608713Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.0614520Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-11-23T01:31:17.0615072Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-11-23T01:31:17.0628749Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:31:17.0629188Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:31:17.0634254Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:31:17.0643743Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:31:17.0650086Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:31:17.0655446Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:31:17.0656252Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:31:17.0664436Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:31:17.0669019Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:31:17.0669824Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:31:17.0674608Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:31:17.0687119Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:31:17.0696258Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-11-23T01:31:17.0696703Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-11-23T01:31:17.0703052Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0703522Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0708062Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0720319Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0726429Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0746620Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0756545Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0772992Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0777283Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0793681Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0798558Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0811183Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:31:17.0816098Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-11-23T01:31:17.0816579Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-11-23T01:31:17.0827687Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:17.0828256Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:17.0841044Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:17.0853932Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:17.0858637Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:17.0875255Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0875829Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0880750Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0889378Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0893136Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0906017Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0910633Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:17.0920598Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:31:17.0921118Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:31:17.0925559Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:31:17.0939574Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:31:17.0944069Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:31:17.0944576Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:31:17.0948312Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:31:17.0962380Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.0962847Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.0963915Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.0973309Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.0989355Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.0998027Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1009496Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1013498Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1021576Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1026273Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1039399Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:31:17.1046964Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental 2022-11-23T01:31:17.1047444Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental 2022-11-23T01:31:17.1049710Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:31:17.1050285Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:31:17.1051059Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:31:17.1063598Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:31:17.1068236Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:31:17.1073033Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1073608Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1074678Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1083325Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1087019Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1097472Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:31:17.1105983Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:17.1106654Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:17.1107686Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:17.1116097Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:17.1116685Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:17.1121972Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:17.1127876Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:17.1128492Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:17.1141331Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:17.1154947Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:17.1159059Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:17.1169539Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:17.1170290Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:17.1174794Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:17.1186996Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:17.1192197Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:31:17.1192854Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:31:17.1194829Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:17.1195433Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:17.1196578Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:17.1201245Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:17.1213350Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1213865Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1217890Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1229073Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1237948Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1243744Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1256259Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1260444Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1261364Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1275735Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1279878Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1283561Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:31:17.1293592Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1294112Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1298917Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1303556Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1323855Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1345097Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1357213Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1377770Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1390384Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1393463Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1406031Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1411673Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1414983Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1427213Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1432674Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1442770Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1463286Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1467870Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1479572Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1483472Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:31:17.1501596Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:31:17.1502206Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:31:17.1502955Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:31:17.1521748Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:31:17.1532333Z 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-11-23T01:31:17.1536570Z 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-11-23T01:31:17.1550792Z creating build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:31:17.1551240Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:31:17.1556788Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:31:17.1562207Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:31:17.1569144Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:31:17.1569636Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:31:17.1570669Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:31:17.1582050Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:31:17.1582711Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:31:17.1583292Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:31:17.1588028Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:31:17.1612553Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-11-23T01:31:17.1613053Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-11-23T01:31:17.1617985Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:31:17.1618398Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:31:17.1631778Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:31:17.1640490Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-11-23T01:31:17.1642284Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-11-23T01:31:17.1647461Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-11-23T01:31:17.1647965Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-11-23T01:31:17.1655341Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-11-23T01:31:17.1655755Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-11-23T01:31:17.1665172Z creating build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-11-23T01:31:17.1665613Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-11-23T01:31:17.1670571Z creating build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-11-23T01:31:17.1671002Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-11-23T01:31:17.1679190Z creating build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-11-23T01:31:17.1680005Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-11-23T01:31:17.1685963Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:31:17.1686497Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:31:17.1687390Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:31:17.1704945Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-11-23T01:31:17.1705475Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-11-23T01:31:17.1711834Z creating build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:31:17.1712232Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:31:17.1718213Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:31:17.1727596Z creating build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:31:17.1728112Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:31:17.1734832Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:31:17.1739036Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:31:17.1749250Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:31:17.1760792Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1761296Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1765147Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1787082Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1790936Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1803532Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1811980Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:31:17.1816597Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1817057Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1821529Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1834850Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1847326Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1851362Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1856294Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1861229Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1869593Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1879784Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:31:17.1884506Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-11-23T01:31:17.1885010Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-11-23T01:31:17.1900686Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-11-23T01:31:17.1901174Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-11-23T01:31:17.1906782Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:31:17.1907355Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:31:17.1907871Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:31:17.1921943Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1922395Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1927785Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1940251Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1954401Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1959608Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1968677Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1973498Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:31:17.1984642Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:31:17.1985461Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:31:17.1990355Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:31:17.1999039Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-11-23T01:31:17.1999483Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-11-23T01:31:17.2007435Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2008054Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2017377Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2024888Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2036281Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2041284Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2049020Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2053814Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2063128Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2067843Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2072530Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2080271Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2087805Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2097625Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2103372Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:31:17.2119096Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-11-23T01:31:17.2119529Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-11-23T01:31:17.2127705Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2128431Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2132896Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2145462Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2158365Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2164639Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2176586Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2181163Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2204278Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2224652Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2233822Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2243389Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2246962Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2256067Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2259420Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2272399Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2276342Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2298448Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2321150Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2333499Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:31:17.2342900Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:31:17.2343348Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:31:17.2347234Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:31:17.2360134Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:31:17.2360925Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:31:17.2366007Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:31:17.2377092Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2377545Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2381420Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2385429Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2389456Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2397487Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2401245Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2413973Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2417918Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2426420Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2429847Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2438148Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2450791Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2455126Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2459184Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:31:17.2480326Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-11-23T01:31:17.2480777Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-11-23T01:31:17.2483266Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2483706Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2488453Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2496718Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2509152Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2521385Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2525558Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2530389Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2542465Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2547487Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2553489Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:31:17.2564328Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-11-23T01:31:17.2564800Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-11-23T01:31:17.2570725Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:31:17.2571278Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:31:17.2576004Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:31:17.2585539Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2586060Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2595377Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2613561Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2617286Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2629563Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2634758Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.2647420Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:31:17.2648075Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:31:17.2651536Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:31:17.2657005Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:17.2657527Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:17.2662025Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:17.2670290Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:17.2674747Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:17.2686285Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2686992Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2690790Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2699832Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2710945Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2714532Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2718259Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2730764Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2735050Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2738788Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2743855Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:17.2757960Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:31:17.2758800Z 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-11-23T01:31:17.2759598Z 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-11-23T01:31:17.2772296Z 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-11-23T01:31:17.2776911Z 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-11-23T01:31:17.2786358Z 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-11-23T01:31:17.2799681Z 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-11-23T01:31:17.2805889Z 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-11-23T01:31:17.2813799Z 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-11-23T01:31:17.2821481Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2821961Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2825730Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2835444Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2839649Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2848698Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2852520Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2864598Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2869021Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2874718Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:31:17.2885294Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2885947Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2889952Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2894423Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2908337Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2912337Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2923436Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2929153Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:31:17.2942207Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:31:17.2942821Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:31:17.2943852Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:31:17.2948825Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:31:17.2949376Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:31:17.2963150Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:31:17.2978620Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:31:17.2979444Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:31:17.2980049Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:31:17.2981143Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:31:17.2981739Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:31:17.2982794Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:31:17.2988875Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.2989492Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.2994501Z 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-11-23T01:31:17.3005847Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.3009954Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.3017686Z 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-11-23T01:31:17.3025242Z 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-11-23T01:31:17.3034143Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.3051686Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:17.3060863Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:17.3061738Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:17.3062649Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:17.3066731Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:17.3075735Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:17.3081003Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-11-23T01:31:17.3081487Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-11-23T01:31:17.3083890Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:31:17.3084386Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:31:17.3089273Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:31:17.3093591Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:31:17.3106972Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:31:17.3107514Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:31:17.3111823Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:31:17.3121389Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:17.3122313Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:17.3127833Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:17.3138221Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:17.3143206Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:17.3148170Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3148960Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3157454Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3161543Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3170737Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3186671Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3203559Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3213881Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3219885Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3228033Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3233203Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3237514Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:31:17.3251231Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:31:17.3251738Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:31:17.3262961Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:31:17.3276402Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:31:17.3289248Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:31:17.3294675Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3295166Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3301092Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3309516Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3314137Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3319547Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3331811Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:31:17.3337075Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:31:17.3337693Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:31:17.3343774Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:31:17.3355630Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:31:17.3364692Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:31:17.3365253Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:31:17.3377997Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:31:17.3383427Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:31:17.3389840Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:31:17.3390399Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:31:17.3400440Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:31:17.3405133Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:31:17.3409760Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:31:17.3410434Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:31:17.3411191Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:31:17.3426219Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:31:17.3426739Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:31:17.3427204Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:31:17.3434468Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:31:17.3435068Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:31:17.3435672Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:31:17.3441789Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3442308Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3453453Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3462756Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3472970Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3477522Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3482356Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3496954Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3501075Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3513542Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3518577Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3528039Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3533005Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:31:17.3538937Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:31:17.3539456Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:31:17.3552266Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:31:17.3559790Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:31:17.3565253Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3565792Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3570751Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3582819Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3588068Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3593308Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3605854Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:17.3611695Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:31:17.3612470Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:31:17.3616833Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:31:17.3631213Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3631819Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3632818Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3650857Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3658073Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3670412Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3682690Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3687194Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3700396Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3708419Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3721374Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3731832Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3743508Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3749865Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3756111Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3763942Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3775173Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:31:17.3780924Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3781383Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3785767Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3790686Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3803659Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3811939Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3824356Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3834891Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3841079Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3848690Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3864483Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3868465Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3881339Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3885040Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3897736Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:31:17.3902988Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3903758Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3904583Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3917981Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3936974Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3952766Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3957045Z 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-11-23T01:31:17.3966250Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3969768Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:17.3974227Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.3974815Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.3978411Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.3989171Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.3993081Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.3997069Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.4000917Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.4013653Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.4018659Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:31:17.4024286Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4024888Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4031498Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4041117Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4044745Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4055211Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4059940Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:17.4065062Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:31:17.4065690Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:31:17.4066371Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:31:17.4071419Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-11-23T01:31:17.4072229Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-11-23T01:31:17.4073997Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:31:17.4074433Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:31:17.4085183Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:31:17.4097890Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:31:17.4102542Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:31:17.4113111Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:31:17.4113589Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:31:17.4114631Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:31:17.4119933Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:31:17.4120469Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:31:17.4124648Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:31:17.4129078Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:31:17.4141951Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:31:17.4151872Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:31:17.4152671Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:31:17.4153583Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:31:17.4159417Z creating build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:31:17.4160339Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:31:17.4161090Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:31:17.4166003Z creating build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-11-23T01:31:17.4166598Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-11-23T01:31:17.4177369Z creating build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4177943Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4185311Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4194292Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4198429Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4209362Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4215211Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4220160Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4232486Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:31:17.4237447Z creating build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:31:17.4237932Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:31:17.4238992Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:31:17.4244250Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-11-23T01:31:17.4244636Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-11-23T01:31:17.4254686Z creating build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4255395Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4259692Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4269927Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4294238Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4298726Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4310812Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4316496Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4329134Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4346172Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4350012Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4359322Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4364476Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4377340Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4389891Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4394701Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4409152Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4429920Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4450704Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4459561Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4469085Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4472909Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4490595Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4508522Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4518756Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4533044Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4541903Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:31:17.4547836Z creating build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4548732Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4553284Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4563995Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4569040Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4574212Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4583384Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4587784Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4612693Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4616189Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4620437Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:17.4633722Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-11-23T01:31:17.4634455Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-11-23T01:31:17.4640489Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-11-23T01:31:17.4641182Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-11-23T01:31:17.4646413Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:31:17.4647172Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:31:17.4652707Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:31:17.4664291Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4664906Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4668780Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4674341Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4683117Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4687149Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4692185Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4696330Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4707027Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4711551Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4715601Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4728688Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4741625Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4762324Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4784711Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4795830Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4800109Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:31:17.4812740Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:31:17.4813200Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:31:17.4820589Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:31:17.4827485Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-11-23T01:31:17.4833199Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-11-23T01:31:17.4833604Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-11-23T01:31:17.4834044Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-11-23T01:31:17.4843494Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:17.4844023Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:17.4849302Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:17.4853271Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:17.4857428Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:17.4869614Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:17.4870123Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:17.4875980Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.4876466Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.4880617Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.4885209Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.4895565Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:17.4900555Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.4901074Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.4911458Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:17.4921149Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-11-23T01:31:17.4922124Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-11-23T01:31:17.4932478Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:31:17.4933007Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:31:17.4938609Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:31:17.4943094Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:31:17.4948374Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:31:17.4959816Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:31:17.4960440Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:31:17.4964757Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:31:17.4978110Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:31:17.4978617Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:31:17.4983114Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:31:17.4990331Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:31:17.4995361Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-11-23T01:31:17.4995830Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-11-23T01:31:17.5000393Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-11-23T01:31:17.5000857Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-11-23T01:31:17.5012458Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5012893Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5020853Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5025348Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5031199Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5035805Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5044130Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5048624Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5051935Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5057489Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5068911Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5072712Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:31:17.5079729Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5080448Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5084375Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5097631Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5109837Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5114356Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5118498Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:31:17.5124376Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:17.5125286Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:17.5137222Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:17.5140868Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:17.5146366Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:17.5152357Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5152850Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5165308Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5170082Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5181419Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5186941Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5213625Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5219438Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5224178Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5232426Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5240984Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:31:17.5246702Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5247243Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5248150Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5252002Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5265252Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5270979Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:31:17.5282504Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:31:17.5282987Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:31:17.5287159Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:31:17.5291033Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:31:17.5303236Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5303732Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5307711Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5317676Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5322525Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5328284Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:17.5338227Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5338750Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5347339Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5359220Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5364004Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5368814Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5373843Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5383830Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5388120Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5392663Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5396778Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5406403Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5410394Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5416322Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5422420Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5431012Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5435658Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5441364Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5447847Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5459214Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5466764Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5470754Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5478763Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5482648Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5488170Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5491481Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5500272Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5503721Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5510305Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5513823Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5523969Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5527483Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5530579Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5533437Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5544412Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5559679Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5564070Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5571080Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5580440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5585740Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5591024Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5599503Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5604637Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5608599Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5612251Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5624182Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5627597Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5630582Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5635082Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5648814Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5653937Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5657446Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5666346Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5670266Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5675028Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5681053Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:17.5694558Z creating build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-11-23T01:31:17.5695289Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-11-23T01:31:17.5700396Z creating build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:31:17.5700834Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:31:17.5705331Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:31:17.5709457Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:31:17.5722384Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:31:17.5728251Z creating build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5729006Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5735549Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5739285Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5746397Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5750519Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5755457Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5760868Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5772915Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5776170Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5779418Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5782479Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5794616Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:31:17.5800181Z creating build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:31:17.5800828Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:31:17.5806341Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:31:17.5818841Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5819492Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5820339Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5833822Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5837928Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5848814Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5868693Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5885487Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5889768Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5902246Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5914904Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5969108Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.5987351Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6016425Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6042128Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6046838Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6065080Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6098539Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6109554Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6118478Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6131197Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6142156Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6159224Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6175258Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6181048Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6191858Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:31:17.6197196Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:31:17.6198067Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:31:17.6198960Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:31:17.6208938Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:31:17.6209425Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:31:17.6210883Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:31:17.6214533Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:31:17.6220481Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6221165Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6221981Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6235016Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6270135Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6274556Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6284783Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6288788Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:31:17.6301947Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:31:17.6302742Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:31:17.6303731Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:31:17.6307775Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:31:17.6309226Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:31:17.6313280Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:31:17.6334492Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:31:17.6339133Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:31:17.6353794Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:31:17.6354405Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:31:17.6355401Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:31:17.6361237Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:31:17.6366569Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:31:17.6367126Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:31:17.6367877Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:31:17.6373335Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:17.6373982Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:17.6374813Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:17.6386864Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:17.6395522Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:17.6403100Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-11-23T01:31:17.6403616Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-11-23T01:31:17.6405581Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-11-23T01:31:17.6406749Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-11-23T01:31:17.6410030Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6410696Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6411253Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6428696Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6433657Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6446807Z 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-11-23T01:31:17.6451195Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6460793Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:17.6482924Z 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-11-23T01:31:17.6490150Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:31:17.6490737Z 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-11-23T01:31:17.6495342Z 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-11-23T01:31:17.6500735Z 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-11-23T01:31:17.6514222Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-11-23T01:31:17.6515117Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-11-23T01:31:17.6516117Z 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-11-23T01:31:17.6527519Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:31:17.6528123Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:31:17.6529079Z 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-11-23T01:31:17.6539788Z 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-11-23T01:31:17.6554291Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:31:17.6554972Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:31:17.6555693Z 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-11-23T01:31:17.6561916Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:31:17.6581867Z 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-11-23T01:31:17.6587369Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6587885Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6591760Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6616108Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6626221Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6642191Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6649995Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:17.6663562Z creating build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-11-23T01:31:17.6664010Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-11-23T01:31:17.6669443Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-11-23T01:31:17.6669868Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-11-23T01:31:17.6674959Z creating build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:31:17.6675405Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:31:17.6676649Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:31:17.6691426Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6691808Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6696592Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6702541Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6726560Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6734946Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6739334Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6750041Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6754106Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:31:17.6766933Z creating build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6767345Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6771363Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6775614Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6813377Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6826288Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:31:17.6839495Z creating build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:31:17.6839916Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:31:17.6844430Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:31:17.6849783Z creating build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:17.6850209Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:17.6862850Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:17.6868289Z creating build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6869088Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6872899Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6881710Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6885428Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6890322Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6895202Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6902265Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6914124Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6918146Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6929741Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:31:17.6950266Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6950946Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6951594Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6956247Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6965779Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6972097Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6982001Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6985996Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6992075Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.6999718Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:31:17.7005542Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7006199Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7006802Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7016146Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7020855Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7026010Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7034000Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:17.7038741Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7039502Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7040207Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7045014Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7055965Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7068605Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7073323Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7083293Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7089728Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:17.7103285Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:17.7103952Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:17.7104897Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:17.7123632Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7124067Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7128609Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7137354Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7142213Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7147345Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7151250Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7165695Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:31:17.7176790Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7177669Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7182267Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7186086Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7198090Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7212571Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7220634Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:17.7222879Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7223543Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7227587Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7231229Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7241843Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7245815Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:17.7253427Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7253898Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7267805Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7268968Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7270152Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7270906Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7272255Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7272866Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7274912Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7275540Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7276171Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7277033Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:31:17.7283022Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7283837Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7289138Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7290297Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7291271Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7292350Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7293364Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:31:17.7297964Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:31:17.7298715Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:31:17.7299413Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:31:17.7311670Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:31:17.7317832Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:31:17.7330269Z creating build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7330716Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7331523Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7333095Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7334196Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7335467Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7336473Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7337580Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7338972Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7340041Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7341788Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7343084Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7343925Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7345467Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7346226Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:31:17.7352666Z creating build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7353120Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7354151Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7355588Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7356652Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7357435Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7358808Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:31:17.7361035Z creating build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:31:17.7361872Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:31:17.7362728Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:31:17.7371465Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:31:17.7376699Z creating build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:31:17.7377509Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:31:17.7378399Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:31:17.7379270Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:31:17.7381244Z creating build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:31:17.7382005Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:31:17.7382842Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:31:17.7391829Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:31:17.7396382Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:31:17.8833765Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:31:17.8834407Z creating build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.8835022Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.8869129Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.8903406Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.8982677Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9042227Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9044361Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9049826Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9054526Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9058779Z copying torch/bin/ProcessGroupGlooTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9063948Z copying torch/bin/ProcessGroupNCCLTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9068889Z copying torch/bin/ProcessGroupNCCLErrorsTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9074360Z copying torch/bin/ProcessGroupUCCTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9078742Z copying torch/bin/ProcessGroupMPITest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9080636Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9085635Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9091191Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9178622Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9183791Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9185718Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9215032Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:31:17.9217231Z creating build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9217675Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9221500Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9226088Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9230429Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9235121Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9239358Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9243992Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9248541Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9253174Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9257939Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9262075Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9267116Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9271855Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9276028Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9280200Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9284682Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9289488Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9294842Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9307699Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9311862Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9316666Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9321239Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9325544Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9329658Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9334017Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9338698Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9343250Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9347798Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9357244Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9361713Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9366058Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9380846Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9385038Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9389843Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9395905Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9400984Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9405667Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9410761Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9415058Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9419696Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9424152Z copying torch/test/c10_cuda_CUDATest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9428265Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9434151Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9438499Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9444090Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9448812Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9453668Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9458362Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9463250Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9467662Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9472405Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9476889Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9484148Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9488421Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9492660Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9497226Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9501971Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9508799Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9513137Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9517519Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9521894Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9526289Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9530692Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9535311Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9539505Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9543797Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9548036Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9553326Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9558013Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9562252Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9566535Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9571238Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9575814Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9580222Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9586858Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9591765Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9592920Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9597523Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9602521Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9606902Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9611091Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9612521Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9617674Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9621761Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9626066Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9630059Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9634761Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9644090Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9649395Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9658715Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9666190Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9676337Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9685071Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9689903Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9697221Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9701346Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9705796Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9710082Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9735575Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9739692Z copying torch/test/cuda_apply_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9743959Z copying torch/test/cuda_atomic_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9749198Z copying torch/test/cuda_caching_host_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9753427Z copying torch/test/cuda_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9758835Z copying torch/test/cuda_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9763650Z copying torch/test/cuda_cub_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9768457Z copying torch/test/cuda_device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9772521Z copying torch/test/cuda_distributions_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9777695Z copying torch/test/cuda_dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9781872Z copying torch/test/cuda_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9786495Z copying torch/test/cuda_half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9790587Z copying torch/test/cuda_integer_divider_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9794694Z copying torch/test/cuda_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9798834Z copying torch/test/cuda_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9803157Z copying torch/test/cuda_reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9807346Z copying torch/test/cuda_stream_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9812266Z copying torch/test/cuda_vectorized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9816523Z copying torch/test/cuda_cudnn_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:31:17.9821279Z creating build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9821680Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9826568Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9833545Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9839653Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9850469Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9858122Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9863150Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9874892Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9878668Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9885433Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9889528Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9896952Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9901080Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9906278Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9911173Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9924423Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9928661Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9930651Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9932747Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:31:17.9934249Z creating build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-11-23T01:31:17.9934686Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-11-23T01:31:17.9938707Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9942633Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9956012Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9963646Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9969198Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9974230Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9986696Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9990602Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:17.9996121Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0004887Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0009477Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0012983Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0016498Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0026926Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0030795Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0035236Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0039701Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:31:18.0051765Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:18.0056168Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:31:18.0057514Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0062007Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0065811Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0078450Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0082899Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0087002Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:31:18.0092382Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:31:18.0093296Z creating build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.0094025Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.0100029Z copying torch/lib/libc10_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.0104538Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.0105675Z copying torch/lib/libtorch_cuda_linalg.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.0596085Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.2239026Z copying torch/lib/libtorch_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3469924Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3470503Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3471465Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3477111Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3479947Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3483166Z copying torch/lib/libc10d_cuda_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3484641Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3604228Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:31:18.3604929Z creating build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3605586Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3607141Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3608829Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3610267Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3611256Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3612277Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3614070Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3614908Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3615872Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3617649Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3619568Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3620440Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3621262Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3622564Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3623591Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3624885Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3625819Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3626934Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3628084Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3629252Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3631937Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:31:18.3633209Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3633605Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3634976Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3636044Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3637004Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3638763Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3639295Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3640258Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3641285Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3642184Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3643263Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3644647Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3645468Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3647476Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3647994Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3650561Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3651122Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3651649Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3652395Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3653051Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3654621Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3656042Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3656597Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3657468Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3658415Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3659983Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3661016Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3662211Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3663058Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3664145Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3665181Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3666528Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3667587Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3668553Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3669488Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3671023Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3671893Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3673212Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3674028Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3675199Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3676476Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3677436Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3678455Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3679413Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3680303Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3681370Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3682844Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3683733Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3685169Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3686128Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3687267Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3688563Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3689377Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3690379Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3691258Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3692381Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3693320Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3694113Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3695659Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3696285Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3697372Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3698317Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3699076Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3700360Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3701244Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3702192Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3703415Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3705628Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3706270Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3706970Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3708440Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3710127Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3711190Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3712191Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3714403Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3715215Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3716189Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3717499Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3718894Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3720256Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3721756Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3722887Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3724374Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3725644Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3726965Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3728380Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3729806Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3731098Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3732603Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3734844Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3735629Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3736780Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3738135Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3739463Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3741163Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3742455Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3744096Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3745463Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3746877Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3748140Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3749926Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3751471Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3752597Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3754666Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3755920Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3757312Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3758998Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3760893Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3762686Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3765027Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3778418Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3784953Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3796729Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3797813Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:31:18.3799351Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:31:18.3800128Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:31:18.3801227Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:31:18.3803099Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3804040Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3804580Z 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-11-23T01:31:18.3805528Z 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-11-23T01:31:18.3806947Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3808749Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3810361Z 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-11-23T01:31:18.3812176Z 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-11-23T01:31:18.3813381Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3814781Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3816250Z 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-11-23T01:31:18.3817737Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3819725Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:18.3821317Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3822292Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3823775Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3825488Z 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-11-23T01:31:18.3826982Z 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-11-23T01:31:18.3829036Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3830540Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3833138Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3834646Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:18.3836226Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3837618Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3839071Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3840489Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3842052Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3843247Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:31:18.3845077Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3845898Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3847259Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3848051Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3849851Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3850644Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3852175Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3853256Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3854168Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3855027Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3855899Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3857089Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3858086Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3859197Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3860121Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3861897Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3862940Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3863854Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3865492Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3866515Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3867541Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3868698Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3869519Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3870697Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3872773Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3873683Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3874601Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3875509Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3876341Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3877239Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3878059Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3879402Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3880447Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3881367Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3882952Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3884615Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3885606Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3886980Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3888147Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3889080Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3889968Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3891305Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3892539Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3893837Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3895229Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3896450Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3897843Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3899251Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3900576Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3901936Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3903195Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3904640Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3906108Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3907505Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3908826Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3910206Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3912298Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3913841Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3916173Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3917267Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3919587Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3920914Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3922562Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3923699Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3925040Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3926403Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3927964Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3931857Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3932772Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3933513Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3935127Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3937218Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:31:18.3938229Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3939000Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3940430Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3941630Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3943263Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3944789Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3946113Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3947537Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3948816Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3950039Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3951231Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3952678Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3954051Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3955250Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3956605Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3957929Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3960044Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3961055Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3962366Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3963923Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3965228Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3966491Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3967981Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3969495Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3971009Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3972155Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3973394Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3974605Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3976142Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3977462Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3978676Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3979940Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3982090Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3982918Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3983903Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3985110Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:31:18.3986336Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3987183Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3988427Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3989334Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3991346Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3992115Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3993366Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3994367Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3995220Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3996220Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3997090Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:31:18.3998072Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.3999077Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.3999863Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4000771Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4002169Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4002965Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4003890Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4004797Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:31:18.4005859Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4006773Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4007858Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4009008Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4009601Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4010891Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4012091Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4013362Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4014236Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4015194Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4016138Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4017141Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4018208Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4019826Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:31:18.4020840Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4021264Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4022285Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4023340Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4024442Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4025720Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4026800Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4028139Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4029131Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4029821Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4045394Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4046420Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4047036Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4047890Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4048567Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4049252Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4049864Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4050716Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4051539Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4052158Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4052766Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4053388Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4054055Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4054846Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4055495Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4056095Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4056758Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4057374Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4058080Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4058760Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4059282Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4059895Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4060478Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4061080Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4061644Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4062245Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4062778Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4063323Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4064117Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4064834Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4065346Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4065982Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4066823Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4067565Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4068218Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4068720Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4069508Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4070170Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4070703Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4071330Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4072252Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4072940Z 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-11-23T01:31:18.4074285Z 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-11-23T01:31:18.4075335Z 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-11-23T01:31:18.4076454Z 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-11-23T01:31:18.4077626Z 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-11-23T01:31:18.4078871Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4079955Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4081028Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4081961Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4083470Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4084250Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4085448Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4086951Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4088134Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4089129Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4090148Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4091251Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4092816Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4093576Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4094548Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4095525Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4096801Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4097743Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4098663Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4099656Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4100730Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4101674Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4102712Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4103794Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4105070Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4106066Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4107027Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4107808Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4109288Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4110146Z 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-11-23T01:31:18.4111165Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4112674Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4113427Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4114741Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4115790Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4116961Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4118123Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4119202Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4120505Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4122043Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4123052Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4125082Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4125624Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4126664Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4127983Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4129281Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4130128Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4131755Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4133009Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4134115Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4135323Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4136976Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4137530Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4139124Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4140166Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4141996Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4142553Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4143261Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4144215Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4145442Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4146852Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4147709Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4148897Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4149842Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4151051Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4151958Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4153497Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4154842Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4156053Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4157047Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4158220Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4159173Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4161009Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4162008Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4163302Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4164427Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4165630Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4166629Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4167862Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4168877Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4170397Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4171269Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4172510Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4173690Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4174868Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4177069Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4177705Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4178379Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4178934Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4180323Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4181468Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4182309Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4183434Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4184570Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4186103Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4187336Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4188147Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4189412Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4190823Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4192266Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4193357Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4194581Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4195794Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4196747Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4197802Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4198751Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4199957Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4201102Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4202290Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4203604Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4204895Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4206000Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4206999Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4207975Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4210023Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4210624Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4211482Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4212462Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4213494Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4214859Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4215694Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4217154Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4218084Z 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-11-23T01:31:18.4219074Z 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-11-23T01:31:18.4219920Z 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-11-23T01:31:18.4221064Z 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-11-23T01:31:18.4222206Z 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-11-23T01:31:18.4223959Z 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-11-23T01:31:18.4225356Z 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-11-23T01:31:18.4226221Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4228307Z 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-11-23T01:31:18.4229400Z 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-11-23T01:31:18.4230151Z 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-11-23T01:31:18.4230859Z 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-11-23T01:31:18.4231796Z 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-11-23T01:31:18.4232326Z 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-11-23T01:31:18.4233222Z 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-11-23T01:31:18.4234236Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4235498Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4236598Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4237963Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4239045Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4239945Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4240888Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4242067Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4242964Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4245202Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4245839Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4246311Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4246879Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4248306Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4249435Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4250602Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4251739Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4253064Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4254126Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4255165Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4256568Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4257614Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4259028Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4259953Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4261169Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4262368Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4264503Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4265124Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4266113Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4267202Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4268416Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4269295Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4270595Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4271404Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4272592Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4273716Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4275010Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4276335Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4277698Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4278952Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4280391Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4281762Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4282954Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4284646Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4286061Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4287396Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4288703Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4290087Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4291521Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4292828Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4294028Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4295775Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4297001Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4298276Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4299572Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4300905Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4302245Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4303671Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4305204Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4306350Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4307650Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4308997Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4310384Z 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-11-23T01:31:18.4312557Z 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-11-23T01:31:18.4313733Z 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-11-23T01:31:18.4315041Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4316672Z 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-11-23T01:31:18.4317904Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4319185Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4320521Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4322279Z 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-11-23T01:31:18.4323640Z 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-11-23T01:31:18.4324833Z 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-11-23T01:31:18.4326141Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4327486Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4328884Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4330242Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4331377Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4332642Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4334113Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4335659Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4336988Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4338416Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4339791Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4341305Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4342330Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4343453Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4344682Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4345930Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4347018Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4349270Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4349829Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4350542Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4351738Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4352960Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4354126Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4355306Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4356735Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4357689Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4359133Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4360316Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4361357Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4363783Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4364287Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4365769Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4366648Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4368002Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4369251Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4370461Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4372026Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4372964Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4374066Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4375435Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4376463Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4378106Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4379229Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4380457Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4381873Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4383400Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4384903Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4386046Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4387447Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4388959Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4390195Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4391655Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4393005Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4394695Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4396361Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4397895Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4399205Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4400543Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4401899Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4403311Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4404486Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4406023Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4407366Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4408892Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4410356Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4411550Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4412936Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4414366Z 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-11-23T01:31:18.4415671Z 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-11-23T01:31:18.4417086Z 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-11-23T01:31:18.4418303Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4419677Z 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-11-23T01:31:18.4421153Z 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-11-23T01:31:18.4422647Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4423884Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4425197Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4426526Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4427845Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4429103Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4430372Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4431702Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4433116Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4434568Z 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-11-23T01:31:18.4435807Z 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-11-23T01:31:18.4437101Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4438430Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4439769Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4441365Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4442706Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4443950Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4445387Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4446800Z 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-11-23T01:31:18.4448048Z 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-11-23T01:31:18.4449509Z 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-11-23T01:31:18.4450940Z 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-11-23T01:31:18.4452387Z 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-11-23T01:31:18.4453772Z 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-11-23T01:31:18.4455061Z 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-11-23T01:31:18.4456377Z 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-11-23T01:31:18.4457668Z 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-11-23T01:31:18.4458966Z 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-11-23T01:31:18.4460275Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4461611Z 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-11-23T01:31:18.4462979Z 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-11-23T01:31:18.4464310Z 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-11-23T01:31:18.4465553Z 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-11-23T01:31:18.4466956Z 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-11-23T01:31:18.4468310Z 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-11-23T01:31:18.4469534Z 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-11-23T01:31:18.4470868Z 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-11-23T01:31:18.4472155Z 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-11-23T01:31:18.4473418Z 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-11-23T01:31:18.4474820Z 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-11-23T01:31:18.4476216Z 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-11-23T01:31:18.4477663Z 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-11-23T01:31:18.4478949Z 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-11-23T01:31:18.4480151Z 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-11-23T01:31:18.4481405Z 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-11-23T01:31:18.4483316Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4484709Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4486051Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4487399Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4488784Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4490129Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4491534Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4492923Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4494191Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4495497Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4496827Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4498674Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4499785Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4501040Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4502397Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4503790Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4505208Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4509048Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4509964Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4510793Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4511852Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4512779Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4513835Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4514671Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4515332Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4516692Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4517969Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4519678Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4520624Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4522117Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4523488Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4525305Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4526467Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4527805Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4529255Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4530478Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4531776Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4533405Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4534561Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4535929Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4537230Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4538567Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4539921Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4543967Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4544418Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4544905Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4545448Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4546077Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4547333Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4548628Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4549588Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4550796Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4551912Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4553334Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4554294Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4555783Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4556615Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4558118Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4558841Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4559753Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4560832Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4562204Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4563811Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4564578Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4566390Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4567005Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4568374Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4569542Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4571182Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4572099Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4572896Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4574094Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4575165Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4576726Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4577770Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4578937Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4579941Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4580915Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4582081Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4583665Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4584474Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4585578Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4586675Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4587762Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4588914Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4590216Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4591225Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4592420Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4593787Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4594508Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4595769Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4596724Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4598105Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4598915Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4600003Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4600887Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4601926Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4603223Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4604154Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4605458Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4606198Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4607437Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4608700Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4609731Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4610700Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4612033Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4613099Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4614601Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4615420Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4617360Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4617694Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4618797Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4619740Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4620958Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4622134Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4623562Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4624231Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4625539Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4627092Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4627989Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4629441Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4630840Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4631716Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4632707Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4634409Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4635269Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4635940Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4637425Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4638998Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4639800Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4641544Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4642359Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4643433Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4644332Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4645469Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4646655Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4647406Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4648581Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4649685Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4650712Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4651510Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4652615Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4653844Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4654507Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4655523Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4656488Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4657457Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4658602Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4659535Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4660530Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4661471Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4662876Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4663714Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4664825Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4666599Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4666992Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4667922Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4668794Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4670096Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4670870Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4672190Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4672983Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4674289Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4675308Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4676649Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4677556Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4678810Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4679755Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4681003Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4682181Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4683625Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4684396Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4685320Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4686314Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4687536Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4688839Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4689861Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4690550Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4691551Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4692830Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4693868Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4695093Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4696159Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4697397Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4698576Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4699876Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4700744Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4702077Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4703443Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4704730Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4705562Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4706764Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4708446Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4709440Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4710659Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4711620Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4712913Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4714051Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4715027Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4716311Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4717509Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4718990Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4719987Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4721143Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4722136Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4723815Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4724914Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4725944Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4726500Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4727802Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4728902Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4730078Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4731018Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4732090Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4733029Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4734483Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4735165Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4736208Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4737151Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4738444Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4739357Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4740544Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4741483Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4742689Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4743611Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4744904Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4745841Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4746876Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4747892Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4749116Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4750107Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4751392Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4752303Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4753632Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4754502Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4755783Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4756714Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4758000Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4758918Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4760124Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4761179Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4762363Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4763503Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4764765Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4766037Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4766926Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4767975Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4769262Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4770201Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4771618Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4772871Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4774009Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4774851Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4776824Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4777293Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4778377Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4780638Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4781737Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4783086Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4784417Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4786120Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4787314Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4788703Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4790200Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4791598Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4793343Z 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-11-23T01:31:18.4794575Z 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-11-23T01:31:18.4796155Z 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-11-23T01:31:18.4797395Z 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-11-23T01:31:18.4798804Z 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-11-23T01:31:18.4800245Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4801817Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4803390Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4804749Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4806226Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4807560Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4809320Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4810527Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4812270Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4813674Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4814937Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4816178Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4817747Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4819301Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4820884Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4822130Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4823400Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4824739Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4826162Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4827616Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4829157Z 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-11-23T01:31:18.4830490Z 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-11-23T01:31:18.4831864Z 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-11-23T01:31:18.4833499Z 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-11-23T01:31:18.4834706Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4836402Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4837539Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4839406Z 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-11-23T01:31:18.4840512Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4842104Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4843419Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4845186Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4846247Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4847942Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4849158Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4850880Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4852061Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4853448Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4854729Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4856228Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4857658Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4859102Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4860519Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4861967Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4863280Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4864723Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4866018Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4867749Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4869076Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4870222Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4872781Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4873719Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4875492Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4876642Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4877953Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4879285Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4880963Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4882255Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4884687Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4885636Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4886921Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4888522Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4889808Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4890756Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4892680Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4893207Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4894612Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4895821Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4897278Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4898255Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4899488Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4900804Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4901798Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4903226Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4904145Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4906034Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4906810Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4908510Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4909378Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4910513Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4912092Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4913295Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4914262Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4915620Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4916590Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4918115Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4918924Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4920532Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4921952Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4923100Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4924495Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4925816Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4927539Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4928749Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4930433Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4931570Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4933115Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4934318Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4935867Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4937177Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4938880Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4940087Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4941528Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4942744Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4944382Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4945670Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4947027Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4948359Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4949737Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4951098Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4952633Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4953886Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4955507Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4956915Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4958859Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4959902Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4961289Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4962337Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4963867Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4965525Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4966448Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4967925Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4968644Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4970195Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4971172Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4972194Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4973463Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4974374Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4975400Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4976535Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4977534Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4978588Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4979635Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4980699Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4981798Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4982888Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4983936Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4984985Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4986024Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4987172Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4988202Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4989357Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4990422Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4991550Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4992579Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4993619Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4994661Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4995804Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4996775Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4998199Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.4999297Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5000112Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5001185Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5002376Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5003391Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5004465Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5005914Z 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-11-23T01:31:18.5006590Z 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-11-23T01:31:18.5007729Z 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-11-23T01:31:18.5008740Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5010006Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5011329Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5012509Z 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-11-23T01:31:18.5013869Z 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-11-23T01:31:18.5014904Z 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-11-23T01:31:18.5015813Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5017234Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5018590Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5019224Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5020780Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5022046Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5022528Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5024145Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5025038Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5026047Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5027311Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5027968Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5029206Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5030508Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5031637Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5032657Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5033632Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5034608Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5035942Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5036859Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5037983Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5039102Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5040397Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5041159Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5042711Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5044181Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5045045Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5046342Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5047227Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5048714Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5049593Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5050670Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5052075Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5053103Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5054147Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5055484Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5056512Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5057569Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5058941Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5059721Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5060783Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5062275Z 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-11-23T01:31:18.5063285Z 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-11-23T01:31:18.5064269Z 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-11-23T01:31:18.5065393Z 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-11-23T01:31:18.5066451Z 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-11-23T01:31:18.5067587Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5068898Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5069895Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5071335Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5072277Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5073533Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5074443Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5075798Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5076622Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5078032Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5079145Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5079763Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5081069Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5082208Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5083585Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5084806Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5086141Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5087006Z 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-11-23T01:31:18.5088516Z 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-11-23T01:31:18.5089585Z 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-11-23T01:31:18.5090424Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5091600Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5092955Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5093611Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5095325Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5096073Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5097373Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5098135Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5099193Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5100232Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5101401Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5103220Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5104106Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5104905Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5106024Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5107004Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5108116Z 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-11-23T01:31:18.5109048Z 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-11-23T01:31:18.5110706Z 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-11-23T01:31:18.5111684Z 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-11-23T01:31:18.5113840Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5114337Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5114959Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5116392Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5117126Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5118439Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5119383Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5120708Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5122004Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5122971Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5124465Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5125726Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5126963Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5128295Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5129269Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5130874Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5132071Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5133369Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5134635Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5136053Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5137684Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5138154Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5139536Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5140994Z 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-11-23T01:31:18.5141734Z 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-11-23T01:31:18.5143495Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5144190Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5145708Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5146667Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5148952Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5149417Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5150242Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5151629Z 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-11-23T01:31:18.5152776Z 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-11-23T01:31:18.5154218Z 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-11-23T01:31:18.5154844Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5155920Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5157355Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5158293Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5159697Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5160688Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5161978Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5163189Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5164126Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5165551Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5166521Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5167746Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5169188Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5170387Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5171296Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5172393Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5173608Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5174709Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5175816Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5176604Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5178348Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5179176Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5180680Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5181568Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5182935Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5184028Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5185260Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5186246Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5188238Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5188789Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5189934Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5190683Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5191914Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5192981Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5194147Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5195101Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5196246Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5197172Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5198830Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5199949Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5201132Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5202512Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5203406Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5206062Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5206883Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5207546Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5208297Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5209743Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5210603Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5211784Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5212987Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5213834Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5215522Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5216626Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5217712Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5219058Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5220055Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5221411Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5222593Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5223921Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5224839Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5225953Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5226899Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5228312Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5229548Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5230517Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5231425Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5232815Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5233928Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5235053Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5236089Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5237503Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5238760Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5239923Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5241037Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5242325Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5244007Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5245246Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5246225Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5247583Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5248722Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5250357Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5251346Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5252421Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5254151Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5255351Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5256483Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5257848Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5258771Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5259826Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5261054Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5262347Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5263284Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5264605Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5265517Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5266807Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5267768Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5268837Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5269847Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5271333Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5272013Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5273828Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5274397Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5275211Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5276267Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5277487Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5278562Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5279684Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5280756Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5281821Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5282936Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5284202Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5285274Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5286345Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5287339Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5288333Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5289455Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5291072Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5291524Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5292974Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5293726Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5295094Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5296460Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5297428Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5298658Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5299704Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5301174Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5302221Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5303446Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5304444Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5305701Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5306725Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5308068Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5308914Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5310032Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5311618Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5312337Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5313727Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5314636Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5315824Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5317346Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5318667Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5319908Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5321295Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5323056Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5324390Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5325771Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5326955Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5329437Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5330551Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5332460Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5334760Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5335350Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5336114Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5338161Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5338880Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5340647Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5341846Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5342975Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5344324Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5345715Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5347246Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5348476Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5349808Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5351419Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5352818Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5354147Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5355769Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5357102Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5358807Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5360090Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5361529Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5363006Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5365200Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5366208Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5367617Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5368973Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5370895Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5371919Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5373174Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5374557Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5376459Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5377368Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5378863Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5380253Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5381705Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5382935Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5384646Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5385849Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5387677Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5388783Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5390125Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5391467Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5392859Z 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-11-23T01:31:18.5394432Z 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-11-23T01:31:18.5395761Z 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-11-23T01:31:18.5397121Z 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-11-23T01:31:18.5398526Z 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-11-23T01:31:18.5399999Z 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-11-23T01:31:18.5401425Z 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-11-23T01:31:18.5402725Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5404482Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5405712Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5407262Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5408682Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5410086Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5411461Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5413223Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5414489Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5415720Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5417052Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5418683Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5420728Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5421902Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5423287Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5424797Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5426046Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5427424Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5428782Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5430210Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5431745Z 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-11-23T01:31:18.5433054Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5434408Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5435884Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5437149Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5438764Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5440144Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5441512Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5442988Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5444573Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5445865Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5447183Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5448849Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5450082Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5451460Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5452933Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5454306Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5456257Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5457522Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5458808Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5460304Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5461798Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5463136Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5464739Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5465964Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5467716Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5468775Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5470154Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5471472Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5472917Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5474665Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5475893Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5477260Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5478975Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5480182Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5481484Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5483860Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5484406Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5485686Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5486902Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5488182Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5489160Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5490895Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5492005Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5493445Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5494569Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5496167Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5497498Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5498657Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5500066Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5501401Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5503295Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5504423Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5505812Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5507203Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5508711Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5510539Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5511529Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5512927Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5514240Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5515121Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5516701Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5517612Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5518982Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5520141Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5521416Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5522526Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5524107Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5525355Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5526836Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5527737Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5529433Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5530402Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5531949Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5532870Z 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-11-23T01:31:18.5534264Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5535357Z 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-11-23T01:31:18.5536879Z 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-11-23T01:31:18.5538107Z 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-11-23T01:31:18.5539008Z 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-11-23T01:31:18.5540389Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5541315Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5542985Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5544101Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5545401Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5547073Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5547819Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5548858Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5549942Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5551243Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5552060Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5553784Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5554285Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5556612Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5557118Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5557762Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5558659Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5559547Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5561231Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5561999Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5564035Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5565109Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5566426Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5567230Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5568562Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5569841Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5571170Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5575202Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5575502Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5575921Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5576400Z 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-11-23T01:31:18.5577124Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5578219Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5579311Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5580662Z 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-11-23T01:31:18.5581677Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5582691Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5584025Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5584893Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5586342Z 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-11-23T01:31:18.5587891Z 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-11-23T01:31:18.5589194Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5590495Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5591838Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5593078Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5594342Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5595606Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5596946Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5598247Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5599591Z 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-11-23T01:31:18.5601011Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5602106Z 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-11-23T01:31:18.5603211Z 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-11-23T01:31:18.5604539Z 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-11-23T01:31:18.5605335Z 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-11-23T01:31:18.5606743Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5608157Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5609469Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5610722Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5611983Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5613227Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5614430Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5615675Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5616985Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5618016Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5619371Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5620782Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5621538Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5623264Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5624284Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5625408Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5626311Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5627551Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5628846Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5630516Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5631904Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5633281Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5634530Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5635772Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5637182Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5639553Z 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-11-23T01:31:18.5640556Z 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-11-23T01:31:18.5641475Z 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-11-23T01:31:18.5642613Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5643705Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5654466Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5655680Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5656768Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5658125Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5659056Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5660127Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5660997Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5662322Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5663434Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5664185Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5665294Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5666172Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5667640Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5668666Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5669430Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5670666Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5671937Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5673061Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5673847Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5676012Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5676794Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5677628Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5678681Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5679797Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5680986Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5682275Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5683405Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5684511Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5686011Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5686827Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5688332Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5689166Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5690344Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5691907Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5692651Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5693881Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5694910Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5696381Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5697318Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5698903Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5699704Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5700631Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5701743Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5703274Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5704144Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5705311Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5706683Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5707841Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5708943Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5710136Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5711388Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5712570Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5713784Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5714964Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5716364Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5718571Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5719237Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5720106Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5720966Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5722260Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5724436Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5725339Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5726272Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5727455Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5728762Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5730052Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5731086Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5732384Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5733314Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5734504Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5735749Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5736571Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5737801Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5738869Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5739859Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5741059Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5742251Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5743800Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5744798Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5745892Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5747079Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5748012Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5749251Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5751215Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5752327Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5753117Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5754098Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5755023Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5756790Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5757315Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5758342Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5759700Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5761218Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5762509Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5764122Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5765180Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5766407Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5767761Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5769255Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5770371Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5771429Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5772848Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5774103Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5775368Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5776547Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5777422Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5778573Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5779690Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5780777Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5782131Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5783134Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5784540Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5785622Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5786807Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5787805Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5788991Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5790125Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5791323Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5792654Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5793862Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5794945Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5795870Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5797663Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5798405Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5799982Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5801067Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5802433Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5804179Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5804770Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5805737Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5806819Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5808083Z 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-11-23T01:31:18.5809074Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5810529Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5815103Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5816181Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5817138Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5818157Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5819176Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5820298Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5821562Z 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-11-23T01:31:18.5822664Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5823819Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5825287Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5826280Z 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-11-23T01:31:18.5827283Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5828842Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5830200Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5831251Z 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-11-23T01:31:18.5832138Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5833065Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5834119Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5835538Z 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-11-23T01:31:18.5836767Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5837704Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5838640Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5839869Z 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-11-23T01:31:18.5841065Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5842300Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5843335Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5844655Z 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-11-23T01:31:18.5845530Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5846719Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5848154Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5849006Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5850355Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5851446Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5852414Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5853920Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5854514Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5856022Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5856530Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5857817Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5858957Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5859989Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5862014Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5863023Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5864176Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5865619Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5866817Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5867953Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5869139Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5870432Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5871269Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5872450Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5873660Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5874801Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5876124Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5876871Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5878136Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5878799Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5880099Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5881340Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5882644Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5884314Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5886214Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5887218Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5888425Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5889446Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5890635Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5892377Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5894127Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5896368Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5896974Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5897662Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5902121Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5903753Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5904769Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5905777Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5907390Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5908642Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5910201Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5911112Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5912206Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5913738Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5914873Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5915848Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5917219Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5918000Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5919131Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5920963Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5922090Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5923378Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5925435Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5926250Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5927098Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5928289Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5929406Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5930294Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5932029Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5932842Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5934089Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5934966Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5936198Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5937236Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5938336Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5939218Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5940478Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5941479Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5943008Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5943971Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5945127Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5946342Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5947593Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5948373Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5949294Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5950536Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5952071Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5952934Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5954320Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5955002Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5956102Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5958159Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5959361Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5960460Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5962301Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5964669Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5965736Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5968590Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5969457Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5970703Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5971982Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5973039Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5974297Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5975350Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5976456Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5977883Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5978950Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5979817Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5981767Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5982347Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5983213Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5984011Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5984979Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5986015Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5987561Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5988537Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5989520Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5990788Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5991983Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5993009Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5994768Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5995499Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5996059Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5996738Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5998266Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.5998940Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6000715Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6002630Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6003375Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6003951Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6005344Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6006447Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6008011Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6009445Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6010540Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6011861Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6012953Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6014262Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6015530Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6016704Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6018163Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6019274Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6020558Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6022984Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6023598Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6024234Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6025648Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6026600Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6027231Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6028628Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6029386Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6030568Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6031681Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6033425Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6034087Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6035124Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6036907Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6037813Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6038600Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6039099Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6040202Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6041325Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6042253Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6044349Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6044859Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6045837Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6060668Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6061569Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6062420Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6063227Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6064026Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6064969Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6065896Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6066718Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6067561Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6068459Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6069518Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6070551Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6071493Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6072513Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6073500Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6074394Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6075194Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6076228Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6077156Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6078185Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6079259Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6080231Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6081074Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6082092Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6082882Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6083683Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6084622Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6085516Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6086317Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6087120Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6088150Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6089081Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6089920Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6090731Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6091661Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6092567Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6093379Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6094167Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6095158Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6096230Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6097135Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6097980Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6098999Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6100483Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6101930Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6103327Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6104542Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6106160Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6107481Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6108871Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6110191Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6111906Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6113073Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6114317Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6115666Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6117364Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6118681Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6119880Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6121262Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6122819Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6124242Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6125563Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6126946Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6128720Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6129829Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6131312Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6132557Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6133947Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6135298Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6136913Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6138320Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6139805Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6141119Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6142421Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6143772Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6145063Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6147238Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6148389Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6149737Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6151214Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6152502Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6153892Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6155357Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6156775Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6158107Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6159497Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6160895Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6162693Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6164355Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6165881Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6167152Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6168458Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6169844Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6171223Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6172574Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6174053Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6175366Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6177013Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6178385Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6179776Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6181123Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6182473Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6183835Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6185454Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6186919Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6188222Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6189583Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6190945Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6192493Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6193906Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6195191Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6196540Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6198090Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6199323Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6200743Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6202230Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6203818Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6205092Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6206457Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6207883Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6209288Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6210832Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6212128Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6213476Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6214995Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6216287Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6217637Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6218985Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6220521Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6221799Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6223182Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6224559Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6226285Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6227457Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6228802Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6230128Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6231557Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6233049Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6234453Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6235826Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6238199Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6239325Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6240565Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6242058Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6244451Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6245491Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6246937Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6248447Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6250017Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6251643Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6252861Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6254061Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6255450Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6256950Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6258223Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6259728Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6261018Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6262500Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6263759Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6265360Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6266687Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6268164Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6269836Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6271017Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6272279Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6273745Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6275102Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6276487Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6277844Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6279419Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6280633Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6282739Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6283828Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6285184Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6286533Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6288350Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6289575Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6290925Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6292311Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6294171Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6294806Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6296342Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6297729Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6299128Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6300359Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6301750Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6303186Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6304454Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6305933Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6307381Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6309064Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6310713Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6312185Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6313419Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6315203Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6316306Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6317921Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6319150Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6320519Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6322430Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6323588Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6325189Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6326472Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6327876Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6330330Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6331510Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6332743Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6334619Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6335593Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6337052Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6338421Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6339862Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6341218Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6342830Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6344046Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6345809Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6346867Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6348293Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6349615Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6351399Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6352507Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6353858Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6355174Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6357061Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6357613Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6359272Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6359958Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6361695Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6362426Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6364592Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6365497Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6366877Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6368234Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6369358Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6370755Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6371735Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6373381Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6374609Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6375607Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6377428Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6378217Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6379458Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6380433Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6381699Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6383213Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6384137Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6385752Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6386986Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6388502Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6389588Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6390663Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6392093Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6393762Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6394046Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6395218Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6396592Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6397490Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6398807Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6400016Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6401266Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6402689Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6403614Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6405243Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6406536Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6407429Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6408860Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6410191Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6411485Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6413169Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6414120Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6415287Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6416882Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6417609Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6418970Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6420441Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6421932Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6423274Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6424170Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6425905Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6426582Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6427788Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6429251Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6430122Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6431554Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6432348Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6434488Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6435077Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6435824Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6436771Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6438001Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6438774Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6440305Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6441244Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6442409Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6443792Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6444755Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6446236Z 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-11-23T01:31:18.6449861Z 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-11-23T01:31:18.6450406Z 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-11-23T01:31:18.6450867Z 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-11-23T01:31:18.6451249Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6452002Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6453828Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6454520Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6455762Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6457126Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6458359Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6459760Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6461060Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6462187Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6463730Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6464810Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6466316Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6466927Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6468468Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6469689Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6470926Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6472547Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6474688Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6475024Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6476397Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6477506Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6478829Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6480398Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6481145Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6482840Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6484984Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6485709Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6487478Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6488262Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6489786Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6491106Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6493349Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6494648Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6495366Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6497074Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6499018Z 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-11-23T01:31:18.6499340Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6500164Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6501370Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6502553Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6503588Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6504904Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6505806Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6507034Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6507908Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6509177Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6510397Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6512635Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6512964Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6513561Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6514992Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6515939Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6516951Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6517968Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6519170Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6520075Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6521093Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6522521Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6524023Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6524654Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6526194Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6527140Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6528225Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6529479Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6530053Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6531550Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6532555Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6534072Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6535038Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6536483Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6537676Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6538857Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6540019Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6541338Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6542996Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6544081Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6545294Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6546645Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6548265Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6549469Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6550760Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6552170Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6553514Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6555214Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6556438Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6557825Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6559433Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6560610Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6562522Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6563772Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6564986Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6566367Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6567778Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6569454Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6570667Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6572807Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6573938Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6575414Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6576888Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6578239Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6579565Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6580941Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6582405Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6583859Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6585098Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6586547Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6588069Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6589548Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6590989Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6592684Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6593818Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6595670Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6596789Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6598139Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6599705Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6601250Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6602941Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6604330Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6605662Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6607372Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6608729Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6609994Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6611572Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6612987Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6614297Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6615989Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6617074Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6619064Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6620128Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6621158Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6622849Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6624244Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6626074Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6627167Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6628439Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6630128Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6631254Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6632956Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6634296Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6635541Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6636894Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6638759Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6640267Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6641003Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6642576Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6643869Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6645128Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6646058Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6647382Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6648613Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6649620Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6650435Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6651749Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6652638Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6654238Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6655069Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6656246Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6657197Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6658190Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6659732Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6660994Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6661978Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6663399Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6664378Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6665389Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6666706Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6667731Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6668925Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6669816Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6671094Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6672055Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6673284Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6674425Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6675794Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6676731Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6677748Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6679146Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6680348Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6681297Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6682493Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6683466Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6684702Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6685635Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6686546Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6687793Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6689012Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6690043Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6691406Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6692617Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6693362Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6694600Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6695246Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6696722Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6697546Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6698631Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6699482Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6700482Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6701614Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6702623Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6703759Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6704653Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6705589Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6706542Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6707528Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6708513Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6709776Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6710845Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6711757Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6712794Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6714072Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6714946Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6715862Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6717146Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6718206Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6719106Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6721029Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6721447Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6722626Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6723244Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6724547Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6725457Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6726953Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6727915Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6729767Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6730997Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6732154Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6733156Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6734426Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6735639Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6736614Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6737858Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6738950Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6739748Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6741044Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6742009Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6743301Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6744393Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6745319Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6746685Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6747639Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6748757Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6749578Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6750978Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6752011Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6753406Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6754850Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6755616Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6756815Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6757771Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6759187Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6760172Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6761167Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6762276Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6763796Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6764745Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6766040Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6766976Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6768323Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6769522Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6770712Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6771899Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6772617Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6773902Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6775068Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6776054Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6777161Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6778448Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6779758Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6781115Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6781855Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6782945Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6783850Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6784976Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6785695Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6786495Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6787482Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6788651Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6789720Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6791140Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6792189Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6793512Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6794351Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6795531Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6796689Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6798699Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6799312Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6799847Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6801706Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6802687Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6804999Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6805567Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6807265Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6808287Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6809781Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6811221Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6812493Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6813830Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6815340Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6816696Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6817966Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6819365Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6820859Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6822131Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6823503Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6825169Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6826383Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6827765Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6829134Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6830838Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6832014Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6833598Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6834783Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6836613Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6837762Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6839097Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6840657Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6842524Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6843582Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6844928Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6846459Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6847947Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6849275Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6850761Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6852154Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6853875Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6855133Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6856796Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6858124Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6859380Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6860892Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6862362Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6863651Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6864990Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6866463Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6867711Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6869072Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6870619Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6872065Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6873380Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6874751Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6876335Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6877769Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6879003Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6880379Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6881900Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6883352Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6885231Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6885882Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6887287Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6888637Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6889955Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6891740Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6892754Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6894378Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6895234Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6896685Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6897742Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6899059Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6900111Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6901722Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6902879Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6903852Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6905626Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6906508Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6907565Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6908988Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6910658Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6911914Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6912647Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6913466Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6914694Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6915754Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6916923Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6917924Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6918941Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6919992Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6921273Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6922607Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6923635Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6924725Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6925476Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6926667Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6927901Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6929868Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6930159Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6931583Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6932401Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6933725Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6934756Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6935771Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6937090Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6938018Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6939259Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6940510Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6941977Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6942736Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6944082Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6945547Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6946134Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6947424Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6948332Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6949852Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6950519Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6951876Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6952498Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6954992Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6955291Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6955715Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6957564Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6958658Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6959854Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6961904Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6962679Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6965160Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6966237Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6968399Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6969329Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6970668Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6971724Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6973187Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6973943Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6975373Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6976253Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6977825Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6978708Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6980086Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6981136Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6982204Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6982827Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6984094Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6984978Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6986915Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6987925Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6988939Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6990136Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6991413Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6992698Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6994326Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6995598Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6997080Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6998423Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.6999525Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7000985Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7001926Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7003328Z 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-11-23T01:31:18.7004364Z 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-11-23T01:31:18.7005686Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7006476Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7008156Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7008993Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7010349Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7011303Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7012652Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7013413Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7015031Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7015810Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7017143Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7018411Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7019611Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7020381Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7021596Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7023097Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7023742Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7025112Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7026214Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7028172Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7028819Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7029739Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7030774Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7032041Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7033007Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7034367Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7035604Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7036918Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7038105Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7039337Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7040612Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7041949Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7043264Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7044763Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7045737Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7047309Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7048466Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7049383Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7050450Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7051727Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7052748Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7054067Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7055147Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7056467Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7057561Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7058685Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7059745Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7061298Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7062169Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7063366Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7064503Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7065923Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7067213Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7067945Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7069174Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7070414Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7071349Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7072506Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7073344Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7074591Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7075877Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7076876Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7078157Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7079513Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7080601Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7081947Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7083167Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7084465Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7085373Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7086815Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7088706Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7089172Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7090531Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7091528Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7092490Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7093779Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7094729Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7096071Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7096999Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7097987Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7099636Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7100510Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7101427Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7103076Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7104122Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7105412Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7106859Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7108161Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7109204Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7110578Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7111695Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7113083Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7114240Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7115456Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7116682Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7118018Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7119213Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7120748Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7122218Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7123630Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7125246Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7126020Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7127401Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7128364Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7129896Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7130996Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7132160Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7133292Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7134441Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7135578Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7137070Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7138040Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7139217Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7140433Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7141723Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7142452Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7144137Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7145138Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7146006Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7146893Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7148113Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7149332Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7150251Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7151578Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7152554Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7153483Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7154591Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7155454Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7156929Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7157609Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7159387Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7159770Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7160721Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7161871Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7163073Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7164318Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7165392Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7166710Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7167755Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7168882Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7169884Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7171794Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7172432Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7173570Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7175105Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7175565Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7176961Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7178523Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7179343Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7180173Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7181837Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7182585Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7184151Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7184985Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7187099Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7187981Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7189354Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7191014Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7193309Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7193776Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7194584Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7196075Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7197240Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7197999Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7198830Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7200515Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7201200Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7202821Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7203628Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7204872Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7205788Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7207075Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7208523Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7209404Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7210991Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7211821Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7213159Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7213942Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7215442Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7216608Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7217841Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7219113Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7220378Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7221703Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7223013Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7223982Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7225261Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7226406Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7227652Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7228904Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7229754Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7231592Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7232222Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7233082Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7234782Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7235377Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7236638Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7237861Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7238865Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7240734Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7241716Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7243199Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7244546Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7246137Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7247251Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7248912Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7250820Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7251964Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7253455Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7254756Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7256267Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7257922Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7259119Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7260675Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7262060Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7263569Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7264886Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7266335Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7267619Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7269185Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7270504Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7272082Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7273548Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7274920Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7276288Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7278600Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7280843Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7281344Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7282317Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7283980Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7284908Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7286295Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7287244Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7288368Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7289818Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7290617Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7291993Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7292742Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7293873Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7295611Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7296693Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7297691Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7298777Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7299873Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7301077Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7302223Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7303547Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7304919Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7305823Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7306774Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7309165Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7309698Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7310305Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7311095Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7311857Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7313111Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7314215Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7315331Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7316308Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7317534Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7318746Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7319942Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7321400Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7322232Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7323702Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7324906Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7325863Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7327202Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7328370Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7329433Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7330816Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7331968Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7332542Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7334346Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7335125Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7336460Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7337432Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7338604Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7339581Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7340869Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7341877Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7343136Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7344079Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7345309Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7346272Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7347665Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7348559Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7349829Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7350735Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7352590Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7353580Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7354814Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7355945Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7357257Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7358200Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7359444Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7360678Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7361915Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7363272Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7364409Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7365411Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7366694Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7367735Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7368933Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7369897Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7371167Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7372270Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7373371Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7374553Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7375620Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7376851Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7377747Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7378891Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7379860Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7381008Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7381995Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7383114Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7384282Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7385786Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7386650Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7387906Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7388776Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7390276Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7390814Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7392135Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7393237Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7394329Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7395184Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7396261Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7398332Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7398871Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7399815Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7401076Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7403182Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7403519Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7404335Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7405589Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7406202Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7407130Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7408655Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7409590Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7411033Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7412294Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7413156Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7414417Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7415677Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7417200Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7418066Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7419330Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7420378Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7421474Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7422389Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7423353Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7425087Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7425977Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7426958Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7427862Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7429163Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7430140Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7431413Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7432336Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7433349Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7434810Z 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-11-23T01:31:18.7435653Z 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-11-23T01:31:18.7436622Z 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-11-23T01:31:18.7437908Z 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-11-23T01:31:18.7438871Z 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-11-23T01:31:18.7440289Z 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-11-23T01:31:18.7441431Z 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-11-23T01:31:18.7442678Z 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-11-23T01:31:18.7444625Z 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-11-23T01:31:18.7445760Z 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-11-23T01:31:18.7446731Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7448254Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7449381Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7450825Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7452307Z 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-11-23T01:31:18.7453851Z 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-11-23T01:31:18.7455229Z 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-11-23T01:31:18.7456640Z 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-11-23T01:31:18.7458055Z 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-11-23T01:31:18.7459531Z 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-11-23T01:31:18.7460859Z 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-11-23T01:31:18.7462214Z 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-11-23T01:31:18.7463802Z 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-11-23T01:31:18.7465148Z 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-11-23T01:31:18.7466383Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7467892Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7469276Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7470709Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7472084Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7473648Z 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-11-23T01:31:18.7474978Z 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-11-23T01:31:18.7476703Z 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-11-23T01:31:18.7477857Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7479081Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7480649Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7482184Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7483895Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7484997Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7486599Z 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-11-23T01:31:18.7487896Z 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-11-23T01:31:18.7489339Z 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-11-23T01:31:18.7490587Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7491967Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7493457Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7494962Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7496394Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7497810Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7499170Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7500990Z 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-11-23T01:31:18.7502173Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7503529Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7505088Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7506459Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7507743Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7509117Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7511464Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7512660Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7513942Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7515282Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7516669Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7518036Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7519774Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7520757Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7522576Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7523888Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7525219Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7526979Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7528239Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7529500Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7530953Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7532309Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7534068Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7535203Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7536551Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7538184Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7539542Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7540827Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7542526Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7543607Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7545374Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7546495Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7547892Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7549621Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7550801Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7552555Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7553708Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7555284Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7556718Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7557977Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7559301Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7560893Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7562433Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7563871Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7565349Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7567105Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7567722Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7568636Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7570358Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7571372Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7572846Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7573768Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7576166Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7576644Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7577762Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7578650Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7579854Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7581029Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7582277Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7583139Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7584726Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7585432Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7586838Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7588145Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7589279Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7590515Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7592376Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7593547Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7594909Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7596574Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7598729Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7599709Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7601031Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7602555Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7606068Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7606711Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7607286Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7609063Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7610019Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7611491Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7612426Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7613881Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7615526Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7616360Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7617559Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7619255Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7619662Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7621185Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7621927Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7623015Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7624060Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7625054Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7626202Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7627275Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7628455Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7629417Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7630545Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7631616Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7632747Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7633688Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7634920Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7636089Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7637567Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7638275Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7639670Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7640623Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7642094Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7643120Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7644372Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7645475Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7646692Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7648233Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7649463Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7650699Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7651960Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7652771Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7654052Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7655284Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7656103Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7657708Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7658231Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7660072Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7660471Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7661852Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7662793Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7664315Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7665281Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7666748Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7667827Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7669051Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7670426Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7671857Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7672631Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7674136Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7675694Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7677373Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7678110Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7679763Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7681028Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7682073Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7683540Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7684391Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7685914Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7686769Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7687796Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7689272Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7689808Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7691548Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7692258Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7693000Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7694541Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7695218Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7696780Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7697655Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7698455Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7699707Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7700987Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7702470Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7703057Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7704550Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7705198Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7706553Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7708114Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7709078Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7709847Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7711116Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7712080Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7713547Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7714376Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7716098Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7716990Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7718253Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7719264Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7720385Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7721429Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7722654Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7723764Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7724840Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7726390Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7727142Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7728898Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7729318Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7730770Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7731838Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7733368Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7735367Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7735825Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7736698Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7737744Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7738474Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7739975Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7740879Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7742097Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7743004Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7744490Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7745288Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7747517Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7748079Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7749629Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7751088Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7752333Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7753773Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7755458Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7756771Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7758115Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7759833Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7761004Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7762501Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7764969Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7766123Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7767494Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7768925Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7770731Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7772067Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7773256Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7774632Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7776287Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7777599Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7779014Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7780381Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7781862Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7782891Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7784164Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7785642Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7786489Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7787869Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7788979Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7790086Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7791130Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7792063Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7793093Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7794669Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7795423Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7796569Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7797768Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7799013Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7800292Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7801811Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7802797Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7804143Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7805116Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7806527Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7807502Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7808767Z 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-11-23T01:31:18.7809862Z 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-11-23T01:31:18.7811016Z 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-11-23T01:31:18.7812110Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7813318Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7814575Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7815924Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7816675Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7818349Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7819390Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7820257Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7821535Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7822392Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7824575Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7824923Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7826138Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7827024Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7828157Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7829435Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7831118Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7831909Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7833198Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7835089Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7835545Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7836812Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7837841Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7839058Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7840153Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7841434Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7842744Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7843744Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7844891Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7845937Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7847160Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7848086Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7849260Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7851404Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7851721Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7852854Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7854491Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7855128Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7856159Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7857022Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7858207Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7859405Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7860398Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7861734Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7862735Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7863610Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7864825Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7865712Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7866849Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7868265Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7869080Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7870012Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7872331Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7872767Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7873403Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7874291Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7875172Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7876921Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7877250Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7878769Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7879602Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7880902Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7882500Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7883327Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7884825Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7885770Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7887024Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7888128Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7889413Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7890891Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7891650Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7893016Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7893868Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7897717Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7898024Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7898417Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7898897Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7899479Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7900754Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7901698Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7903501Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7904491Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7905853Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7906773Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7907782Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7909072Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7910075Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7911189Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7912069Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7912973Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7914226Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7915502Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7916554Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7917947Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7918790Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7919979Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7921328Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7922188Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7923828Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7925101Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7925913Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7927190Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7928597Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7929421Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7930756Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7931618Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7933245Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7934144Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7935195Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7936195Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7937439Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7938440Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7939727Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7940984Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7941951Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7943263Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7944204Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7945662Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7946668Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7948130Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7949153Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7950232Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7951693Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7952700Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7954069Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7955103Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7956592Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7957864Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7958852Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7959780Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7961241Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7962668Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7963994Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7965544Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7966464Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7968259Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7968877Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7970254Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7971617Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7972328Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7973431Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7974352Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7975508Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7976566Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7978359Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7979383Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7980882Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7981751Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7982616Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7983905Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7985294Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7986349Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7987544Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7988787Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7989803Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7991201Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7992155Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7993256Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7994492Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7995550Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7996609Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7998007Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.7999112Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8000199Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8001294Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8002676Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8003736Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8004952Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8005974Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8007185Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8008323Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8009647Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8010657Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8011908Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8012941Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8014176Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8015213Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8016303Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8017634Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8018570Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8019801Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8020804Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8022051Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8023083Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8024175Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8025363Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8026458Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8027710Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8028745Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8029980Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8031107Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8032193Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8033963Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8034430Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8035912Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8037624Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8038368Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8039673Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8041006Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8042641Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8044057Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8045404Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8046811Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8048251Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8050187Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8051241Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8052548Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8054264Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8056220Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8057558Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8059217Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8060489Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8061762Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8063140Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8064494Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8066176Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8067459Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8069299Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8070516Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8071765Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8073026Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8074769Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8076130Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8077390Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8079027Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8080397Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8081928Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8084364Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8085370Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8087003Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8088580Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8089864Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8091569Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8092944Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8094334Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8096117Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8097212Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8098575Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8100053Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8101092Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8102666Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8103464Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8105106Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8105984Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8107684Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8108547Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8109967Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8111867Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8112789Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8114229Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8115596Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8116964Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8118505Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8119729Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8121338Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8122696Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8124001Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8125736Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8127008Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8128442Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8130115Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8131332Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8132683Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8134364Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8135870Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8137175Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8138537Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8139823Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8141541Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8142596Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8144310Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8145390Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8147823Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8148664Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8149989Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8151496Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8152718Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8154738Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8155002Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8156242Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8157554Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8158481Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8159916Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8160913Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8162601Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8163460Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8164961Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8166583Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8167824Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8169140Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8170476Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8171784Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8173185Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8174173Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8175531Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8177158Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8178324Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8180219Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8181429Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8182732Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8184020Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8185717Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8186820Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8188179Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8189933Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8191165Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8192757Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8193993Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8195796Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8196908Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8198302Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8200007Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8201141Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8202688Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8204307Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8205888Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8207156Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8208803Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8209856Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8211715Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8212915Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8214191Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8215802Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8217124Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8218479Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8219869Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8221275Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8222606Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8223955Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8225292Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8226624Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8228313Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8229666Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8230928Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8232354Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8233957Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8235797Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8237151Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8238481Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8240060Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8241402Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8243286Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8245164Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8245979Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8247773Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8248492Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8250057Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8251071Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8252426Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8253664Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8254917Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8255894Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8257243Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8258319Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8259809Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8260969Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8262112Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8263417Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8264625Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8265838Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8267094Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8268328Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8269697Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8270627Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8271964Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8273585Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8274213Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8275776Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8277306Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8277879Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8279570Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8279950Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8281342Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8283232Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8283641Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8285097Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8285923Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8287528Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8288907Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8289782Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8291378Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8292134Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8293328Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8294568Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8295673Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8297068Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8297853Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8299075Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8300029Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8301192Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8302513Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8303426Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8305202Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8306020Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8306919Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8308497Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8309546Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8310555Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8311461Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8312906Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8314432Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8315470Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8316259Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8317727Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8318814Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8319694Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8321051Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8322394Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8323428Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8324204Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8325759Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8326623Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8327859Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8328889Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8330242Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8331285Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8332385Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8333316Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8334327Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8335477Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8336638Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8337729Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8338747Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8339906Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8340914Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8342113Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8343139Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8344327Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8345311Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8346501Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8347570Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8348609Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8349760Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8350998Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8352379Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8353191Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8354316Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8355309Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8356738Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8357662Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8358703Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8359843Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8360945Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8362192Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8363365Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8364278Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8365565Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8366485Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8367941Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8369062Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8370312Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8371662Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8372952Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8374807Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8376086Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8377190Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8378760Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8380013Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8381690Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8382889Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8384274Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8385624Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8387049Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8388778Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8390766Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8391846Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8393242Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8394880Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8396222Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8397591Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8399165Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8400402Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8402325Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8404228Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8405468Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8407032Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8408411Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8409994Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8411207Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8412756Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8414203Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8415476Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8417033Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8418301Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8420023Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8421176Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8422725Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8423986Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8425704Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8426873Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8428460Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8429823Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8431630Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8432883Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8434106Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8435665Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8437099Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8438325Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8439976Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8441302Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8442936Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8444677Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8445920Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8447512Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8448820Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8450278Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8451814Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8453150Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8454724Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8455972Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8457312Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8459103Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8460210Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8461861Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8463016Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8464760Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8465779Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8467445Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8468705Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8470205Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8471552Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8472808Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8474174Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8475842Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8477080Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8478749Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8479816Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8481550Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8483669Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8485059Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8486455Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8487854Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8489232Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8490557Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8492225Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8493587Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8495222Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8496488Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8497968Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8499669Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8500879Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8502291Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8503680Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8505196Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8506502Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8507896Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8509518Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8511225Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8512388Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8513952Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8515211Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8516554Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8517997Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8519340Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8521110Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8522394Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8524165Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8525540Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8526765Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8528248Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8529933Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8531580Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8532910Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8534460Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8536171Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8537320Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8538699Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8540269Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8541541Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8543376Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8544743Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8546031Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8547424Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8548813Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8550547Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8551642Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8553076Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8554386Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8556085Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8557271Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8559041Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8560135Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8561975Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8564033Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8565114Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8566861Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8568065Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8569514Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8571182Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8572360Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8573952Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8575391Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8577674Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8579128Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8580278Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8581777Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8583078Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8584915Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8585945Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8587323Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8588715Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8590206Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8591511Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8593311Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8594532Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8595876Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8597478Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8599039Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8600184Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8602107Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8603167Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8604579Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8606278Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8607501Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8608792Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8610577Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8611691Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8613072Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8614792Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8615771Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8617172Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8617972Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8619905Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8621049Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8622249Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8623905Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8624863Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8626122Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8627869Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8628841Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8630186Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8631784Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8633154Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8634531Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8635888Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8637271Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8639134Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8640289Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8642110Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8643299Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8645069Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8646286Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8647721Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8649125Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8650801Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8652027Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8653872Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8655076Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8656644Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8657925Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8659409Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8660800Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8661661Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8663207Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8664163Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8665629Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8667391Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8668696Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8670007Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8671113Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8672618Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8673629Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8675210Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8675762Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8677236Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8678237Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8679420Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8681397Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8681852Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8682809Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8684080Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8685490Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8686386Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8688056Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8688965Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8690422Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8691345Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8692789Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8693743Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8695481Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8697078Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8698715Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8701712Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8702189Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8702841Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8703320Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8704053Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8705008Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8706176Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8707181Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8708381Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8709438Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8710465Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8711505Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8712856Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8713999Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8715127Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8716273Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8717301Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8718881Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8719856Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8721245Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8722140Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8723846Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8725208Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8726338Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8727586Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8728785Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8729976Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8731380Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8732415Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8733804Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8735044Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8736771Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8737249Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8738439Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8739605Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8740754Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8741928Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8743088Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8744840Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8745959Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8747534Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8748488Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8749653Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8751011Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8752284Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8753386Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8754584Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8755764Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8757372Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8758441Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8759561Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8760949Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8762178Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8763282Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8764517Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8766007Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8766798Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8768253Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8769470Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8770611Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8771948Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8773022Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8774338Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8775658Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8776383Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8778199Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8779062Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8780248Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8781093Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8782230Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8783138Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8784127Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8785565Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8786404Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8787672Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8788997Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8790025Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8791070Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8792631Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8793458Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8795067Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8796163Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8797207Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8798585Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8799692Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8800754Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8802144Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8803114Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8804347Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8805391Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8806752Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8808055Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8809196Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8810526Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8811665Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8812886Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8813923Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8815430Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8816477Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8817936Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8818956Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8820061Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8821681Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8823047Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8823934Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8825422Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8826329Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8827654Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8828657Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8829773Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8830921Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8832146Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8833131Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8834345Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8835460Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8836671Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8837298Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8838924Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8847374Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8848259Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8848749Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8849202Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8849475Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8849831Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8850288Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8850582Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8850953Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8851334Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8851795Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8852325Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8853990Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8855187Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8856094Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8857440Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8858610Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8859548Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8860642Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8861612Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8862761Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8863892Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8865195Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8866042Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8867281Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8868414Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8869504Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8870683Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8871815Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8873027Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8874391Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8875764Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8876999Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8878066Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8880320Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8880760Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8881711Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8882656Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8883937Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8884888Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8886102Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8887379Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8888386Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8889523Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8890685Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8892364Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8893063Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8894235Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8895708Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8896969Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8898227Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8899039Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8900769Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8901682Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8902708Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8903735Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8904971Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8905854Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8906788Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8908107Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8909363Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8910828Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8911720Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8912667Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8914593Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8915274Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8915980Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8917446Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8918496Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8919341Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8920531Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8922194Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8922873Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8924597Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8925996Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8926999Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8928646Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8929554Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8930313Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8931587Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8932978Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8933823Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8935214Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8935968Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8937268Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8938361Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8939239Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8941152Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8941636Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8943357Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8944206Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8946192Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8946854Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8948349Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8949226Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8950751Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8952251Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8953170Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8954687Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8955563Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8957466Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8958150Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8959851Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8960639Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8962273Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8963118Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8965120Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8965938Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8967269Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8968723Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8970571Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8971615Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8973940Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8975099Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8976345Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8978042Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8979264Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8980654Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8982199Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8983650Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8985393Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8986497Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8987976Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8989249Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8990962Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8992195Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8993534Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8995157Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8996326Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8997961Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.8999354Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9000729Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9002500Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9004121Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9005459Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9006840Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9008805Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9009873Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9011334Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9012683Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9014271Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9015558Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9016968Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9018676Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9019638Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9020732Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9022172Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9023431Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9024366Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9025617Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9026675Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9028017Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9029208Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9030108Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9031290Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9032667Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9033788Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9035140Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9036201Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9037423Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9038653Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9039639Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9041021Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9042220Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9043324Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9044488Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9045769Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9046947Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9048136Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9049282Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9051017Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9051844Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9052726Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9054216Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9055033Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9056442Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9058030Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9059459Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9060561Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9061630Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9062980Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9064312Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9065621Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9066795Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9068088Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9069407Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9070219Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9071176Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9072378Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9073646Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9074866Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9075962Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9077422Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9078666Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9079451Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9080870Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9082356Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9083652Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9085057Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9086019Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9087348Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9088234Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9089598Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9090706Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9091553Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9092984Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9094412Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9095943Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9096762Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9098171Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9099562Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9100740Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9102066Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9103244Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9104468Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9106079Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9106539Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9107989Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9109425Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9110589Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9111721Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9112896Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9113864Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9115239Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9116605Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9117424Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9118735Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9120211Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9121105Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9122654Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9124020Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9125027Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9126893Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9127849Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9129368Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9130099Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9131543Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9132440Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9134307Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9134905Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9136561Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9137992Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9139884Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9140342Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9141307Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9142473Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9144162Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9145201Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9146249Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9147179Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9148741Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9149654Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9150767Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9151937Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9152983Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9154085Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9154957Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9156602Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9157448Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9158975Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9159820Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9161153Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9162306Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9163366Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9164441Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9165485Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9166460Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9167948Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9168745Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9170144Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9170840Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9172060Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9173697Z 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-11-23T01:31:18.9174177Z 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-11-23T01:31:18.9176012Z 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-11-23T01:31:18.9177016Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9178163Z 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-11-23T01:31:18.9179291Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9180398Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9181976Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9182842Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9184165Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9185149Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9186342Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9187483Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9188681Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9189738Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9191044Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9192196Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9193338Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9194533Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9195668Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9196659Z 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-11-23T01:31:18.9197823Z 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-11-23T01:31:18.9198729Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9200052Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9200920Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9202375Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9203586Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9204679Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9205729Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9207051Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9208430Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9209699Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9211057Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9212147Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9213205Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9214454Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9215379Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9216396Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9217561Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9218942Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9219831Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9221069Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9222324Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9223718Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9224575Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9226047Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9227129Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9228555Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9229617Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9231204Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9232029Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9233248Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9234601Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9236049Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9237077Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9238366Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9239205Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9240905Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9241928Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9242983Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9244569Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9245796Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9246823Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9248139Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9249625Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9250557Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9251354Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9253170Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9254003Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9255116Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9256150Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9257047Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9258012Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9259245Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9260129Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9261377Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9262289Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9263362Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9264655Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9266348Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9266642Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9267572Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9268652Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9270036Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9270763Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9272134Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9273039Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9274472Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9275397Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9276433Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9277896Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9278729Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9280173Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9281071Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9282212Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9283792Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9285284Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9286270Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9287326Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9288661Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9289789Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9290982Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9292018Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9293427Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9294756Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9295594Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9297233Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9298086Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9299561Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9301236Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9302895Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9303457Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9304746Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9305772Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9307038Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9308247Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9309216Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9310704Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9311696Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9312647Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9313793Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9315070Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9316221Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9317363Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9318804Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9319667Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9321218Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9322205Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9323037Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9324544Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9325535Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9326413Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9328247Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9328942Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9331105Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9331625Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9332396Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9333333Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9334863Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9335318Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9336711Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9337719Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9338942Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9340229Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9341448Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9343451Z 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-11-23T01:31:18.9344653Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9345555Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9347509Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9347912Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9349017Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9350144Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9351044Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9351929Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9353068Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9354101Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9355033Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9356421Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9357293Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9358631Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9360073Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9361086Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9362437Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9363668Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9365004Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9365821Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9367122Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9368185Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9369838Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9370624Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9371878Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9373556Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9374551Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9375464Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9376595Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9377968Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9379024Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9380299Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9381742Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9382628Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9384098Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9385686Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9386481Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9387602Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9388557Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9389784Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9390692Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9391810Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9392673Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9393925Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9395182Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9396186Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9397151Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9398594Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9399438Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9400946Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9402339Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9403924Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9404847Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9405696Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9407178Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9408870Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9409795Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9411166Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9412368Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9413591Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9415035Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9416328Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9417715Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9418690Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9420234Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9421612Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9422671Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9423993Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9425145Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9426730Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9428057Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9429422Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9430422Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9431816Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9433257Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9434573Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9435803Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9436954Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9438972Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9439871Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9440764Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9442094Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9443066Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9444860Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9446631Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9447096Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9447923Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9449265Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9450093Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9451178Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9452392Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9453455Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9454603Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9455746Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9456748Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9458726Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9459116Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9460330Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9461216Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9462941Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9463717Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9465042Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9465812Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9467461Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9468319Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9469143Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9470488Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9471802Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9472940Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9474150Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9475037Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9476075Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9477430Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9478329Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9479661Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9480603Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9481970Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9482939Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9483537Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9484792Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9485800Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9486831Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9488386Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9489251Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9490220Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9491399Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9492434Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9493365Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9494810Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9495992Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9497376Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9498331Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9499778Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9500931Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9502272Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9503447Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9504682Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9505835Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9507145Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9508045Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9509673Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9510483Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9511944Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9513224Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9514047Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9516202Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9516675Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9516967Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9518234Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9519631Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9520678Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9522185Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9523375Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9524732Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9525672Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9526887Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9527937Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9529400Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9530638Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9531414Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9533009Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9534281Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9536247Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9536618Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9537438Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9538752Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9540041Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9541309Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9542758Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9543794Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9544727Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9546197Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9547050Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9548497Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9549382Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9551365Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9551636Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9552435Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9553673Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9555167Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9555918Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9557508Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9558388Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9559586Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9560463Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9561955Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9563326Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9564064Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9565051Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9566477Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9567324Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9568347Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9569649Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9570796Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9571731Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9573118Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9574338Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9575364Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9576803Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9577850Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9579051Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9580246Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9581471Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9582677Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9583883Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9584900Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9586482Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9587654Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9588641Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9589993Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9591451Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9591996Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9593989Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9594489Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9595897Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9597665Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9599004Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9600203Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9601546Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9603408Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9605094Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9606007Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9607399Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9608342Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9609454Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9610740Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9611785Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9613295Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9614823Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9615201Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9616207Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9617225Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9618597Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9619504Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9620632Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9621909Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9623467Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9624184Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9625680Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9626545Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9627524Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9628717Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9630044Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9631430Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9634350Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9634651Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9635092Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9636729Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9637094Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9638372Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9639462Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9640766Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9641926Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9643171Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9644577Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9645427Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9646766Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9648212Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9649040Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9650547Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9651373Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9653497Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9653837Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9655367Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9656050Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9657037Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9658654Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9659811Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9661031Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9661748Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9663532Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9664605Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9665626Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9666955Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9667809Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9668783Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9670074Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9671056Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9672286Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9673450Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9674721Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9676011Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9676851Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9678050Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9679291Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9680267Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9681527Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9682748Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9684463Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9685273Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9686806Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9687495Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9688615Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9689674Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9690848Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9691845Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9693601Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9694265Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9695828Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9696755Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9697753Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9699138Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9700722Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9701851Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9703171Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9704813Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9705933Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9707137Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9708578Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9710235Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9711373Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9713141Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9714275Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9715672Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9717170Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9718568Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9719396Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9720832Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9722096Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9723520Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9725033Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9725936Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9727285Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9728234Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9729842Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9730732Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9732334Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9733239Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9734473Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9735661Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9736610Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9737793Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9738807Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9740130Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9741848Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9743061Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9744268Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9745929Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9746700Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9747983Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9748816Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9750778Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9751041Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9752806Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9753757Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9754504Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9755240Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9756811Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9757202Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9758860Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9759740Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9761386Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9764195Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9764594Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9765386Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9766624Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9768159Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9769774Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9771216Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9771894Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9773348Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9774578Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9775704Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9777036Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9778330Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9779294Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9780724Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9781860Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9783247Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9784115Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9785456Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9787135Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9788216Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9789369Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9790226Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9791816Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9792475Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9793736Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9794630Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9795441Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9797053Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9797830Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9799285Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9800193Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9801506Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9802496Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9803838Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9805024Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9806295Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9807176Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9808481Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9809885Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9810706Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9812050Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9813221Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9815322Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9815770Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9816956Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9818655Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9819754Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9820900Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9822072Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9823329Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9824570Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9825539Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9826940Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9828041Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9829136Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9830353Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9831452Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9832526Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9833742Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9834943Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9835863Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9837426Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9840265Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9840793Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9841209Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9841937Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9842699Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9843919Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9844904Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9845839Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9846905Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9848133Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9849316Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9850427Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9851524Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9852486Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9853520Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9854581Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9855605Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9856778Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9857938Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9859089Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9859991Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9861088Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9862627Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9863627Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9864615Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9865876Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9867435Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9867873Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9869196Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9870958Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9871423Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9872192Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9873695Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9874412Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9875997Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9876730Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9878253Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9879458Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9880991Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9882424Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9884154Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9885195Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9886781Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9888357Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9889833Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9891224Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9892578Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9894726Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9895871Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9897540Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9898822Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9900880Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9901720Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9902999Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9904516Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9906040Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9907436Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9908734Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9910642Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9911915Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9913606Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9914809Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9916186Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9917524Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9919246Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9920010Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9921560Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9922356Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9925002Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9925965Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9927268Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9928541Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9930247Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9931456Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9932810Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9934431Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9935731Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9937311Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9938673Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9940089Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9941858Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9942913Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9944408Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9945772Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9947203Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9948632Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9949518Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9950993Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9952326Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9953800Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9954688Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9956084Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9957513Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9958434Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9959828Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9961005Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9962486Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9963932Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9964669Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9966435Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9966999Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9968723Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9970117Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9971215Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9972222Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9973517Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9975158Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9975939Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9977312Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9978353Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9979243Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9980885Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9982012Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9982977Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9984403Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9985331Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9986239Z 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-11-23T01:31:18.9987558Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9988549Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9989518Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9990740Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9992001Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9993701Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9994750Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9996365Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9997614Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:18.9999255Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0000508Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0002246Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0003489Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0005157Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0006269Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0008078Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0009295Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0010883Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0012179Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0013910Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0015241Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0016643Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0018003Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0019758Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0020826Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0022552Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0023752Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0025192Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0026579Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0028398Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0029440Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0030873Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0032272Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0033766Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0035084Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0036822Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0037969Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0039708Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0040880Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0042657Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0043856Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0045846Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0046936Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0048698Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0049936Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0051428Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0052902Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0054179Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0055603Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0057051Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0058557Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0059510Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0060922Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0062094Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0063570Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0064532Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0065946Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0067317Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0069376Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0070071Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0071375Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0072843Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0073796Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0075253Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0076476Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0077447Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0078806Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0080110Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0081943Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0084258Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0085388Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0086739Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0088521Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0089821Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0091111Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0092473Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0094085Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0095673Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0097595Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0098699Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0100496Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0101665Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0103129Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0104733Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0106054Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0107686Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0109526Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0110836Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0112194Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0114007Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0115161Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0116513Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0118330Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0119490Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0120804Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0122457Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0123839Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0125358Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0126634Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0128294Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0129942Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0131630Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0132781Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0134219Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0135863Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0137029Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0138363Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0139682Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0141454Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0142696Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0144034Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0145902Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0147102Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0148678Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0149899Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0151762Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0152876Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0154208Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0155852Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0157285Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0158493Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0160135Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0162196Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0163650Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0164842Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0166584Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0167889Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0169301Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0170997Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0172109Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0173793Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0175042Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0176465Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0177972Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0179293Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0181075Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0182265Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0183605Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0185241Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0186443Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0188082Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0190016Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0191094Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0192511Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0193870Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0195714Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0196860Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0198272Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0199771Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0201106Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0202248Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0203806Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0204787Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0206126Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0207371Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0208725Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0209893Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0211539Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0212563Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0214004Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0214851Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0216576Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0217343Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0218987Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0219830Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0221064Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0222333Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0223847Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0224777Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0226228Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0227185Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0228691Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0229929Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0231096Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0232435Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0233446Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0234903Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0235880Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0237343Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0238589Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0239710Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0241879Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0242431Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0244078Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0244973Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0246409Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0247928Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0249201Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0250172Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0251145Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0252361Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0253330Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0254352Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0255402Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0256355Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0257425Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0258590Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0259484Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0260453Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0261587Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0262522Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0263734Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0264597Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0265811Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0266673Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0267774Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0268705Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0269714Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0270818Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0271812Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0272788Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0273780Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0274827Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0276281Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0277354Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0278357Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0279715Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0281530Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0282082Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0283029Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0287525Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0288469Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0289984Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0291050Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0292270Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0293417Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0294403Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0295891Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0296875Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0298270Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0299337Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0300850Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0301987Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0302670Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0304273Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0304723Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0306063Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0307110Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0308283Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0309231Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0310202Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0311613Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0312476Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0313870Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0314791Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0315932Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0317044Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0318272Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0319436Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0320519Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0322531Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0323434Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0324382Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0325649Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0326499Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0327893Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0328605Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0330280Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0331362Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0332700Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0333604Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0334916Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0335772Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0336852Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0337960Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0338975Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0340372Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0341325Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0342642Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0343473Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0344719Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0345951Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0347025Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0348428Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0349184Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0350621Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0351390Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0352663Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0353515Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0354984Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0356300Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0357958Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0358797Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0360073Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0360908Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0362426Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0363325Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0364339Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0365570Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0366989Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0367852Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0369107Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0370549Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0371012Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0372690Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0374061Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0374709Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0375447Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0376484Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0377704Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0379438Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0380021Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0381130Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0382138Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0383672Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0384655Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0385713Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0386732Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0388399Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0389300Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0390950Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0391703Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0393063Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0394183Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0395694Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0396957Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0398174Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0399714Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0401868Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0402150Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0403760Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0405509Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0406120Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0407239Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0408506Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0409521Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0411112Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0411957Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0413570Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0414213Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0415571Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0416571Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0417678Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0419040Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0420370Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0421240Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0422811Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0424206Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0425108Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0426633Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0427553Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0428828Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0430216Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0431496Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0432689Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0434012Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0435229Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0436190Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0437641Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0438707Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0439900Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0441166Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0442409Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0443374Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0444848Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0445826Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0446936Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0448074Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0450446Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0450728Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0451750Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0452996Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0454278Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0455286Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0456584Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0457913Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0458801Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0460414Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0461542Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0462939Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0464176Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0465192Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0467559Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0467880Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0468755Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0469455Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0471636Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0472203Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0473979Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0475189Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0476057Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0477470Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0478619Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0480047Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0480730Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0482027Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0483111Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0484186Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0485337Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0486441Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0487598Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0488940Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0490130Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0491545Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0492677Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0494019Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0495693Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0496632Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0497588Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0498821Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0499780Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0501086Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0502487Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0503298Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0504685Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0505871Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0506786Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0508145Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0509184Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0510406Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0511760Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0512353Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0513804Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0514379Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0515951Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0516859Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0518144Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0519392Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0520706Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0522344Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0523369Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0524818Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0526206Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0527557Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0528620Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0529878Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0530902Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0532632Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0533241Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0534611Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0535333Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0536496Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0537555Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0538419Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0540169Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0540624Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0542118Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0543048Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0544319Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0545530Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0546915Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0548184Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0549748Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0550742Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0552744Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0553385Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0554322Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0555844Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0556833Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0557930Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0559020Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0560258Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0561397Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0562425Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0565133Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0565498Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0569508Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0569767Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0570157Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0570806Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0571094Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0572491Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0573789Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0575036Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0575996Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0577390Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0578293Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0579682Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0580672Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0581811Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0583044Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0584202Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0585204Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0586432Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0587931Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0588790Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0590055Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0591300Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0592548Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0593761Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0594995Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0596236Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0597503Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0598872Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0600412Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0601459Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0602694Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0603532Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0604968Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0606013Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0607152Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0607982Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0608833Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0609826Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0611366Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0612201Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0613193Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0614191Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0615264Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0616569Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0617325Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0618332Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0619635Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0620578Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0621572Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0622560Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0624542Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0625361Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0626306Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0627285Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0628380Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0629784Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0631073Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0631614Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0633277Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0634283Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0635370Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0636617Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0637703Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0638503Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0641327Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0642289Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0642957Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0645212Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0645799Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0646719Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0648724Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0650502Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0651882Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0653182Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0653635Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0654734Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0655832Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0657027Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0657978Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0659108Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0660348Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0661170Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0662601Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0664075Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0665017Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0666391Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0667746Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0668937Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0670042Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0671712Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0672956Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0673885Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0675130Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0676181Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0677166Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0678522Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0679555Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0680891Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0682066Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0683342Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0684294Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0685434Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0686563Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0688067Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0689647Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0690629Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0692025Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0693038Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0694267Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0695510Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0696739Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0697429Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0698957Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0700119Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0701621Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0702786Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0704173Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0705369Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0706548Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0707903Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0708961Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0710314Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0711366Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0712921Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0713953Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0715011Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0716345Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0717359Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0718522Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0719623Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0720407Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0721827Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0723036Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0724968Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0725802Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0727152Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0728233Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0729209Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0730646Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0742552Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0743286Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0743871Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0744447Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0745123Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0746006Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0746645Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0747255Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0747877Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0748487Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0749050Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0749675Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0750236Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0750868Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0751528Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0752227Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0752868Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0753472Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0754160Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0754811Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0755428Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0756022Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0757074Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0758219Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0759229Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0760433Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0761425Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0762768Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0763979Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0765076Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0766033Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0767453Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0768589Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0769665Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0771680Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0772371Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0773451Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0774333Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0775799Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0777579Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0778983Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0780534Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0781762Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0783101Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0784477Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0786021Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0787410Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0788703Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0790098Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0791486Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0792910Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0794550Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0795829Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0797185Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0798562Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0799988Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0801555Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0802989Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0804557Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0805936Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0807374Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0808883Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0810413Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0811738Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0813116Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0814500Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0815961Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0817558Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0818829Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0820177Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0821598Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0822993Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0824385Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0825731Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0827310Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0828736Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0830160Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0831567Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0833082Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0834481Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0835869Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0837241Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0838886Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0840402Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0841861Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0843192Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0844759Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0845987Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0847460Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0848936Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0850412Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0851945Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0853516Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0854792Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0856303Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0857725Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0859262Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0860532Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0861936Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0863412Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0864989Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0866314Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0867620Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0869790Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0871093Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0872562Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0874164Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0875471Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0876721Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0878354Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0879558Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0880916Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0882487Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0884988Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0885877Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0887351Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0888544Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0889596Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0891043Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0892470Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0893464Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0895033Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0896095Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0897674Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0898666Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0900143Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0901141Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0902586Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0904076Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0905446Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0906374Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0907983Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0909269Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0910358Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0911836Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0913007Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0914582Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0915845Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0916939Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0918469Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0919491Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0920876Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0922105Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0923297Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0924297Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0925817Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0926606Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0928260Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0929362Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0930498Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0931731Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0932821Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0934317Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0935353Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0936824Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0937979Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0939431Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0940532Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0941766Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0942983Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0944245Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0945420Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0946930Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0948096Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0949452Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0950564Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0951769Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0953537Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0954742Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0955961Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0957165Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0958364Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0959911Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0960750Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0962117Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0963648Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0964720Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0966151Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0967270Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0968783Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0970024Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0971392Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0972692Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0973864Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0975118Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0976349Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0977633Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0978855Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0980090Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0981487Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0982679Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0984056Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0985356Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0986508Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0987735Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0988935Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0990464Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0991590Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0993179Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0994277Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0995738Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0997006Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0998254Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.0999535Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1002063Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1002807Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1003359Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1004472Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1005523Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1006553Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1007883Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1008954Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1010031Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1010972Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1012196Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1013367Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1014610Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1015793Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1016810Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1017939Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1019350Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1020324Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1021371Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1022489Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1023664Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1024560Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1025597Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1026490Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1027789Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1028561Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1031711Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1032526Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1033280Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1034127Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1034936Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1035780Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1037076Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1038070Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1039176Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1040252Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1041790Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1042865Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1044256Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1045675Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1046650Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1047810Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1048942Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1050039Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1051357Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1052356Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1053490Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1054511Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1055778Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1056864Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1057807Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1058898Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1060080Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1061007Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1062161Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1063120Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1064100Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1065059Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1066015Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1067062Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1068487Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1069353Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1070507Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1071693Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1072897Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1073785Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1074940Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1076021Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1077171Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1078000Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1079234Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1080337Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1081750Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1083046Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1084260Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1085645Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1086757Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1088118Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1089304Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1090625Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1091933Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1092946Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1094279Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1095630Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1096688Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1097988Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1099151Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1100416Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1101593Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1102830Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1104015Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1105859Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1106995Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1108173Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1110494Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1110950Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1112208Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1113143Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1113989Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1115289Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1116471Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1117673Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1118348Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1119859Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1120903Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1121913Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1123177Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1124093Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1124998Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1126020Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1126994Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1128598Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1129851Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1130617Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1131832Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1132683Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1134220Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1135143Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1136191Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1137507Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1138477Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1139889Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1141198Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1142102Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1143414Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1144581Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1145813Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1147008Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1148163Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1149557Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1150563Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1151879Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1152905Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1154058Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1155200Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1156325Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1157824Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1158877Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1160153Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1161802Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1163542Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1164263Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1166487Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1167088Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1168000Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1169175Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1169962Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1170667Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1171742Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1172702Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1173950Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1174923Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1176008Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1177572Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1178342Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1179974Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1194296Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1195233Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1196199Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1196680Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1197281Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1197876Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1198357Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1198918Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1199565Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1200216Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1200756Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1201314Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1202017Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1202596Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1203208Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1203741Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1204442Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1205080Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1205607Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1206290Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1206796Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1207367Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1207960Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1208499Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1209131Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1209741Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1211242Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1212218Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1213315Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1214601Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1215537Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1216865Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1217924Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1219056Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1220099Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1221213Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1222425Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1223550Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1224709Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1225940Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1227278Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1228324Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1229470Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1230602Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1231857Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1232958Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1234110Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1235259Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1236610Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1237629Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1238811Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1239934Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1241157Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1242439Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1243555Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1244734Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1245989Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1247104Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1248283Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1249559Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1250931Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1251936Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1252975Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1254477Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1255664Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1256739Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1257825Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1259053Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1260237Z 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-11-23T01:31:19.1261253Z 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-11-23T01:31:19.1262341Z 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-11-23T01:31:19.1263455Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1264559Z 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-11-23T01:31:19.1265641Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1266930Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1267944Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1269068Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1270473Z 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-11-23T01:31:19.1271492Z 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-11-23T01:31:19.1272623Z 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-11-23T01:31:19.1273766Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1274794Z 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-11-23T01:31:19.1275868Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1276977Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1278050Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1279246Z 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-11-23T01:31:19.1280381Z 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-11-23T01:31:19.1281415Z 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-11-23T01:31:19.1282420Z 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-11-23T01:31:19.1283770Z 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-11-23T01:31:19.1285046Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1285956Z 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-11-23T01:31:19.1287017Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1288190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1290020Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1290562Z 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-11-23T01:31:19.1291950Z 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-11-23T01:31:19.1292895Z 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-11-23T01:31:19.1293854Z 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-11-23T01:31:19.1295132Z 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-11-23T01:31:19.1296383Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1297280Z 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-11-23T01:31:19.1298610Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1299512Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1300885Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1302146Z 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-11-23T01:31:19.1303181Z 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-11-23T01:31:19.1304603Z 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-11-23T01:31:19.1305895Z 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-11-23T01:31:19.1307082Z 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-11-23T01:31:19.1308493Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1309479Z 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-11-23T01:31:19.1311026Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1312152Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1313071Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1314514Z 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-11-23T01:31:19.1315891Z 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-11-23T01:31:19.1317102Z 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-11-23T01:31:19.1317885Z 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-11-23T01:31:19.1318971Z 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-11-23T01:31:19.1320307Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1321186Z 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-11-23T01:31:19.1322232Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1323970Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1324426Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1326096Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1326815Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1328474Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1330196Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1330664Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1331642Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1332968Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1333992Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1335444Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1336425Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1337326Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1338483Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1339752Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1340830Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1341839Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1343203Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1344039Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1345688Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1346570Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1347907Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1348690Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1349877Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1351003Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1352628Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1353479Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1354926Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1355812Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1356935Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1358100Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1359475Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1360847Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1361788Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1362998Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1363960Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1365204Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1366383Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1367525Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1368746Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1369593Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1370850Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1372037Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1373012Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1374015Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1375154Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1376307Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1377243Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1378530Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1379549Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1380526Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1381943Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1382866Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1384234Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1385390Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1386194Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1387505Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1388875Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1389863Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1391169Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1392165Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1393374Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1394579Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1395826Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1396861Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1397965Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1399849Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1400546Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1402250Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1403951Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1405108Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1406309Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1407169Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1408483Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1410282Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1410854Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1411941Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1413016Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1414105Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1415468Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1416493Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1417443Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1418826Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1419621Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1421000Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1421978Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1423249Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1425711Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1426069Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1426671Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1427943Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1428905Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1429882Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1430832Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1432131Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1433165Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1434120Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1435157Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1436383Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1437279Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1438317Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1439860Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1440697Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1441756Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1443422Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1444142Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1445056Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1446005Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1447076Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1448525Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1449429Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1450620Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1452046Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1452721Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1453464Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1455132Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1455968Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1456765Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1457945Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1458979Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1460224Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1461094Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1462261Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1463207Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1464392Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1465517Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1466626Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1467439Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1468457Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1469492Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1470511Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1471528Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1472960Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1473799Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1475137Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1475983Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1477086Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1478078Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1479275Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1480107Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1481253Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1482309Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1483456Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1484587Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1485577Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1486832Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1488115Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1489086Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1490249Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1491164Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1492755Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1493892Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1495436Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1496029Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1497444Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1498806Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1500055Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1500870Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1502096Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1502626Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1503842Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1504948Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1506340Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1507391Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1508568Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1510431Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1510720Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1511892Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1512875Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1514431Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1515691Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1516691Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1517886Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1518865Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1520226Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1521140Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1522578Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1523772Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1524936Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1526110Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1527383Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1528565Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1529713Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1530932Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1532056Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1533049Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1534308Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1535543Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1536587Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1537866Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1539012Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1540167Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1541323Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1542433Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1543727Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1545009Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1546451Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1547780Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1548989Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1550294Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1551164Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1552902Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1553508Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1554689Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1556128Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1557181Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1558119Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1558924Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1560353Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1561082Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1562996Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1564571Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1565433Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1566795Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1567625Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1568824Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1570499Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1571437Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1572800Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1574109Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1574876Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1576429Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1577323Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1578750Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1580058Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1581057Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1582205Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1583333Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1584534Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1585912Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1587262Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1588427Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1589739Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1590719Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1591816Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1593119Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1594074Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1595746Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1596275Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1598159Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1599546Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1599953Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1600835Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1602460Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1604117Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1605433Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1605793Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1606413Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1608024Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1609338Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1610145Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1611516Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1612460Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1613511Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1614907Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1615974Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1616856Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1618139Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1619316Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1620520Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1621997Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1622852Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1624177Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1624928Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1626026Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1627558Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1628481Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1629284Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1630478Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1631487Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1632998Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1633535Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1634750Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1636139Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1637222Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1638095Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1639536Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1640620Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1642018Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1643365Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1645045Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1645489Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1647361Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1648628Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1649463Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1650699Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1651906Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1652673Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1653954Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1655171Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1656082Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1657260Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1658726Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1659544Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1660964Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1662060Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1662942Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1664284Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1665228Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1666462Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1667657Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1669008Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1669983Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1671323Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1672748Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1673746Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1674933Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1676096Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1677226Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1678415Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1679640Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1680819Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1681882Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1683079Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1684410Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1686223Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1687430Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1688590Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1690103Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1691484Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1692338Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1693674Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1694982Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1696767Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1697525Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1699061Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1699896Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1701323Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1702367Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1703789Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1704695Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1706304Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1707376Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1708720Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1709662Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1710944Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1711913Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1713245Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1714753Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1715222Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1716445Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1717288Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1718613Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1719737Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1720864Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1722223Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1723958Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1725115Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1726121Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1727216Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1728578Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1729567Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1730804Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1731894Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1732846Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1734636Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1734927Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1736416Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1737685Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1738983Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1739878Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1741407Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1742322Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1743734Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1744633Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1746149Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1747498Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1748364Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1749760Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1750744Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1752065Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1753943Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1754551Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1755775Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1756985Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1758168Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1760111Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1760591Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1761438Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1762488Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1763944Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1764895Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1765944Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1767166Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1768482Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1769328Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1770687Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1771671Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1773397Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1775190Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1775495Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1776658Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1777761Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1778738Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1780165Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1781206Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1782207Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1783367Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1784359Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1785570Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1786625Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1787902Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1788928Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1789912Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1791096Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1792241Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1793482Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1794358Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1795531Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1796644Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1797738Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1799012Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1799920Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1801135Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1802442Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1803539Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1804626Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1805731Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1806938Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1807998Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1809183Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1810294Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1811697Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1812672Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1814032Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1815206Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1816266Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1817548Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1818507Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1820060Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1820726Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1822464Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1823914Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1825091Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1826419Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1827838Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1829604Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1830675Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1832348Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1833629Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1835356Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1836540Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1837985Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1839326Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1840770Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1841990Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1843289Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1844577Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1845778Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1847895Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1848769Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1849484Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1851527Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1852272Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1853851Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1854823Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1856332Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1857402Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1859212Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1859965Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1861580Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1862689Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1864212Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1866247Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1866619Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1867676Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1868576Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1869535Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1871051Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1872126Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1873398Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1874448Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1875622Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1876605Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1877900Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1879652Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1880420Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1881712Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1883110Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1884849Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1885680Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1887169Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1888362Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1889370Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1890914Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1892326Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1893091Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1894178Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1895118Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1896607Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1897453Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1898847Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1900019Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1901235Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1902261Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1903643Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1905043Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1906095Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1907125Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1908519Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1909536Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1910727Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1912210Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1913061Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1914069Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1915559Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1916530Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1917507Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1918979Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1920351Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1921431Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1922938Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1923867Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1925234Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1926597Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1927781Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1929495Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1930554Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1931453Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1932900Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1934290Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1935211Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1936693Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1937944Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1939245Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1940501Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1942091Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1942558Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1944304Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1945230Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1946267Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1947625Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1948564Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1950138Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1951163Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1951957Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1953063Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1954214Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1955381Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1956141Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1957888Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1959020Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1960184Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1961898Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1963073Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1964753Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1965382Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1967212Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1967919Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1968815Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1969946Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1971043Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1972375Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1973388Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1974536Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1975794Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1976714Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1978125Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1979009Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1980202Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1981853Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1982875Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1983992Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1985373Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1986375Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1987498Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1988501Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1990333Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1991263Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1992167Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1993773Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1994959Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1996135Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1997519Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1998390Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.1999729Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2000942Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2002136Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2003584Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2005006Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2006829Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2007973Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2009173Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2010287Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2011427Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2012850Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2013951Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2015005Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2016386Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2017174Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2018235Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2019288Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2020930Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2021684Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2023052Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2024061Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2025560Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2026477Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2027725Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2028753Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2029598Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2031202Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2031876Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2033157Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2034338Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2035674Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2037039Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2037989Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2039154Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2040345Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2041339Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2042456Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2043936Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2044825Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2046161Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2047209Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2048742Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2049708Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2050366Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2051833Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2052681Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2054114Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2055031Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2056307Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2057473Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2058618Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2059647Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2060637Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2062117Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2063126Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2064009Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2065667Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2066798Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2067946Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2069026Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2070127Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2071530Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2072484Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2073472Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2075132Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2076111Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2077084Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2078398Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2079439Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2080996Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2082221Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2083247Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2084366Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2085406Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2086654Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2088496Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2088827Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2090027Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2091133Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2092037Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2093270Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2094236Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2096112Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2096457Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2097491Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2099100Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2099921Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2100833Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2102606Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2103733Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2104714Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2105745Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2106744Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2107746Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2109142Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2110210Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2111354Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2112685Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2113568Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2114680Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2115748Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2116953Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2118061Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2119078Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2120711Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2121294Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2122243Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2123536Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2124588Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2125798Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2127117Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2128339Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2129283Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2130946Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2132019Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:31:19.2133235Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip 2022-11-23T01:31:19.2133826Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:31:19.2134307Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:31:19.2135329Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:31:19.2136708Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:31:19.2137415Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:31:19.2138294Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:31:19.2139367Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:31:19.2140095Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:31:19.2141609Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:31:19.2142791Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:31:19.2143706Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2144226Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2145611Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2146140Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2147919Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2148638Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2149823Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2150794Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2152520Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2153443Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2154789Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2155665Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2156982Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2158158Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2159403Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2160876Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2161784Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2163801Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2164724Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2166943Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2167715Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2169359Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2169883Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2171142Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2172076Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2173141Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2174117Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2175155Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2176139Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2177223Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2178089Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2179047Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2180288Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2181203Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2182110Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2184409Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2185483Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2186257Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2187076Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2188028Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2188948Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2189902Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2190823Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2192032Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2193329Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2193690Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2195723Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2196041Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2196974Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2198283Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2198973Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2199964Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2201406Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2202231Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2203596Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2204414Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2205644Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2206417Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2207789Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2208638Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2209709Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2210749Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2211742Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2212891Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2213801Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2214996Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2215984Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2217183Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2218389Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2219308Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2220247Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2221553Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2222538Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2223810Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2224798Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2226044Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2227215Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2228272Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2229480Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2230584Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2231944Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2233095Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2234089Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2235873Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2237057Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2237769Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2239226Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:31:19.2240792Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2241213Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2242500Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2243353Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2244434Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2245269Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2246765Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2247856Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2248645Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2250384Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2250998Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2251932Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2253424Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2254507Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2255673Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2257463Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2258559Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2259619Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2260607Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2261502Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2263347Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2263808Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2265345Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2265985Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:31:19.2267353Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2267648Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2269122Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2271229Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2271530Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2272423Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2273854Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2274740Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2276184Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2276877Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2277908Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2279364Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2280171Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2281402Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2282839Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2283683Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2284980Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2286792Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2287443Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2288278Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2289649Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2290559Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2291436Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2292898Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2293626Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2294909Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2295988Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2296616Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2298110Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2298873Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2299832Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2301599Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2302325Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2304109Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2305429Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2306530Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2308198Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2309272Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2310061Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2312064Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2312656Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2314095Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2315260Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2316253Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2317556Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2318564Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2319914Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2321219Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2322197Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2323636Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2324599Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2325849Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2326487Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2328016Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2329479Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:31:19.2330288Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2330859Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2332591Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2333376Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2334718Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2335677Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2336858Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:31:19.2337979Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2338305Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2339684Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2340675Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2341433Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2342972Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2343859Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2345158Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2346233Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2346995Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2348395Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2349857Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2350339Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2351783Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:19.2353604Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:31:19.2353890Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:31:19.2355634Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:31:19.2355943Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2 2022-11-23T01:31:19.2356204Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2356808Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2358759Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2359432Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2360967Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2362659Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2363062Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2364280Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:31:19.2365419Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10 2022-11-23T01:31:19.2365616Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:31:19.2366348Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:31:19.2367712Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:31:19.2368874Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:31:19.2370343Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2370611Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2371720Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2372665Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2373915Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2375018Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2375874Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2377474Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2378290Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2379410Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2380559Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2381508Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2383207Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2383954Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2384994Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2386390Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2387512Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2388517Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2389478Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2390752Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2391961Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2393084Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2393980Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2395077Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2395984Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2397167Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2398118Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2399056Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2400387Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2401421Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2402399Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2403626Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2404949Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2405920Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2406882Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2407936Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2410118Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2410503Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2411387Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2413654Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2414525Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2415556Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2417308Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2418169Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:31:19.2419518Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2420074Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2421059Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2422069Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2423920Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2424257Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:31:19.2424949Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:19.2426039Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:19.2427222Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:19.2428393Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:19.2429828Z 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-11-23T01:31:19.2431625Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:19.2432761Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2433402Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2434869Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2436651Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2438081Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2439376Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2440655Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2442223Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:31:19.2444317Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:31:19.2444906Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:31:19.2446164Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:31:19.2447214Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:31:19.2448384Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:31:19.2449967Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2450527Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2452364Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2452741Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2454710Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2456152Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2456575Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2458038Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2458790Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2459950Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2461038Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2461798Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2462759Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2463869Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2465022Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:31:19.2466633Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2467040Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2468393Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2469179Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2470240Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2472106Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2472418Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2474147Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2474750Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2475733Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2478163Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2478747Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2479590Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2480552Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2481799Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2483244Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2485136Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2486264Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2487439Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2488809Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2489805Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2491007Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2492235Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2493205Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2494491Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2495592Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2496794Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2497897Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2499162Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2500625Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2501862Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2503067Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2504458Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2505280Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2506470Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2508018Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2508878Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2510009Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2511008Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2511946Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2513032Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2514447Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2515356Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2516346Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2517571Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2519213Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2519798Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2521208Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2522133Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2523318Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2524727Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2525651Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2526792Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2528061Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2529062Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2530300Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2531685Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2532955Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2534148Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2535056Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2536751Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2537522Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2538996Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2540226Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2541279Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2542674Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2543540Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2545083Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2546052Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2547712Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2548092Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2549976Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2550691Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2551137Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2552306Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2553305Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2554319Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2555310Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2556603Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2557643Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2558541Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2559768Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2561224Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2562300Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2563397Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2564646Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2566493Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:31:19.2567306Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2568004Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2568801Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2569822Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2570334Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2571431Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2573205Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2573568Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2574759Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2576533Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2576807Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:31:19.2578335Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:31:19.2578623Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:31:19.2580372Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:31:19.2581394Z copying torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:31:19.2582458Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2583138Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2584038Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2584817Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2586145Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2587091Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:31:19.2588922Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2589242Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2590150Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2591280Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2592303Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2593019Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2593997Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2594988Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2596528Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2596998Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2598589Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2599311Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2601065Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2602228Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2603373Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2604723Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2606041Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2607123Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2608386Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2610237Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2611279Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2612898Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2613969Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2615329Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2617578Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2618104Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2619094Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2620236Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2621420Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:31:19.2623199Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api 2022-11-23T01:31:19.2623777Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include 2022-11-23T01:31:19.2624022Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:31:19.2624373Z 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-11-23T01:31:19.2626173Z 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-11-23T01:31:19.2626948Z 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-11-23T01:31:19.2628285Z 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-11-23T01:31:19.2629036Z 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-11-23T01:31:19.2630474Z 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-11-23T01:31:19.2631296Z 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-11-23T01:31:19.2632531Z 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-11-23T01:31:19.2634067Z 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-11-23T01:31:19.2634808Z 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-11-23T01:31:19.2636702Z 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-11-23T01:31:19.2638000Z 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-11-23T01:31:19.2639191Z 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-11-23T01:31:19.2640024Z 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-11-23T01:31:19.2641149Z 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-11-23T01:31:19.2642645Z 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-11-23T01:31:19.2644205Z 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-11-23T01:31:19.2645719Z 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-11-23T01:31:19.2646039Z 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-11-23T01:31:19.2647232Z 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-11-23T01:31:19.2647948Z 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-11-23T01:31:19.2650722Z 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-11-23T01:31:19.2651297Z 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-11-23T01:31:19.2652424Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:31:19.2652887Z 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-11-23T01:31:19.2654632Z 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-11-23T01:31:19.2655581Z 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-11-23T01:31:19.2657155Z 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-11-23T01:31:19.2657959Z 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-11-23T01:31:19.2659788Z 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-11-23T01:31:19.2660632Z 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-11-23T01:31:19.2661770Z 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-11-23T01:31:19.2663253Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:31:19.2663621Z 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-11-23T01:31:19.2665204Z 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-11-23T01:31:19.2666384Z 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-11-23T01:31:19.2667356Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:31:19.2668197Z 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-11-23T01:31:19.2669556Z 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-11-23T01:31:19.2671063Z 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-11-23T01:31:19.2672556Z 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-11-23T01:31:19.2673850Z 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-11-23T01:31:19.2675126Z 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-11-23T01:31:19.2676560Z 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-11-23T01:31:19.2677577Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:31:19.2678461Z 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-11-23T01:31:19.2680003Z 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-11-23T01:31:19.2681243Z 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-11-23T01:31:19.2682674Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:31:19.2683469Z 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-11-23T01:31:19.2684936Z 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-11-23T01:31:19.2686384Z 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-11-23T01:31:19.2687586Z 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-11-23T01:31:19.2688916Z 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-11-23T01:31:19.2690301Z 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-11-23T01:31:19.2691597Z 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-11-23T01:31:19.2692853Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:31:19.2693675Z 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-11-23T01:31:19.2695024Z 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-11-23T01:31:19.2696397Z 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-11-23T01:31:19.2697739Z 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-11-23T01:31:19.2699037Z 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-11-23T01:31:19.2700201Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:31:19.2701101Z 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-11-23T01:31:19.2702519Z 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-11-23T01:31:19.2703796Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:31:19.2704594Z 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-11-23T01:31:19.2705889Z 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-11-23T01:31:19.2707202Z 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-11-23T01:31:19.2708518Z 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-11-23T01:31:19.2710083Z 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-11-23T01:31:19.2711367Z 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-11-23T01:31:19.2712745Z 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-11-23T01:31:19.2714081Z 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-11-23T01:31:19.2715334Z 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-11-23T01:31:19.2716563Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:31:19.2717415Z 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-11-23T01:31:19.2719087Z 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-11-23T01:31:19.2720431Z 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-11-23T01:31:19.2721889Z 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-11-23T01:31:19.2723347Z 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-11-23T01:31:19.2724719Z 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-11-23T01:31:19.2726088Z 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-11-23T01:31:19.2727448Z 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-11-23T01:31:19.2728846Z 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-11-23T01:31:19.2730081Z 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-11-23T01:31:19.2731683Z 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-11-23T01:31:19.2733047Z 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-11-23T01:31:19.2734364Z 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-11-23T01:31:19.2735673Z 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-11-23T01:31:19.2737354Z 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-11-23T01:31:19.2738761Z 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-11-23T01:31:19.2739892Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:31:19.2740726Z 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-11-23T01:31:19.2742220Z 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-11-23T01:31:19.2743616Z 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-11-23T01:31:19.2744797Z 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-11-23T01:31:19.2746275Z 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-11-23T01:31:19.2747595Z 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-11-23T01:31:19.2749095Z 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-11-23T01:31:19.2750524Z 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-11-23T01:31:19.2751776Z 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-11-23T01:31:19.2752959Z 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-11-23T01:31:19.2754240Z 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-11-23T01:31:19.2755850Z 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-11-23T01:31:19.2757198Z 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-11-23T01:31:19.2758662Z 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-11-23T01:31:19.2759946Z 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-11-23T01:31:19.2761447Z 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-11-23T01:31:19.2762888Z 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-11-23T01:31:19.2764328Z 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-11-23T01:31:19.2765665Z 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-11-23T01:31:19.2767245Z 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-11-23T01:31:19.2768768Z 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-11-23T01:31:19.2770161Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:31:19.2771019Z 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-11-23T01:31:19.2772329Z 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-11-23T01:31:19.2774057Z 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-11-23T01:31:19.2775285Z 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-11-23T01:31:19.2776655Z 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-11-23T01:31:19.2777979Z 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-11-23T01:31:19.2779511Z 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-11-23T01:31:19.2780807Z 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-11-23T01:31:19.2782218Z 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-11-23T01:31:19.2783511Z 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-11-23T01:31:19.2784879Z 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-11-23T01:31:19.2786198Z 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-11-23T01:31:19.2787569Z 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-11-23T01:31:19.2789142Z 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-11-23T01:31:19.2790572Z 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-11-23T01:31:19.2791942Z 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-11-23T01:31:19.2793279Z 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-11-23T01:31:19.2794780Z 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-11-23T01:31:19.2796265Z 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-11-23T01:31:19.2797963Z 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-11-23T01:31:19.2799427Z 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-11-23T01:31:19.2800735Z 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-11-23T01:31:19.2802184Z 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-11-23T01:31:19.2804201Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:31:19.2804906Z 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-11-23T01:31:19.2806790Z 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-11-23T01:31:19.2808081Z 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-11-23T01:31:19.2809419Z 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-11-23T01:31:19.2810806Z 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-11-23T01:31:19.2812173Z 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-11-23T01:31:19.2813568Z 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-11-23T01:31:19.2815153Z 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-11-23T01:31:19.2816469Z 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-11-23T01:31:19.2817889Z 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-11-23T01:31:19.2819112Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:31:19.2820055Z 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-11-23T01:31:19.2821435Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:31:19.2822204Z 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-11-23T01:31:19.2823643Z 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-11-23T01:31:19.2824903Z 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-11-23T01:31:19.2827023Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:31:19.2827794Z 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-11-23T01:31:19.2829231Z 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-11-23T01:31:19.2830544Z 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-11-23T01:31:19.2831956Z 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-11-23T01:31:19.2833211Z 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-11-23T01:31:19.2834458Z 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-11-23T01:31:19.2835766Z 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-11-23T01:31:19.2837207Z 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-11-23T01:31:19.2838554Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:31:19.2839434Z 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-11-23T01:31:19.2840658Z 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-11-23T01:31:19.2842394Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:31:19.2843033Z 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-11-23T01:31:19.2844262Z 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-11-23T01:31:19.2845661Z 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-11-23T01:31:19.2846868Z 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-11-23T01:31:19.2848003Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2848780Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2850638Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2852088Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2853324Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2854598Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2856029Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2857193Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2858571Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2859946Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2861321Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2862778Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2864041Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2865784Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2866945Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2868224Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2869819Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2871189Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2872562Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2873804Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2875072Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2876447Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2877932Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2879149Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2880464Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2881879Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2883165Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2885109Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2886411Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2887751Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2889078Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2890416Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2891746Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2892972Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2894227Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2895465Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2896764Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2898153Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2899384Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2900605Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2901921Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2903224Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2904538Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2905947Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2907265Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2908664Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2909900Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:31:19.2911449Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2912289Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2913669Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2914915Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2916211Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2917481Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2918747Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:19.2919892Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:19.2920747Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:19.2922186Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:19.2923565Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:19.2927392Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:19.2928587Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:31:19.2929696Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:31:19.2930986Z 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-11-23T01:31:19.2932557Z 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-11-23T01:31:19.2933819Z 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-11-23T01:31:19.2934933Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:31:19.2936245Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:31:19.2937385Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2938229Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2939775Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2940982Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2942185Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2943672Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2944809Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2946152Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2947430Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2948773Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2950062Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:31:19.2951541Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed 2022-11-23T01:31:19.2952104Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2952781Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2954333Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2955236Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2956651Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2957689Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2958773Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2959543Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2961444Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2962087Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2963453Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2964989Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2965956Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2966895Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2968198Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2969094Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2970070Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2971346Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2972454Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2973793Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2974730Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2976371Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2976948Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2978722Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2979299Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2980660Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2981563Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2983041Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2984718Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2986045Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2986999Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2988802Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2989714Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2991105Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2992258Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2993198Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2994410Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2995420Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2996806Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2997813Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.2998933Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:19.3000471Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3000799Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3001980Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3002967Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3003774Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3004781Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3006305Z 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-11-23T01:31:19.3006792Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3008206Z 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-11-23T01:31:19.3009518Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3009959Z 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-11-23T01:31:19.3011379Z 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-11-23T01:31:19.3012259Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3013704Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3014736Z 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-11-23T01:31:19.3016235Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3017549Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3018624Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3019703Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3021636Z 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-11-23T01:31:19.3022596Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3023358Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3024946Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3026094Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3026731Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3028093Z 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-11-23T01:31:19.3028846Z 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-11-23T01:31:19.3029715Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:19.3030983Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:31:19.3032010Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:31:19.3032441Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:31:19.3033679Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:31:19.3034559Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3034987Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3035709Z 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-11-23T01:31:19.3036687Z 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-11-23T01:31:19.3037371Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3038474Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3039334Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3040954Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3041804Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3043269Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:19.3044361Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3044960Z 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-11-23T01:31:19.3045825Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3046539Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3047733Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3048745Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3050061Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3050997Z 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-11-23T01:31:19.3052231Z 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-11-23T01:31:19.3053233Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3054204Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3055216Z 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-11-23T01:31:19.3056049Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3056872Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3058382Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3059413Z 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-11-23T01:31:19.3060310Z 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-11-23T01:31:19.3061588Z 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-11-23T01:31:19.3062328Z 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-11-23T01:31:19.3064372Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3065059Z 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-11-23T01:31:19.3066526Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3067213Z 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-11-23T01:31:19.3068717Z 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-11-23T01:31:19.3070208Z 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-11-23T01:31:19.3070791Z 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-11-23T01:31:19.3072100Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3073349Z 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-11-23T01:31:19.3074268Z 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-11-23T01:31:19.3075202Z 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-11-23T01:31:19.3076679Z 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-11-23T01:31:19.3077630Z 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-11-23T01:31:19.3078269Z 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-11-23T01:31:19.3079906Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3080654Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3081883Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3082602Z 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-11-23T01:31:19.3083718Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3084667Z 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-11-23T01:31:19.3085697Z 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-11-23T01:31:19.3087212Z 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-11-23T01:31:19.3087864Z 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-11-23T01:31:19.3089318Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3089992Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3091954Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3092723Z 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-11-23T01:31:19.3093482Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3094532Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3095529Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3097629Z 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-11-23T01:31:19.3098358Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3099292Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3100674Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3101589Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3102494Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3103470Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3104571Z 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-11-23T01:31:19.3105358Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3106251Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3107673Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3108612Z 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-11-23T01:31:19.3109525Z 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-11-23T01:31:19.3110572Z 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-11-23T01:31:19.3111849Z 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-11-23T01:31:19.3112739Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3114144Z 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-11-23T01:31:19.3114993Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3116138Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3117071Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3117908Z 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-11-23T01:31:19.3119973Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3120574Z 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-11-23T01:31:19.3121781Z 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-11-23T01:31:19.3122548Z 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-11-23T01:31:19.3124238Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3125061Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3126189Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3127147Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3128198Z 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-11-23T01:31:19.3129379Z 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-11-23T01:31:19.3130490Z 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-11-23T01:31:19.3131407Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3132308Z 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-11-23T01:31:19.3133203Z 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-11-23T01:31:19.3134196Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3135140Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3136087Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:19.3137582Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:31:19.3138379Z 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-11-23T01:31:19.3138985Z 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-11-23T01:31:19.3140002Z 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-11-23T01:31:19.3140964Z 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-11-23T01:31:19.3141951Z 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-11-23T01:31:19.3142979Z 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-11-23T01:31:19.3143930Z 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-11-23T01:31:19.3145380Z 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-11-23T01:31:19.3146545Z 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-11-23T01:31:19.3147476Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:31:19.3148386Z 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-11-23T01:31:19.3149317Z 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-11-23T01:31:19.3150631Z 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-11-23T01:31:19.3152062Z 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-11-23T01:31:19.3153327Z 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-11-23T01:31:19.3154482Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3155141Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3157089Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3158192Z 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-11-23T01:31:19.3159510Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3160876Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3162376Z 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-11-23T01:31:19.3163708Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3165008Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3166350Z 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-11-23T01:31:19.3167738Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3169187Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3170560Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3171949Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3173638Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3174842Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3176136Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3177563Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3179400Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3180753Z 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-11-23T01:31:19.3182028Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3183306Z 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-11-23T01:31:19.3185116Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3186547Z 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-11-23T01:31:19.3187689Z 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-11-23T01:31:19.3188961Z 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-11-23T01:31:19.3190364Z 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-11-23T01:31:19.3191631Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3192951Z 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-11-23T01:31:19.3194267Z 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-11-23T01:31:19.3195563Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:19.3196884Z 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-11-23T01:31:19.3198487Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3199012Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3200715Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3202246Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3204293Z 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-11-23T01:31:19.3204590Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3206710Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3207003Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3208637Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3209727Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3210805Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3211832Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3212992Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:19.3213801Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3214391Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3215804Z 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-11-23T01:31:19.3216829Z 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-11-23T01:31:19.3217798Z 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-11-23T01:31:19.3219657Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3220006Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3221336Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3222940Z 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-11-23T01:31:19.3223765Z 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-11-23T01:31:19.3224724Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3225710Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3227221Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3228197Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3229607Z 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-11-23T01:31:19.3230775Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3232026Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3233190Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3234401Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3235635Z 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-11-23T01:31:19.3236760Z 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-11-23T01:31:19.3237990Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3239168Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3240290Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3241553Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3242894Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3244164Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3245437Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3246763Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:19.3248201Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3248509Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3250117Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3251409Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3252341Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3253508Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:31:19.3254460Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3255081Z 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-11-23T01:31:19.3256133Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3257146Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3258219Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3259272Z 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-11-23T01:31:19.3260759Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3261777Z 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-11-23T01:31:19.3262784Z 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-11-23T01:31:19.3263752Z 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-11-23T01:31:19.3264695Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3265621Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3266495Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3267931Z 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-11-23T01:31:19.3269618Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3270504Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3271276Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3272538Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3273558Z 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-11-23T01:31:19.3274615Z 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-11-23T01:31:19.3275570Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3277019Z 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-11-23T01:31:19.3277980Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:19.3279687Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3280209Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3280854Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3282463Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3283716Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3285059Z 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-11-23T01:31:19.3286058Z 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-11-23T01:31:19.3287113Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3288064Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3289394Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3290435Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3291391Z 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-11-23T01:31:19.3292712Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3293716Z 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-11-23T01:31:19.3294613Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:31:19.3296051Z 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-11-23T01:31:19.3297018Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3297756Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3298846Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3299714Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3300869Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3301662Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3302953Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3303573Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3304962Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3305823Z 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-11-23T01:31:19.3306928Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3308041Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3309043Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3310314Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3311899Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3312987Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3313956Z 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-11-23T01:31:19.3315484Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3316846Z 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-11-23T01:31:19.3317568Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3319082Z 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-11-23T01:31:19.3319635Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3320968Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:19.3322498Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-11-23T01:31:19.3323055Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-11-23T01:31:19.3324121Z 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-11-23T01:31:19.3324792Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3325282Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3326873Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3328211Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3329395Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3330629Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3331511Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3332421Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3333287Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3334653Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3335556Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3336975Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3337860Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3338905Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3339895Z 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-11-23T01:31:19.3340846Z 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-11-23T01:31:19.3342561Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3343193Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3344316Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3345110Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3346510Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3347310Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3348684Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3349395Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3350559Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3351538Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3352883Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3353822Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3354813Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3357057Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3357446Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3358437Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3359617Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3360808Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3361890Z 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-11-23T01:31:19.3363208Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3364246Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3365134Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3366390Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3367531Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3368535Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3370086Z 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-11-23T01:31:19.3370564Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:19.3371941Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:31:19.3372489Z 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-11-23T01:31:19.3373942Z 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-11-23T01:31:19.3375337Z 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-11-23T01:31:19.3376266Z 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-11-23T01:31:19.3377567Z 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-11-23T01:31:19.3378482Z 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-11-23T01:31:19.3379633Z 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-11-23T01:31:19.3380709Z 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-11-23T01:31:19.3381831Z 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-11-23T01:31:19.3382872Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen 2022-11-23T01:31:19.3383184Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:19.3383807Z 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-11-23T01:31:19.3385049Z 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-11-23T01:31:19.3385565Z 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-11-23T01:31:19.3387084Z 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-11-23T01:31:19.3387661Z 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-11-23T01:31:19.3389728Z 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-11-23T01:31:19.3390515Z 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-11-23T01:31:19.3392138Z 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-11-23T01:31:19.3392595Z 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-11-23T01:31:19.3394075Z 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-11-23T01:31:19.3394712Z 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-11-23T01:31:19.3396396Z 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-11-23T01:31:19.3396912Z 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-11-23T01:31:19.3398376Z 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-11-23T01:31:19.3399174Z 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-11-23T01:31:19.3400453Z 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-11-23T01:31:19.3402331Z 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-11-23T01:31:19.3402965Z 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-11-23T01:31:19.3404411Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:19.3405341Z 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-11-23T01:31:19.3406399Z 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-11-23T01:31:19.3407155Z 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-11-23T01:31:19.3408742Z 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-11-23T01:31:19.3409412Z 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-11-23T01:31:19.3411123Z 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-11-23T01:31:19.3411747Z 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-11-23T01:31:19.3412890Z 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-11-23T01:31:19.3413766Z 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-11-23T01:31:19.3415134Z 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-11-23T01:31:19.3416604Z 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-11-23T01:31:19.3417253Z 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-11-23T01:31:19.3418606Z 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-11-23T01:31:19.3419278Z 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-11-23T01:31:19.3420273Z 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-11-23T01:31:19.3421397Z 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-11-23T01:31:19.3422403Z 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-11-23T01:31:19.3423569Z 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-11-23T01:31:19.3424848Z 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-11-23T01:31:19.3425407Z 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-11-23T01:31:19.3427262Z 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-11-23T01:31:19.3427656Z 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-11-23T01:31:19.3428978Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:19.3429700Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:19.3430940Z 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-11-23T01:31:19.3432009Z 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-11-23T01:31:19.3432753Z 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-11-23T01:31:19.3434144Z 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-11-23T01:31:19.3434865Z 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-11-23T01:31:19.3436299Z 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-11-23T01:31:19.3437196Z 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-11-23T01:31:19.3438947Z 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-11-23T01:31:19.3439927Z 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-11-23T01:31:19.3441201Z 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-11-23T01:31:19.3442642Z 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-11-23T01:31:19.3444751Z 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-11-23T01:31:19.3445904Z 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-11-23T01:31:19.3447384Z 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-11-23T01:31:19.3448989Z 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-11-23T01:31:19.3450311Z 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-11-23T01:31:19.3451761Z 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-11-23T01:31:19.3453000Z 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-11-23T01:31:19.3454395Z 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-11-23T01:31:19.3455760Z 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-11-23T01:31:19.3457026Z 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-11-23T01:31:19.3458435Z 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-11-23T01:31:19.3459878Z 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-11-23T01:31:19.3461307Z 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-11-23T01:31:19.3462437Z 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-11-23T01:31:19.3463921Z 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-11-23T01:31:19.3466154Z 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-11-23T01:31:19.3467286Z 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-11-23T01:31:19.3468561Z 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-11-23T01:31:19.3469843Z 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-11-23T01:31:19.3471211Z 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-11-23T01:31:19.3472512Z 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-11-23T01:31:19.3473922Z 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-11-23T01:31:19.3475236Z 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-11-23T01:31:19.3476629Z 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-11-23T01:31:19.3477957Z 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-11-23T01:31:19.3479710Z 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-11-23T01:31:19.3480985Z 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-11-23T01:31:19.3482647Z 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-11-23T01:31:19.3483978Z 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-11-23T01:31:19.3485308Z 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-11-23T01:31:19.3487016Z 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-11-23T01:31:19.3488268Z 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-11-23T01:31:19.3489759Z 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-11-23T01:31:19.3491040Z 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-11-23T01:31:19.3492242Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:31:19.3492894Z 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-11-23T01:31:19.3494761Z 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-11-23T01:31:19.3495612Z 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-11-23T01:31:19.3496967Z 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-11-23T01:31:19.3498056Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:31:19.3499025Z 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-11-23T01:31:19.3500377Z 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-11-23T01:31:19.3501741Z 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-11-23T01:31:19.3503098Z 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-11-23T01:31:19.3504416Z 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-11-23T01:31:19.3505746Z 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-11-23T01:31:19.3507165Z 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-11-23T01:31:19.3508607Z 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-11-23T01:31:19.3509967Z 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-11-23T01:31:19.3511329Z 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-11-23T01:31:19.3512673Z 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-11-23T01:31:19.3514165Z 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-11-23T01:31:19.3515532Z 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-11-23T01:31:19.3516779Z 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-11-23T01:31:19.3518360Z 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-11-23T01:31:19.3520071Z 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-11-23T01:31:19.3521359Z 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-11-23T01:31:19.3523039Z 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-11-23T01:31:19.3524773Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:31:19.3525062Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:31:19.3526420Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:31:19.3527035Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3527834Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3529118Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3530283Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3531162Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3532598Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3533356Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3534597Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3535425Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3536759Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:31:19.3537637Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:31:19.3538231Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:31:19.3539768Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:31:19.3540421Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:31:19.3540883Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:31:19.3542073Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3542356Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3543810Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3544664Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3545532Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3546907Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3548373Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3549103Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3550224Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3551137Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3552029Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3553530Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3554340Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3555003Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3556293Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3557280Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3558276Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3560573Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3561940Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3562644Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3564609Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3564969Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3565965Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3567219Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3568304Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3569493Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3570474Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3571623Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3573231Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3573937Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3574833Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3576233Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3577410Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3578084Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3579069Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3580787Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3581269Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3582418Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3583683Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3584726Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3586568Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3587388Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3588329Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:31:19.3589986Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-11-23T01:31:19.3590312Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-11-23T01:31:19.3591523Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy 2022-11-23T01:31:19.3591790Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:19.3592148Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:19.3593880Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:19.3594645Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:19.3595561Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:19.3596757Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3597130Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3598906Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3599448Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3600855Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3601510Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3603860Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3604844Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3606235Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3607408Z 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-11-23T01:31:19.3608900Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3610471Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3611758Z 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-11-23T01:31:19.3613012Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3614363Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3615810Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3616985Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3618440Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3619737Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3621100Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3622565Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3623253Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3624429Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3625301Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3626965Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:19.3628515Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:31:19.3628875Z 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-11-23T01:31:19.3630581Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:31:19.3631751Z 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-11-23T01:31:19.3632793Z 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-11-23T01:31:19.3633378Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:31:19.3634270Z 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-11-23T01:31:19.3635668Z 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-11-23T01:31:19.3637015Z 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-11-23T01:31:19.3638138Z 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-11-23T01:31:19.3639392Z 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-11-23T01:31:19.3640592Z 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-11-23T01:31:19.3642500Z 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-11-23T01:31:19.3643261Z 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-11-23T01:31:19.3644530Z 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-11-23T01:31:19.3645962Z 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-11-23T01:31:19.3647131Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3647804Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3649453Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3650668Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3652780Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3654070Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3655289Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3656585Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3658013Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3659384Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3660671Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3661917Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3663217Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3664530Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3666570Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3667918Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3669153Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3671636Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3673702Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3675083Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:31:19.3676499Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3677305Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3678806Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3680663Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3682034Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3683477Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3685047Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3686596Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:31:19.3687941Z creating build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:31:19.3688545Z copying torch/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:31:19.3689950Z copying torch/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:31:19.3691073Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:19.3731840Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:19.3790949Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:19.3870363Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:31:19.3947527Z creating build/lib.linux-x86_64-cpython-310/torch/share 2022-11-23T01:31:19.3947897Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake 2022-11-23T01:31:19.3948265Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-11-23T01:31:19.3948770Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-11-23T01:31:19.3949774Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:31:19.3950333Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:31:19.3951469Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:31:19.3952974Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:31:19.3953806Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:31:19.3954768Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3955253Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3956690Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3957491Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3958374Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3959354Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3960313Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3961269Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3962791Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3964308Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:31:19.3964813Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:31:19.3965636Z 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-11-23T01:31:19.3966534Z 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-11-23T01:31:19.3967164Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:31:19.3967586Z 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-11-23T01:31:19.3968930Z 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-11-23T01:31:19.3970748Z 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-11-23T01:31:19.3971604Z 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-11-23T01:31:19.3972660Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:31:19.3973351Z 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-11-23T01:31:19.3974664Z 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-11-23T01:31:19.3975597Z 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-11-23T01:31:19.3977017Z 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-11-23T01:31:19.3977755Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:31:19.3978446Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:31:19.3979673Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:31:19.3980672Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:31:19.3981242Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:31:19.3982424Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:31:19.3983627Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:31:19.4029340Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:19.4107699Z 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-11-23T01:31:19.4188701Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:19.4189758Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:19.4193268Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:19.4257425Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:19.4266718Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:19.4302730Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:31:19.4315220Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged 2022-11-23T01:31:19.4315606Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen 2022-11-23T01:31:19.4315991Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:31:19.4316814Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:31:19.4322305Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:31:19.4323152Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4323920Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4325371Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4326828Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4328276Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4329659Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4331000Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4332271Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4334328Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4335510Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4336696Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4337897Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4339228Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4340940Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4342250Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4343648Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4344939Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4346282Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4347695Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4348961Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4350394Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4351701Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4353109Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4354383Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4355751Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4357066Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4358409Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4359661Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4360990Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4362780Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4363984Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4365120Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4367061Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4368142Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4369208Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4371017Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4371593Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4373548Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4374080Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4375400Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:31:19.4642444Z running build_ext 2022-11-23T01:31:19.4689017Z -- Building with NumPy bindings 2022-11-23T01:31:19.4689177Z -- Detected cuDNN at , 2022-11-23T01:31:19.4689410Z -- Detected CUDA at /usr/local/cuda 2022-11-23T01:31:19.4689578Z -- Using MKLDNN 2022-11-23T01:31:19.4689905Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:31:19.4690080Z -- Not using CBLAS in MKLDNN 2022-11-23T01:31:19.4690243Z -- Building NCCL library 2022-11-23T01:31:19.4690449Z -- Building with distributed package: 2022-11-23T01:31:19.4690597Z -- USE_TENSORPIPE=True 2022-11-23T01:31:19.4690898Z -- USE_GLOO=True 2022-11-23T01:31:19.4691054Z -- USE_MPI=False 2022-11-23T01:31:19.4691191Z -- Using ITT 2022-11-23T01:31:19.6270941Z 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-11-23T01:31:19.6271760Z 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-11-23T01:31:19.6277655Z building 'torch._C' extension 2022-11-23T01:31:19.6278809Z creating build/temp.linux-x86_64-cpython-310 2022-11-23T01:31:19.6279247Z creating build/temp.linux-x86_64-cpython-310/torch 2022-11-23T01:31:19.6279602Z creating build/temp.linux-x86_64-cpython-310/torch/csrc 2022-11-23T01:31:19.6281988Z 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-11-23T01:31:19.7034027Z 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-11-23T01:31:19.8597985Z building 'torch._C_flatbuffer' extension 2022-11-23T01:31:19.8600104Z 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-11-23T01:31:19.9262256Z 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-11-23T01:31:19.9603229Z /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-11-23T01:31:19.9603894Z warnings.warn( 2022-11-23T01:31:19.9643409Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:31:19.9643809Z running install 2022-11-23T01:31:19.9697792Z running install_lib 2022-11-23T01:31:19.9736573Z creating build/bdist.linux-x86_64 2022-11-23T01:31:19.9736990Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:31:19.9737430Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:31:19.9737945Z copying build/lib.linux-x86_64-cpython-310/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:31:19.9739407Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9740001Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9740864Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9742169Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9742995Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9743855Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9744689Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9745749Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9746823Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9747844Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9748749Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9749688Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9750688Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9751553Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9752490Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9754042Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:31:19.9755064Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:31:19.9755546Z copying build/lib.linux-x86_64-cpython-310/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:31:19.9756738Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9757600Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9758532Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9759254Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9760110Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9761371Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9762180Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9762751Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9763404Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9764072Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:31:19.9764844Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9766309Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9766897Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9767595Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9768487Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9769101Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9770050Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:31:19.9770861Z 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-11-23T01:31:19.9773937Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9774403Z copying build/lib.linux-x86_64-cpython-310/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9775599Z copying build/lib.linux-x86_64-cpython-310/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9776286Z copying build/lib.linux-x86_64-cpython-310/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9777776Z copying build/lib.linux-x86_64-cpython-310/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9778419Z copying build/lib.linux-x86_64-cpython-310/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9779151Z copying build/lib.linux-x86_64-cpython-310/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9782176Z copying build/lib.linux-x86_64-cpython-310/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9782627Z copying build/lib.linux-x86_64-cpython-310/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9783233Z copying build/lib.linux-x86_64-cpython-310/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9783835Z copying build/lib.linux-x86_64-cpython-310/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9784319Z copying build/lib.linux-x86_64-cpython-310/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9784879Z copying build/lib.linux-x86_64-cpython-310/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9786466Z copying build/lib.linux-x86_64-cpython-310/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9787242Z copying build/lib.linux-x86_64-cpython-310/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9788435Z copying build/lib.linux-x86_64-cpython-310/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9789236Z copying build/lib.linux-x86_64-cpython-310/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9790287Z copying build/lib.linux-x86_64-cpython-310/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9790994Z copying build/lib.linux-x86_64-cpython-310/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9791774Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9793176Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9794630Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9795517Z copying build/lib.linux-x86_64-cpython-310/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9798909Z copying build/lib.linux-x86_64-cpython-310/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9799778Z copying build/lib.linux-x86_64-cpython-310/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9800839Z copying build/lib.linux-x86_64-cpython-310/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9801884Z copying build/lib.linux-x86_64-cpython-310/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9802768Z copying build/lib.linux-x86_64-cpython-310/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9803975Z copying build/lib.linux-x86_64-cpython-310/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9805026Z copying build/lib.linux-x86_64-cpython-310/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9805860Z copying build/lib.linux-x86_64-cpython-310/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9807278Z copying build/lib.linux-x86_64-cpython-310/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9808253Z copying build/lib.linux-x86_64-cpython-310/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9809212Z copying build/lib.linux-x86_64-cpython-310/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9810132Z copying build/lib.linux-x86_64-cpython-310/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9811077Z copying build/lib.linux-x86_64-cpython-310/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9812217Z copying build/lib.linux-x86_64-cpython-310/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9812952Z copying build/lib.linux-x86_64-cpython-310/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9813658Z copying build/lib.linux-x86_64-cpython-310/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:19.9814727Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:31:19.9815202Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:31:19.9816235Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:31:19.9817855Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:31:19.9819043Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:31:19.9819675Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:31:19.9820511Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:31:19.9821656Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9822254Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9823166Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9823757Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9824696Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9825615Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9826495Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9827475Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9828193Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9829664Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9830533Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9831291Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9832935Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9833506Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9834098Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9834761Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9835601Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9836928Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9837785Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9838562Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9839992Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9840784Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9842755Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9843310Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9844126Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9844681Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:31:19.9846285Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9846951Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9847883Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9848644Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9850537Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9851184Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9851817Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9852473Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9853998Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9854951Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9855996Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:31:19.9857218Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9858095Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9859038Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9860019Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9860988Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9861967Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9862932Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9863880Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9865042Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9865999Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9867314Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9868507Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9869660Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9870995Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:31:19.9872218Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:31:19.9873308Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:31:19.9874211Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:31:19.9875251Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:31:19.9876355Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9877227Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9877989Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9879311Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9879938Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9881017Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9882418Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9883628Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9884986Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9885969Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9887004Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9888063Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9890459Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9891931Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9893284Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9894653Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9895820Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9896925Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9897986Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:31:19.9899523Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9900415Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9901435Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9902319Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9903334Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9904630Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9906114Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9907185Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9908290Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9909297Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9910176Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9911020Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:31:19.9912598Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9913165Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9913961Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9915541Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9916110Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9917381Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9918425Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9919530Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9921265Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9922266Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:31:19.9924145Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9924901Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9925761Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9926628Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9927498Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9928469Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9929506Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9930636Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9931665Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9932668Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9934054Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9934916Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:31:19.9936161Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9936907Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9938584Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9939995Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9940902Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9941994Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:31:19.9943284Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:31:19.9944208Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:31:19.9945768Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:31:19.9947028Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:31:19.9947874Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:31:19.9950317Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:31:19.9951113Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:31:19.9952507Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:31:19.9952952Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:31:19.9954195Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:31:19.9954949Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:31:19.9956383Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:31:19.9957192Z 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-11-23T01:31:19.9958132Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:31:19.9958921Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:31:19.9959870Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:31:19.9960599Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:31:19.9961487Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:31:19.9962615Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:31:19.9963589Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:31:19.9965497Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:31:19.9966032Z copying build/lib.linux-x86_64-cpython-310/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:31:19.9966720Z copying build/lib.linux-x86_64-cpython-310/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:31:19.9968663Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:31:19.9969530Z copying build/lib.linux-x86_64-cpython-310/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:31:19.9970366Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:31:19.9970887Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:31:19.9972002Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:31:19.9972497Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:31:19.9973717Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:19.9974329Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:19.9975254Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:31:19.9976188Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:31:19.9976709Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:31:19.9978191Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:19.9979298Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:19.9980389Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:19.9981564Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:19.9982599Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:31:19.9983645Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:31:19.9984532Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:31:19.9985683Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:19.9986628Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:19.9987698Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:19.9988709Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:19.9989910Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:19.9990859Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:19.9991569Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:19.9992774Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:19.9993512Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:19.9994330Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:31:19.9995577Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:31:19.9996349Z 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-11-23T01:31:19.9997414Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:31:19.9998207Z 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-11-23T01:31:19.9999043Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:31:19.9999937Z 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-11-23T01:31:20.0000859Z 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-11-23T01:31:20.0001515Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:31:20.0002567Z 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-11-23T01:31:20.0003490Z 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-11-23T01:31:20.0004607Z 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-11-23T01:31:20.0005611Z 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-11-23T01:31:20.0006278Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:31:20.0006734Z 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-11-23T01:31:20.0008037Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:31:20.0008714Z 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-11-23T01:31:20.0009349Z 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-11-23T01:31:20.0010878Z 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-11-23T01:31:20.0012291Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:31:20.0012865Z 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-11-23T01:31:20.0013728Z 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-11-23T01:31:20.0014941Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:31:20.0015425Z 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-11-23T01:31:20.0016326Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:31:20.0017078Z 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-11-23T01:31:20.0018118Z 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-11-23T01:31:20.0019286Z 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-11-23T01:31:20.0020055Z 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-11-23T01:31:20.0021258Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:31:20.0022404Z 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-11-23T01:31:20.0023364Z 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-11-23T01:31:20.0024222Z 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-11-23T01:31:20.0025139Z 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-11-23T01:31:20.0026412Z 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-11-23T01:31:20.0027333Z 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-11-23T01:31:20.0028685Z 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-11-23T01:31:20.0029523Z 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-11-23T01:31:20.0030570Z 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-11-23T01:31:20.0031452Z 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-11-23T01:31:20.0032151Z 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-11-23T01:31:20.0032905Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:31:20.0033404Z 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-11-23T01:31:20.0034420Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:31:20.0035095Z 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-11-23T01:31:20.0036040Z 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-11-23T01:31:20.0037028Z 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-11-23T01:31:20.0037990Z 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-11-23T01:31:20.0039370Z 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-11-23T01:31:20.0040038Z 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-11-23T01:31:20.0040905Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:31:20.0041431Z 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-11-23T01:31:20.0042693Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:31:20.0043221Z 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-11-23T01:31:20.0044085Z 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-11-23T01:31:20.0044831Z 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-11-23T01:31:20.0045854Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:31:20.0046790Z 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-11-23T01:31:20.0047765Z 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-11-23T01:31:20.0048479Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:31:20.0049132Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:31:20.0049694Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:31:20.0050822Z 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-11-23T01:31:20.0051945Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:31:20.0052503Z 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-11-23T01:31:20.0053315Z 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-11-23T01:31:20.0054412Z 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-11-23T01:31:20.0055534Z 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-11-23T01:31:20.0056582Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:31:20.0057896Z 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-11-23T01:31:20.0058702Z 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-11-23T01:31:20.0059401Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:31:20.0060239Z 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-11-23T01:31:20.0061702Z 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-11-23T01:31:20.0062612Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:31:20.0063150Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:31:20.0064151Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:31:20.0065517Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:31:20.0066072Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:31:20.0067131Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:20.0067785Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:20.0068908Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:31:20.0070080Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:20.0070999Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:20.0072049Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:31:20.0072954Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:20.0073996Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:20.0075173Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:20.0076347Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:20.0077577Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:31:20.0078312Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:31:20.0079006Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:31:20.0079566Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:20.0080360Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:20.0081137Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:20.0082394Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:31:20.0082917Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:20.0083576Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:20.0084425Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:20.0085255Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:31:20.0086979Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:31:20.0087759Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:31:20.0088375Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:31:20.0089439Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:31:20.0090047Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:31:20.0091444Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0091955Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0095040Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0096148Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0096961Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0097794Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:31:20.0098249Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0098855Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0099425Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0099987Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0100600Z 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-11-23T01:31:20.0101272Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0101864Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0102690Z 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-11-23T01:31:20.0103431Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0104697Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0105441Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0106411Z 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-11-23T01:31:20.0107040Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0107777Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0108603Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0109732Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0110623Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0111438Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0112214Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:31:20.0113723Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:31:20.0114327Z 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-11-23T01:31:20.0115142Z 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-11-23T01:31:20.0116160Z 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-11-23T01:31:20.0117290Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:31:20.0118177Z 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-11-23T01:31:20.0119272Z 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-11-23T01:31:20.0120389Z 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-11-23T01:31:20.0121536Z 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-11-23T01:31:20.0122484Z 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-11-23T01:31:20.0123350Z 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-11-23T01:31:20.0124351Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:31:20.0125094Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:31:20.0125950Z 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-11-23T01:31:20.0126877Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:31:20.0128021Z 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-11-23T01:31:20.0129117Z 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-11-23T01:31:20.0130369Z 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-11-23T01:31:20.0131422Z 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-11-23T01:31:20.0132760Z 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-11-23T01:31:20.0133731Z 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-11-23T01:31:20.0134744Z 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-11-23T01:31:20.0135737Z 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-11-23T01:31:20.0136698Z 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-11-23T01:31:20.0137672Z 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-11-23T01:31:20.0138611Z 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-11-23T01:31:20.0139405Z 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-11-23T01:31:20.0140452Z 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-11-23T01:31:20.0142418Z 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-11-23T01:31:20.0143151Z 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-11-23T01:31:20.0143814Z 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-11-23T01:31:20.0144811Z 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-11-23T01:31:20.0146289Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:31:20.0146926Z 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-11-23T01:31:20.0147937Z 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-11-23T01:31:20.0149236Z 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-11-23T01:31:20.0150303Z 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-11-23T01:31:20.0151131Z 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-11-23T01:31:20.0152623Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0153399Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0154260Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0155198Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0156209Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0157296Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0158355Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0159319Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0160590Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0161800Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0162491Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0163665Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0164691Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:31:20.0165973Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:31:20.0166828Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:31:20.0167849Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:31:20.0168788Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:31:20.0169302Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:31:20.0170172Z copying build/lib.linux-x86_64-cpython-310/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:31:20.0171311Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:31:20.0172285Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:31:20.0172917Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:31:20.0174165Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:31:20.0174805Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:31:20.0175652Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:31:20.0176290Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:31:20.0178068Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:31:20.0178808Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:31:20.0179484Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:31:20.0180309Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:31:20.0181250Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:31:20.0182075Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:31:20.0182847Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:31:20.0183707Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:31:20.0184547Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:31:20.0185274Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:31:20.0186090Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:31:20.0186980Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:31:20.0187823Z copying build/lib.linux-x86_64-cpython-310/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:31:20.0188734Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:31:20.0189588Z copying build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:31:20.0190433Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:31:20.0191304Z copying build/lib.linux-x86_64-cpython-310/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:31:20.0192101Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:31:20.0193206Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:31:20.0194211Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:31:20.0195249Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:31:20.0196217Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:31:20.0196919Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:31:20.0197586Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:31:20.0198524Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:31:20.0199274Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:31:20.0200181Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:31:20.0200961Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:31:20.0201539Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:31:20.0202609Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:31:20.0203699Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0204221Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0205763Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0206599Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0207462Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0208409Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0209240Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0210146Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0210988Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0211856Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0212649Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0213868Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0214570Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0215427Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0216273Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0217135Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0217960Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:31:20.0219109Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:31:20.0219831Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:31:20.0220827Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:31:20.0221675Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:31:20.0222886Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:31:20.0224450Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0225194Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0226268Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0226964Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0228609Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0229003Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0231422Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0231992Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0232993Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0234065Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0235081Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0236389Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:31:20.0237829Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0238720Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0239689Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0241586Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0242878Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0243755Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0244863Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:31:20.0246409Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0246992Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0247515Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0249104Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0250113Z 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-11-23T01:31:20.0251052Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0252174Z 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-11-23T01:31:20.0253304Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0253789Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0255759Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:31:20.0256319Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:31:20.0256948Z 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-11-23T01:31:20.0258864Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:31:20.0259528Z 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-11-23T01:31:20.0260668Z 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-11-23T01:31:20.0261196Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:31:20.0262063Z 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-11-23T01:31:20.0263064Z 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-11-23T01:31:20.0264961Z 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-11-23T01:31:20.0265775Z 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-11-23T01:31:20.0266671Z 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-11-23T01:31:20.0267651Z 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-11-23T01:31:20.0269529Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:31:20.0269954Z 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-11-23T01:31:20.0270834Z 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-11-23T01:31:20.0271798Z 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-11-23T01:31:20.0272501Z 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-11-23T01:31:20.0273342Z 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-11-23T01:31:20.0273908Z 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-11-23T01:31:20.0275495Z 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-11-23T01:31:20.0276334Z 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-11-23T01:31:20.0277069Z 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-11-23T01:31:20.0277748Z 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-11-23T01:31:20.0280084Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:31:20.0280673Z 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-11-23T01:31:20.0281399Z 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-11-23T01:31:20.0282151Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:31:20.0282518Z 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-11-23T01:31:20.0284335Z 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-11-23T01:31:20.0284799Z 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-11-23T01:31:20.0285817Z 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-11-23T01:31:20.0286824Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:31:20.0287602Z 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-11-23T01:31:20.0288487Z 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-11-23T01:31:20.0289357Z 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-11-23T01:31:20.0290170Z 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-11-23T01:31:20.0291039Z 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-11-23T01:31:20.0292096Z 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-11-23T01:31:20.0293325Z 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-11-23T01:31:20.0293881Z 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-11-23T01:31:20.0295689Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:31:20.0296061Z 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-11-23T01:31:20.0297215Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:31:20.0298057Z 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-11-23T01:31:20.0298833Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:31:20.0299428Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:31:20.0300152Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:31:20.0301068Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0301848Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0303197Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0303765Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0304843Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0305872Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0307085Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0308202Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:31:20.0309388Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0310275Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0311276Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0312066Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0313529Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0314611Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0315538Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0316758Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0317673Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0318719Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:31:20.0320682Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0321210Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0322167Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0322838Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0323827Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0324795Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0325501Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0326345Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:31:20.0327393Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:31:20.0328267Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:31:20.0329103Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:31:20.0330074Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:31:20.0330655Z 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-11-23T01:31:20.0331594Z 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-11-23T01:31:20.0332591Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:31:20.0333059Z 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-11-23T01:31:20.0333913Z 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-11-23T01:31:20.0334828Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:31:20.0335518Z 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-11-23T01:31:20.0336569Z 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-11-23T01:31:20.0337494Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:31:20.0337959Z 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-11-23T01:31:20.0338882Z 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-11-23T01:31:20.0340439Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:31:20.0341031Z 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-11-23T01:31:20.0341560Z 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-11-23T01:31:20.0342464Z 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-11-23T01:31:20.0343413Z 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-11-23T01:31:20.0344513Z 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-11-23T01:31:20.0345501Z 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-11-23T01:31:20.0346774Z 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-11-23T01:31:20.0348219Z 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-11-23T01:31:20.0349297Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:31:20.0349936Z 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-11-23T01:31:20.0350965Z 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-11-23T01:31:20.0352102Z 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-11-23T01:31:20.0353078Z 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-11-23T01:31:20.0353941Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:31:20.0354376Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:31:20.0356025Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0356643Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0357557Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0358288Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0358891Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0359700Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0360791Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0361984Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0362763Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0363599Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0364844Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0365931Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0366723Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0367885Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0368846Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:31:20.0370009Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:31:20.0370625Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:31:20.0372179Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:31:20.0373019Z 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-11-23T01:31:20.0373872Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:31:20.0374402Z 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-11-23T01:31:20.0375483Z 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-11-23T01:31:20.0377066Z 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-11-23T01:31:20.0378341Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:31:20.0378848Z 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-11-23T01:31:20.0379584Z 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-11-23T01:31:20.0380491Z 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-11-23T01:31:20.0381317Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:31:20.0381950Z 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-11-23T01:31:20.0382886Z 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-11-23T01:31:20.0383979Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:31:20.0384642Z 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-11-23T01:31:20.0385929Z 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-11-23T01:31:20.0386449Z 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-11-23T01:31:20.0387440Z 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-11-23T01:31:20.0388992Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:31:20.0389632Z 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-11-23T01:31:20.0390484Z 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-11-23T01:31:20.0391317Z 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-11-23T01:31:20.0392224Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:31:20.0392585Z 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-11-23T01:31:20.0393866Z 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-11-23T01:31:20.0394613Z 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-11-23T01:31:20.0395453Z 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-11-23T01:31:20.0396949Z 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-11-23T01:31:20.0398314Z 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-11-23T01:31:20.0398769Z 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-11-23T01:31:20.0399977Z 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-11-23T01:31:20.0400677Z 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-11-23T01:31:20.0401477Z 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-11-23T01:31:20.0402404Z 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-11-23T01:31:20.0403982Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:31:20.0404393Z 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-11-23T01:31:20.0405614Z 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-11-23T01:31:20.0406536Z 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-11-23T01:31:20.0406944Z 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-11-23T01:31:20.0408018Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:31:20.0408648Z 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-11-23T01:31:20.0409600Z 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-11-23T01:31:20.0410403Z 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-11-23T01:31:20.0411152Z 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-11-23T01:31:20.0412644Z 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-11-23T01:31:20.0413283Z 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-11-23T01:31:20.0414209Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:31:20.0414866Z 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-11-23T01:31:20.0415553Z 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-11-23T01:31:20.0416373Z 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-11-23T01:31:20.0417554Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0418406Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0419432Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0420377Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0421116Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0421979Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0423318Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0424390Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0426195Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0427516Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0428528Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0429804Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0430946Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0431982Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0432961Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0434511Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0435457Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0437313Z 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-11-23T01:31:20.0438868Z 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-11-23T01:31:20.0439417Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:31:20.0441080Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:31:20.0441928Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:31:20.0442323Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:31:20.0444081Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:31:20.0444523Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:31:20.0445539Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:31:20.0446882Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:31:20.0447253Z 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-11-23T01:31:20.0448814Z 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-11-23T01:31:20.0450042Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:31:20.0450611Z 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-11-23T01:31:20.0451158Z 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-11-23T01:31:20.0452601Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:31:20.0453048Z 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-11-23T01:31:20.0453854Z 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-11-23T01:31:20.0454681Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0455633Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0456566Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0457704Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0458395Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0459115Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0460051Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0461011Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0462066Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0462785Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0463703Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0464282Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0465294Z 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-11-23T01:31:20.0466436Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:31:20.0467072Z 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-11-23T01:31:20.0468637Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:31:20.0469195Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:31:20.0469966Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:31:20.0470311Z 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-11-23T01:31:20.0471613Z 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-11-23T01:31:20.0472546Z 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-11-23T01:31:20.0473603Z 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-11-23T01:31:20.0474744Z 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-11-23T01:31:20.0475317Z 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-11-23T01:31:20.0475995Z 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-11-23T01:31:20.0477339Z 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-11-23T01:31:20.0478228Z 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-11-23T01:31:20.0479245Z 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-11-23T01:31:20.0480089Z 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-11-23T01:31:20.0481285Z 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-11-23T01:31:20.0483022Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:31:20.0483949Z 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-11-23T01:31:20.0484981Z 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-11-23T01:31:20.0485656Z 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-11-23T01:31:20.0486905Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:31:20.0487504Z 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-11-23T01:31:20.0489029Z 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-11-23T01:31:20.0489479Z 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-11-23T01:31:20.0491200Z 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-11-23T01:31:20.0491778Z 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-11-23T01:31:20.0492556Z 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-11-23T01:31:20.0494569Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0495155Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0495848Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0496783Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0498111Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0499236Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0500322Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0501495Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0502602Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0503618Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:31:20.0504816Z 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-11-23T01:31:20.0505926Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:31:20.0506564Z 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-11-23T01:31:20.0507871Z 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-11-23T01:31:20.0510208Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0510753Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0511758Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0513147Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0513838Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0514875Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0515923Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0516993Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0517865Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0519189Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0520399Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0521522Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0522271Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0523626Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0524133Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0525474Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0526984Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0528520Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0529410Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0530330Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0531443Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0532190Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0533367Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0534251Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0534789Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0535815Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0536499Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0537185Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0538118Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0538977Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0539991Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0540639Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0541730Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0542278Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0543290Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0544128Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0544760Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0545767Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0547179Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0547682Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0548812Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0549614Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0550854Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0551644Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0552502Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0553874Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0554180Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:31:20.0555692Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:31:20.0555942Z copying build/lib.linux-x86_64-cpython-310/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:31:20.0557458Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:31:20.0557739Z copying build/lib.linux-x86_64-cpython-310/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:31:20.0558986Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0559278Z copying build/lib.linux-x86_64-cpython-310/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0561050Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0561374Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0562639Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0563328Z copying build/lib.linux-x86_64-cpython-310/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0564222Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0565688Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0566610Z copying build/lib.linux-x86_64-cpython-310/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0567335Z copying build/lib.linux-x86_64-cpython-310/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0568272Z copying build/lib.linux-x86_64-cpython-310/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0569504Z copying build/lib.linux-x86_64-cpython-310/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0570647Z copying build/lib.linux-x86_64-cpython-310/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0571291Z copying build/lib.linux-x86_64-cpython-310/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0572574Z copying build/lib.linux-x86_64-cpython-310/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0573197Z copying build/lib.linux-x86_64-cpython-310/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:31:20.0574210Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0575251Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0575904Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0577156Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0578048Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0579041Z 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-11-23T01:31:20.0580127Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0581095Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0582168Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0583070Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0583962Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0584917Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0586090Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0586780Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0587681Z 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-11-23T01:31:20.0588792Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0590504Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:31:20.0591319Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:31:20.0591857Z 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-11-23T01:31:20.0592769Z 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-11-23T01:31:20.0593524Z 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-11-23T01:31:20.0595231Z 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-11-23T01:31:20.0596041Z 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-11-23T01:31:20.0596920Z 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-11-23T01:31:20.0597568Z 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-11-23T01:31:20.0598553Z 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-11-23T01:31:20.0599846Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:31:20.0600243Z 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-11-23T01:31:20.0601770Z 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-11-23T01:31:20.0602461Z 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-11-23T01:31:20.0603075Z 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-11-23T01:31:20.0604760Z 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-11-23T01:31:20.0605718Z 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-11-23T01:31:20.0606578Z 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-11-23T01:31:20.0607401Z 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-11-23T01:31:20.0608334Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:31:20.0609192Z 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-11-23T01:31:20.0610164Z 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-11-23T01:31:20.0611042Z 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-11-23T01:31:20.0611883Z 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-11-23T01:31:20.0612718Z 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-11-23T01:31:20.0613691Z 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-11-23T01:31:20.0615164Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0615536Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0616280Z 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-11-23T01:31:20.0616910Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0618842Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0619190Z 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-11-23T01:31:20.0620072Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0620858Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0622106Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0622659Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0624056Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0624703Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0625897Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0626848Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0628120Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:31:20.0629002Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:31:20.0629904Z 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-11-23T01:31:20.0630718Z 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-11-23T01:31:20.0631888Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:31:20.0632629Z 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-11-23T01:31:20.0634092Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:31:20.0634540Z 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-11-23T01:31:20.0635099Z 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-11-23T01:31:20.0636782Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:31:20.0637186Z 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-11-23T01:31:20.0637951Z 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-11-23T01:31:20.0638733Z 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-11-23T01:31:20.0639719Z 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-11-23T01:31:20.0641373Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:31:20.0642177Z 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-11-23T01:31:20.0643185Z 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-11-23T01:31:20.0644086Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:31:20.0644582Z 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-11-23T01:31:20.0645595Z 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-11-23T01:31:20.0646617Z 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-11-23T01:31:20.0647111Z 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-11-23T01:31:20.0648851Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0649182Z copying build/lib.linux-x86_64-cpython-310/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0651108Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0651572Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0651986Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0653068Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0653802Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0655109Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0655751Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0656817Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0657755Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0659443Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0659796Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0660620Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0661806Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0663121Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0664697Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0665601Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0667124Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0667741Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0669422Z copying build/lib.linux-x86_64-cpython-310/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0669950Z copying build/lib.linux-x86_64-cpython-310/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0672038Z copying build/lib.linux-x86_64-cpython-310/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0673146Z copying build/lib.linux-x86_64-cpython-310/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0673813Z copying build/lib.linux-x86_64-cpython-310/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0674477Z copying build/lib.linux-x86_64-cpython-310/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:31:20.0675748Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:31:20.0676171Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:31:20.0677043Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:31:20.0678078Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:31:20.0678569Z copying build/lib.linux-x86_64-cpython-310/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:31:20.0679767Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:31:20.0680190Z copying build/lib.linux-x86_64-cpython-310/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:31:20.0682363Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:31:20.0682904Z copying build/lib.linux-x86_64-cpython-310/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:31:20.0683600Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:31:20.0684690Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:31:20.0686468Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0687138Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0688106Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0689289Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0690280Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0691238Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0692676Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0694080Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0694987Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:31:20.0695572Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:31:20.0696118Z copying build/lib.linux-x86_64-cpython-310/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:31:20.0696797Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0697412Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0698334Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0699320Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0700288Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0701074Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0702214Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:31:20.0703172Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:31:20.0703783Z copying build/lib.linux-x86_64-cpython-310/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:31:20.0704431Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0705194Z copying build/lib.linux-x86_64-cpython-310/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0706029Z copying build/lib.linux-x86_64-cpython-310/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0706871Z copying build/lib.linux-x86_64-cpython-310/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0707689Z copying build/lib.linux-x86_64-cpython-310/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0708535Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0710733Z copying build/lib.linux-x86_64-cpython-310/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0711639Z copying build/lib.linux-x86_64-cpython-310/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0712517Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0713641Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:31:20.0714520Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:31:20.0715499Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:31:20.0715951Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:31:20.0716641Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:31:20.0717709Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:31:20.0718341Z 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-11-23T01:31:20.0719260Z 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-11-23T01:31:20.0720272Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:31:20.0720734Z 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-11-23T01:31:20.0722853Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:31:20.0723558Z 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-11-23T01:31:20.0724392Z 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-11-23T01:31:20.0725346Z 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-11-23T01:31:20.0726077Z 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-11-23T01:31:20.0727034Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:31:20.0727633Z 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-11-23T01:31:20.0728540Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:31:20.0729185Z 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-11-23T01:31:20.0730032Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:31:20.0730886Z 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-11-23T01:31:20.0731708Z 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-11-23T01:31:20.0732804Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:31:20.0733360Z 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-11-23T01:31:20.0734247Z 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-11-23T01:31:20.0735543Z 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-11-23T01:31:20.0736750Z 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-11-23T01:31:20.0737736Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0738514Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0739562Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0740332Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0742551Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0743067Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0744329Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0745390Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0746643Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0748324Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0749372Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0750391Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0751481Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0752668Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0753730Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0754825Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0755854Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0757579Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0759723Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0760974Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0762552Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0764197Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0765760Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0767270Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0768682Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0770110Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0771224Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:31:20.0772739Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0773535Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0774671Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0775795Z 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-11-23T01:31:20.0776805Z 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-11-23T01:31:20.0777809Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0778735Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0779598Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0781710Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0782470Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0783219Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0784439Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0785500Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0786578Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0787526Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0788631Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0789680Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:31:20.0790951Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:31:20.0791665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:31:20.0792722Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:31:20.0793519Z 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-11-23T01:31:20.0794707Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:31:20.0795708Z 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-11-23T01:31:20.0796300Z 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-11-23T01:31:20.0797746Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:31:20.0798547Z 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-11-23T01:31:20.0799715Z 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-11-23T01:31:20.0800870Z 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-11-23T01:31:20.0802223Z 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-11-23T01:31:20.0803206Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:31:20.0803994Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:31:20.0805031Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:31:20.0806062Z 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-11-23T01:31:20.0807228Z 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-11-23T01:31:20.0808502Z 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-11-23T01:31:20.0809387Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:31:20.0810167Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:31:20.0811324Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:31:20.0812508Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:31:20.0813373Z 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-11-23T01:31:20.0814397Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:31:20.0815320Z 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-11-23T01:31:20.0816273Z 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-11-23T01:31:20.0817328Z 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-11-23T01:31:20.0818706Z 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-11-23T01:31:20.0820185Z 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-11-23T01:31:20.0821241Z 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-11-23T01:31:20.0822254Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:31:20.0823118Z 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-11-23T01:31:20.0824267Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:31:20.0825199Z 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-11-23T01:31:20.0826428Z 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-11-23T01:31:20.0827479Z 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-11-23T01:31:20.0828742Z 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-11-23T01:31:20.0829611Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:31:20.0830470Z 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-11-23T01:31:20.0831911Z 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-11-23T01:31:20.0832930Z 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-11-23T01:31:20.0833875Z 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-11-23T01:31:20.0835096Z 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-11-23T01:31:20.0836138Z 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-11-23T01:31:20.0837166Z 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-11-23T01:31:20.0838424Z 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-11-23T01:31:20.0839724Z 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-11-23T01:31:20.0840996Z 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-11-23T01:31:20.0842237Z 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-11-23T01:31:20.0843315Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0844191Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0845354Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0846467Z 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-11-23T01:31:20.0847753Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0848860Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0850180Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0850814Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0851378Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0851932Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0852618Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0853178Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0854095Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0855824Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0857019Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0858111Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0859246Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:31:20.0860845Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:31:20.0861704Z 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-11-23T01:31:20.0862858Z 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-11-23T01:31:20.0864180Z 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-11-23T01:31:20.0865436Z 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-11-23T01:31:20.0866580Z 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-11-23T01:31:20.0867945Z 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-11-23T01:31:20.0869268Z 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-11-23T01:31:20.0870424Z 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-11-23T01:31:20.0871739Z 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-11-23T01:31:20.0872872Z 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-11-23T01:31:20.0873790Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0874599Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:31:20.0875423Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0876317Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0877407Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0878387Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0879404Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0880281Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0881317Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0882506Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0883504Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0884523Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0885655Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0886710Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0887352Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0888564Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0890404Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0891046Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0893117Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0893675Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0894993Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0895875Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0897139Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0897838Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0899750Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0900326Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0901068Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0903289Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0904890Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:31:20.0905794Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0906298Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0907603Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0908230Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0908937Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0909778Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:31:20.0911369Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:31:20.0911982Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:31:20.0912950Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:31:20.0913862Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:31:20.0915034Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0915777Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0916645Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0917418Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0918396Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0919174Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:31:20.0920583Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0921316Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0922521Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0923203Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0924780Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0925784Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0926593Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0927600Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0928868Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0929758Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0930704Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0931476Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0932374Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0933157Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0934263Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0935390Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0936364Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0937400Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0938148Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0938964Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0940116Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0940958Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0942008Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0942748Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0943803Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0944663Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0945724Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0946477Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0947936Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0948741Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0949579Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0950643Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0951467Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0952435Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0953558Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0954466Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0955226Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0956013Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0957210Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0957951Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0958825Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0960183Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0961086Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0962305Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0963088Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0964603Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0965296Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0966037Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0967007Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0968409Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0969391Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0970224Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0971236Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0972073Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0972928Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0973652Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:31:20.0974537Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0975075Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0976239Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0977559Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0978638Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0979625Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0980860Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0981834Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0983154Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0984100Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0985347Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0987838Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0988695Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0989767Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0990614Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0991921Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0992885Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0993939Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0994959Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0996217Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:31:20.0997554Z 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-11-23T01:31:20.0998587Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.0999586Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1000613Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1001820Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1003305Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1004265Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1005104Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1005950Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1007019Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1008038Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1008831Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1009811Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1010685Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1012031Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1012707Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1014239Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1014728Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:31:20.1016184Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1016657Z copying build/lib.linux-x86_64-cpython-310/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1017479Z copying build/lib.linux-x86_64-cpython-310/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1018376Z copying build/lib.linux-x86_64-cpython-310/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1019109Z copying build/lib.linux-x86_64-cpython-310/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1019748Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1020565Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1021498Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1022459Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1023067Z copying build/lib.linux-x86_64-cpython-310/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1023982Z copying build/lib.linux-x86_64-cpython-310/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1024785Z copying build/lib.linux-x86_64-cpython-310/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1025638Z copying build/lib.linux-x86_64-cpython-310/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1026704Z copying build/lib.linux-x86_64-cpython-310/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1027471Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1029593Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:31:20.1030322Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:31:20.1030888Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:31:20.1032083Z 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-11-23T01:31:20.1033035Z 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-11-23T01:31:20.1034034Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:31:20.1034813Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1035531Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1036709Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1037719Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1038655Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1039581Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1040262Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1041462Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:31:20.1042845Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1043667Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1044536Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1045809Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1046761Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1047779Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1048726Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1049675Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1050853Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1051723Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1052744Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1053670Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1054620Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1055795Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1056697Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1057254Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:31:20.1057880Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1058668Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1059611Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1060820Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1061745Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1062741Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1063679Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1064225Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1065179Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1065857Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1066425Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1067105Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1067691Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:31:20.1068845Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:31:20.1069305Z copying build/lib.linux-x86_64-cpython-310/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:31:20.1070652Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:31:20.1071203Z copying build/lib.linux-x86_64-cpython-310/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:31:20.1072283Z copying build/lib.linux-x86_64-cpython-310/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:31:20.1073403Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:31:20.1074152Z copying build/lib.linux-x86_64-cpython-310/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:31:20.1075264Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:31:20.1075975Z copying build/lib.linux-x86_64-cpython-310/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:31:20.1077948Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:31:20.1078550Z copying build/lib.linux-x86_64-cpython-310/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:31:20.1079210Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:31:20.1080738Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:31:20.1081237Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:31:20.1082811Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1083865Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1084728Z 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-11-23T01:31:20.1086146Z 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-11-23T01:31:20.1086861Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1087798Z 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-11-23T01:31:20.1088850Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1090502Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1091203Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1091792Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1092587Z 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-11-23T01:31:20.1099136Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1100360Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1102932Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1104902Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1106034Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1106999Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1109057Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1110039Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1111005Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1111927Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1112868Z 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-11-23T01:31:20.1113903Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1114973Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:31:20.1116020Z 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-11-23T01:31:20.1117008Z 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-11-23T01:31:20.1117720Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:31:20.1118621Z 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-11-23T01:31:20.1119617Z 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-11-23T01:31:20.1120421Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:31:20.1121092Z 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-11-23T01:31:20.1122140Z 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-11-23T01:31:20.1123007Z 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-11-23T01:31:20.1123988Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:31:20.1124752Z 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-11-23T01:31:20.1125943Z 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-11-23T01:31:20.1126679Z 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-11-23T01:31:20.1130343Z 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-11-23T01:31:20.1131525Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:31:20.1132543Z 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-11-23T01:31:20.1133466Z 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-11-23T01:31:20.1134309Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:31:20.1135135Z 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-11-23T01:31:20.1136179Z 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-11-23T01:31:20.1151979Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:31:20.1153839Z 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-11-23T01:31:20.1154853Z 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-11-23T01:31:20.1156027Z 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-11-23T01:31:20.1156955Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:20.1157761Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:20.1158410Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:20.1159128Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:20.1159869Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:31:20.1160515Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:31:20.1161035Z 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-11-23T01:31:20.1161891Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:31:20.1162506Z 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-11-23T01:31:20.1163254Z 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-11-23T01:31:20.1163979Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:31:20.1164645Z 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-11-23T01:31:20.1165186Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:31:20.1165759Z 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-11-23T01:31:20.1166407Z 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-11-23T01:31:20.1167144Z 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-11-23T01:31:20.1167871Z 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-11-23T01:31:20.1168729Z 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-11-23T01:31:20.1169504Z 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-11-23T01:31:20.1170227Z 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-11-23T01:31:20.1171198Z 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-11-23T01:31:20.1172202Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:31:20.1173081Z 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-11-23T01:31:20.1173901Z 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-11-23T01:31:20.1174679Z 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-11-23T01:31:20.1175339Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:31:20.1175898Z 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-11-23T01:31:20.1176627Z 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-11-23T01:31:20.1177320Z 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-11-23T01:31:20.1177986Z 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-11-23T01:31:20.1178486Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:31:20.1179028Z 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-11-23T01:31:20.1179771Z 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-11-23T01:31:20.1180575Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:31:20.1181266Z 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-11-23T01:31:20.1181926Z 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-11-23T01:31:20.1182471Z 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-11-23T01:31:20.1183338Z 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-11-23T01:31:20.1184067Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:20.1184767Z 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-11-23T01:31:20.1185621Z 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-11-23T01:31:20.1186395Z 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-11-23T01:31:20.1187335Z 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-11-23T01:31:20.1188304Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:31:20.1189156Z 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-11-23T01:31:20.1189722Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:31:20.1190418Z 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-11-23T01:31:20.1191114Z 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-11-23T01:31:20.1191810Z 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-11-23T01:31:20.1192377Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1193656Z copying build/lib.linux-x86_64-cpython-310/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1194359Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1194890Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1195406Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1196103Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1196616Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1197137Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1198077Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1199021Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1200195Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1201133Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1203124Z copying build/lib.linux-x86_64-cpython-310/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1203875Z copying build/lib.linux-x86_64-cpython-310/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1204914Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1205938Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1208360Z copying build/lib.linux-x86_64-cpython-310/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1208952Z copying build/lib.linux-x86_64-cpython-310/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1210109Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1211212Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1212538Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1213411Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1214497Z copying build/lib.linux-x86_64-cpython-310/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1216313Z copying build/lib.linux-x86_64-cpython-310/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:31:20.1217506Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:31:20.1218284Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:31:20.1219998Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:31:20.1220541Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:31:20.1222193Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:31:20.1223407Z 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-11-23T01:31:20.1224052Z 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-11-23T01:31:20.1225021Z 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-11-23T01:31:20.1225880Z 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-11-23T01:31:20.1227168Z 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-11-23T01:31:20.1228363Z 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-11-23T01:31:20.1229478Z 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-11-23T01:31:20.1230565Z 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-11-23T01:31:20.1231561Z 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-11-23T01:31:20.1232808Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:31:20.1233474Z 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-11-23T01:31:20.1234556Z 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-11-23T01:31:20.1235769Z 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-11-23T01:31:20.1236376Z 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-11-23T01:31:20.1237393Z 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-11-23T01:31:20.1237974Z 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-11-23T01:31:20.1239459Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:31:20.1240142Z 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-11-23T01:31:20.1240982Z 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-11-23T01:31:20.1241406Z 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-11-23T01:31:20.1242374Z 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-11-23T01:31:20.1244567Z 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-11-23T01:31:20.1244970Z 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-11-23T01:31:20.1246426Z 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-11-23T01:31:20.1246995Z 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-11-23T01:31:20.1248349Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:31:20.1248848Z 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-11-23T01:31:20.1249834Z 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-11-23T01:31:20.1251617Z 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-11-23T01:31:20.1252238Z 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-11-23T01:31:20.1252684Z 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-11-23T01:31:20.1253436Z 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-11-23T01:31:20.1257791Z 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-11-23T01:31:20.1258029Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:31:20.1258384Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:31:20.1259075Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:31:20.1260851Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1261441Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1262416Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1263671Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1265234Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1265678Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1266588Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1268158Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1268607Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:31:20.1270248Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:31:20.1270642Z 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-11-23T01:31:20.1271713Z 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-11-23T01:31:20.1272285Z 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-11-23T01:31:20.1273451Z 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-11-23T01:31:20.1274579Z 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-11-23T01:31:20.1274983Z 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-11-23T01:31:20.1276167Z 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-11-23T01:31:20.1276852Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:31:20.1277409Z 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-11-23T01:31:20.1278719Z 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-11-23T01:31:20.1280035Z 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-11-23T01:31:20.1280843Z 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-11-23T01:31:20.1281923Z 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-11-23T01:31:20.1283805Z 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-11-23T01:31:20.1284209Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:31:20.1285143Z 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-11-23T01:31:20.1285874Z 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-11-23T01:31:20.1286646Z 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-11-23T01:31:20.1287887Z 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-11-23T01:31:20.1288658Z 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-11-23T01:31:20.1289706Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:31:20.1290483Z 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-11-23T01:31:20.1291100Z 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-11-23T01:31:20.1293274Z 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-11-23T01:31:20.1293681Z 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-11-23T01:31:20.1295307Z 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-11-23T01:31:20.1295665Z 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-11-23T01:31:20.1296153Z 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-11-23T01:31:20.1296700Z 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-11-23T01:31:20.1297745Z 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-11-23T01:31:20.1298715Z 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-11-23T01:31:20.1299091Z 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-11-23T01:31:20.1300372Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:31:20.1300846Z 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-11-23T01:31:20.1301984Z 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-11-23T01:31:20.1302505Z 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-11-23T01:31:20.1303652Z 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-11-23T01:31:20.1304515Z 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-11-23T01:31:20.1305369Z 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-11-23T01:31:20.1306319Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:31:20.1306747Z 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-11-23T01:31:20.1308872Z 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-11-23T01:31:20.1309410Z 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-11-23T01:31:20.1310123Z 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-11-23T01:31:20.1311039Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:31:20.1311867Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:31:20.1312656Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:31:20.1313480Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:31:20.1314238Z 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-11-23T01:31:20.1317785Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:31:20.1318850Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:31:20.1320297Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:31:20.1320846Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:31:20.1321301Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:31:20.1322784Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:31:20.1323350Z 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-11-23T01:31:20.1324355Z 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-11-23T01:31:20.1324892Z 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-11-23T01:31:20.1325835Z 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-11-23T01:31:20.1326721Z 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-11-23T01:31:20.1327403Z 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-11-23T01:31:20.1328766Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1329684Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1330164Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1331246Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1332914Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1333530Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1334098Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1334802Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1336029Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1336975Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1337703Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:31:20.1338715Z copying build/lib.linux-x86_64-cpython-310/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:31:20.1339534Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1340255Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1370840Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1401061Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1479981Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1538855Z copying build/lib.linux-x86_64-cpython-310/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1540276Z copying build/lib.linux-x86_64-cpython-310/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1544296Z copying build/lib.linux-x86_64-cpython-310/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1548982Z copying build/lib.linux-x86_64-cpython-310/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1553145Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupGlooTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1557954Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1562656Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLErrorsTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1567087Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupUCCTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1571202Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupMPITest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1573184Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1577563Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1582915Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1669700Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1674461Z copying build/lib.linux-x86_64-cpython-310/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1676190Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1704835Z copying build/lib.linux-x86_64-cpython-310/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:31:20.1707070Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1708465Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1712211Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1716317Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1720262Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1724861Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1728909Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1732689Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1737058Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1741431Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1745915Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1749702Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1753935Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1758330Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1762279Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1766390Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1770251Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1774809Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1779997Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1792373Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1796540Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1800924Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1805285Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1809291Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1813237Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1817229Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1821710Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1825979Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1830157Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1839094Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1843468Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1847387Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1861733Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1865889Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1870367Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1876070Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1880971Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1885461Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1890272Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1894235Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1898770Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1902935Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_cuda_CUDATest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1906777Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1912494Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1916737Z copying build/lib.linux-x86_64-cpython-310/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1921910Z copying build/lib.linux-x86_64-cpython-310/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1926518Z copying build/lib.linux-x86_64-cpython-310/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1931149Z copying build/lib.linux-x86_64-cpython-310/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1935827Z copying build/lib.linux-x86_64-cpython-310/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1940866Z copying build/lib.linux-x86_64-cpython-310/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1945082Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1949558Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1953422Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1960119Z copying build/lib.linux-x86_64-cpython-310/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1964174Z copying build/lib.linux-x86_64-cpython-310/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1968127Z copying build/lib.linux-x86_64-cpython-310/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1972584Z copying build/lib.linux-x86_64-cpython-310/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1976953Z copying build/lib.linux-x86_64-cpython-310/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1983658Z copying build/lib.linux-x86_64-cpython-310/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1987524Z copying build/lib.linux-x86_64-cpython-310/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1991618Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.1996030Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2000008Z copying build/lib.linux-x86_64-cpython-310/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2004085Z copying build/lib.linux-x86_64-cpython-310/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2008429Z copying build/lib.linux-x86_64-cpython-310/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2013018Z copying build/lib.linux-x86_64-cpython-310/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2016966Z copying build/lib.linux-x86_64-cpython-310/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2020883Z copying build/lib.linux-x86_64-cpython-310/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2025910Z copying build/lib.linux-x86_64-cpython-310/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2030188Z copying build/lib.linux-x86_64-cpython-310/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2034136Z copying build/lib.linux-x86_64-cpython-310/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2038207Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2042738Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2047386Z copying build/lib.linux-x86_64-cpython-310/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2051663Z copying build/lib.linux-x86_64-cpython-310/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2057998Z copying build/lib.linux-x86_64-cpython-310/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2062419Z copying build/lib.linux-x86_64-cpython-310/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2063429Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2067852Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2072629Z copying build/lib.linux-x86_64-cpython-310/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2076981Z copying build/lib.linux-x86_64-cpython-310/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2080986Z copying build/lib.linux-x86_64-cpython-310/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2081908Z copying build/lib.linux-x86_64-cpython-310/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2087537Z copying build/lib.linux-x86_64-cpython-310/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2092024Z copying build/lib.linux-x86_64-cpython-310/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2096177Z copying build/lib.linux-x86_64-cpython-310/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2100377Z copying build/lib.linux-x86_64-cpython-310/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2105059Z copying build/lib.linux-x86_64-cpython-310/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2114074Z copying build/lib.linux-x86_64-cpython-310/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2119185Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2128695Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2135773Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2146088Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2154399Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2159184Z 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-11-23T01:31:20.2166557Z copying build/lib.linux-x86_64-cpython-310/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2170856Z copying build/lib.linux-x86_64-cpython-310/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2175302Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2179548Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2204387Z copying build/lib.linux-x86_64-cpython-310/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2208552Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2212766Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_atomic_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2217615Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_caching_host_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2221793Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2226898Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2231470Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cub_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2236193Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2240152Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2245441Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2249521Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2254267Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2258350Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2262271Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2266392Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2270452Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2274527Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_stream_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2279205Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2283655Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cudnn_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:31:20.2287773Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2288514Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2289871Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2290620Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2291435Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2292106Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2293066Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2293779Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2294713Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2295744Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2297671Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2298209Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2298719Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2299406Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2300507Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2301259Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2302388Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2303255Z copying build/lib.linux-x86_64-cpython-310/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2305419Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2307384Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:31:20.2308551Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:31:20.2309244Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:31:20.2310528Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.2310793Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.2316869Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.2320523Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.2321376Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_linalg.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.2807148Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.4532952Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8186922Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8188031Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8188598Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8328048Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8330379Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8333208Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10d_cuda_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.8334564Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.9146533Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:31:20.9285689Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9286427Z copying build/lib.linux-x86_64-cpython-310/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9287165Z copying build/lib.linux-x86_64-cpython-310/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9288055Z copying build/lib.linux-x86_64-cpython-310/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9288967Z copying build/lib.linux-x86_64-cpython-310/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9290185Z copying build/lib.linux-x86_64-cpython-310/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9291003Z copying build/lib.linux-x86_64-cpython-310/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9292687Z copying build/lib.linux-x86_64-cpython-310/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9293751Z copying build/lib.linux-x86_64-cpython-310/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9294659Z copying build/lib.linux-x86_64-cpython-310/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9295992Z copying build/lib.linux-x86_64-cpython-310/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9298140Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9299028Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9300011Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9301005Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9302211Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9303215Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9304366Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9305404Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9306140Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9308158Z copying build/lib.linux-x86_64-cpython-310/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9310825Z copying build/lib.linux-x86_64-cpython-310/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:31:20.9312497Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9313167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9313917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9315278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9316126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9316945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9318067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9319275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9320455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9321547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9322702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9323715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9324537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9325477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9326688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9327497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9328833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9329914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9330705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9331904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9333071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9334118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9334815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9336125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9337271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9338303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9339262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9340377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9341316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9342356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9343867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9344528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9345422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9346120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9347134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9347898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9348974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9349940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9350929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9351982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9352871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9353929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9354822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9355944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9356758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9357891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9358745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9359806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9361014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9361778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9362744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9363491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9364382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9365096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9366229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9367154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9367897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9369826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9370624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9371491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9372377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9373278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9374205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9375152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9376102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9376940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9377931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9378997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9379779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9380696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9381381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9382383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9383358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9384520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9385475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9386307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9387227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9388206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9389170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9390084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9390949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9391919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9392659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9393636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9394412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9395333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9396242Z 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-11-23T01:31:20.9397196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9398014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9398644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9399463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9400065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9401115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9401950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9403257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9404283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9405588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9406303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9407384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9408250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9409891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9410939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9411798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9412950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9413671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9414873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9415648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9416807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9418081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9419175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9431437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9437049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9448092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9449036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:31:20.9450568Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:31:20.9451377Z 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-11-23T01:31:20.9452094Z 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-11-23T01:31:20.9453281Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:31:20.9454308Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:31:20.9454938Z 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-11-23T01:31:20.9455938Z 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-11-23T01:31:20.9456596Z 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-11-23T01:31:20.9457365Z 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-11-23T01:31:20.9458370Z 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-11-23T01:31:20.9459623Z 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-11-23T01:31:20.9460762Z 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-11-23T01:31:20.9462150Z 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-11-23T01:31:20.9463247Z 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-11-23T01:31:20.9464301Z 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-11-23T01:31:20.9465650Z 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-11-23T01:31:20.9467229Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:31:20.9468134Z 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-11-23T01:31:20.9469419Z 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-11-23T01:31:20.9470724Z 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-11-23T01:31:20.9471974Z 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-11-23T01:31:20.9473446Z 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-11-23T01:31:20.9474655Z 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-11-23T01:31:20.9475823Z 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-11-23T01:31:20.9477126Z 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-11-23T01:31:20.9478518Z 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-11-23T01:31:20.9479657Z 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-11-23T01:31:20.9480824Z 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-11-23T01:31:20.9482316Z 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-11-23T01:31:20.9483286Z 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-11-23T01:31:20.9484271Z 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-11-23T01:31:20.9486658Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:31:20.9487558Z 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-11-23T01:31:20.9488871Z 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-11-23T01:31:20.9489864Z 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-11-23T01:31:20.9490942Z 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-11-23T01:31:20.9491900Z 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-11-23T01:31:20.9493190Z 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-11-23T01:31:20.9494198Z 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-11-23T01:31:20.9495254Z 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-11-23T01:31:20.9496398Z 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-11-23T01:31:20.9497434Z 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-11-23T01:31:20.9498383Z 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-11-23T01:31:20.9499624Z 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-11-23T01:31:20.9500540Z 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-11-23T01:31:20.9501519Z 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-11-23T01:31:20.9502708Z 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-11-23T01:31:20.9503674Z 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-11-23T01:31:20.9504641Z 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-11-23T01:31:20.9505609Z 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-11-23T01:31:20.9506847Z 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-11-23T01:31:20.9507831Z 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-11-23T01:31:20.9509018Z 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-11-23T01:31:20.9509993Z 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-11-23T01:31:20.9511198Z 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-11-23T01:31:20.9512205Z 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-11-23T01:31:20.9515195Z 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-11-23T01:31:20.9516417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:31:20.9517501Z 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-11-23T01:31:20.9518468Z 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-11-23T01:31:20.9519745Z 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-11-23T01:31:20.9520789Z 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-11-23T01:31:20.9521903Z 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-11-23T01:31:20.9522868Z 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-11-23T01:31:20.9523825Z 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-11-23T01:31:20.9525080Z 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-11-23T01:31:20.9526107Z 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-11-23T01:31:20.9527162Z 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-11-23T01:31:20.9528337Z 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-11-23T01:31:20.9529594Z 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-11-23T01:31:20.9530597Z 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-11-23T01:31:20.9531573Z 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-11-23T01:31:20.9532538Z 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-11-23T01:31:20.9533487Z 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-11-23T01:31:20.9534680Z 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-11-23T01:31:20.9535669Z 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-11-23T01:31:20.9536638Z 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-11-23T01:31:20.9537590Z 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-11-23T01:31:20.9538818Z 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-11-23T01:31:20.9539748Z 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-11-23T01:31:20.9540704Z 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-11-23T01:31:20.9541690Z 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-11-23T01:31:20.9542907Z 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-11-23T01:31:20.9543888Z 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-11-23T01:31:20.9544960Z 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-11-23T01:31:20.9546231Z 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-11-23T01:31:20.9547223Z 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-11-23T01:31:20.9548171Z 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-11-23T01:31:20.9549330Z 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-11-23T01:31:20.9550267Z 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-11-23T01:31:20.9551207Z 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-11-23T01:31:20.9552382Z 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-11-23T01:31:20.9553598Z 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-11-23T01:31:20.9554591Z 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-11-23T01:31:20.9555772Z 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-11-23T01:31:20.9556749Z 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-11-23T01:31:20.9557897Z 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-11-23T01:31:20.9558876Z 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-11-23T01:31:20.9560078Z 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-11-23T01:31:20.9561020Z 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-11-23T01:31:20.9562292Z 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-11-23T01:31:20.9565184Z 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-11-23T01:31:20.9566670Z 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-11-23T01:31:20.9568327Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:31:20.9569241Z 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-11-23T01:31:20.9570463Z 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-11-23T01:31:20.9571542Z 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-11-23T01:31:20.9572670Z 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-11-23T01:31:20.9573447Z 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-11-23T01:31:20.9574693Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:31:20.9575486Z 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-11-23T01:31:20.9576399Z 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-11-23T01:31:20.9577236Z 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-11-23T01:31:20.9578036Z 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-11-23T01:31:20.9579234Z 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-11-23T01:31:20.9580152Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:31:20.9581152Z 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-11-23T01:31:20.9582365Z 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-11-23T01:31:20.9583080Z 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-11-23T01:31:20.9584272Z 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-11-23T01:31:20.9585297Z 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-11-23T01:31:20.9585946Z 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-11-23T01:31:20.9587038Z 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-11-23T01:31:20.9588287Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:31:20.9588959Z 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-11-23T01:31:20.9589859Z 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-11-23T01:31:20.9590626Z 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-11-23T01:31:20.9591535Z 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-11-23T01:31:20.9593052Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:31:20.9593684Z 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-11-23T01:31:20.9594473Z 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-11-23T01:31:20.9595396Z 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-11-23T01:31:20.9596357Z 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-11-23T01:31:20.9597251Z 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-11-23T01:31:20.9598262Z 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-11-23T01:31:20.9599430Z 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-11-23T01:31:20.9600173Z 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-11-23T01:31:20.9601036Z 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-11-23T01:31:20.9601932Z 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-11-23T01:31:20.9602723Z 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-11-23T01:31:20.9603627Z 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-11-23T01:31:20.9604427Z 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-11-23T01:31:20.9605115Z 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-11-23T01:31:20.9605739Z 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-11-23T01:31:20.9606948Z 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-11-23T01:31:20.9607992Z 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-11-23T01:31:20.9608669Z 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-11-23T01:31:20.9609800Z 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-11-23T01:31:20.9610642Z 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-11-23T01:31:20.9611858Z 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-11-23T01:31:20.9613043Z 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-11-23T01:31:20.9614323Z 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-11-23T01:31:20.9615350Z 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-11-23T01:31:20.9616300Z 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-11-23T01:31:20.9617701Z 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-11-23T01:31:20.9618487Z 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-11-23T01:31:20.9619393Z 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-11-23T01:31:20.9620472Z 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-11-23T01:31:20.9621217Z 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-11-23T01:31:20.9621903Z 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-11-23T01:31:20.9622756Z 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-11-23T01:31:20.9623479Z 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-11-23T01:31:20.9624252Z 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-11-23T01:31:20.9625134Z 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-11-23T01:31:20.9626157Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:31:20.9626853Z 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-11-23T01:31:20.9628191Z 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-11-23T01:31:20.9629352Z 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-11-23T01:31:20.9631117Z 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-11-23T01:31:20.9632199Z 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-11-23T01:31:20.9633271Z 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-11-23T01:31:20.9634300Z 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-11-23T01:31:20.9635361Z 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-11-23T01:31:20.9636024Z 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-11-23T01:31:20.9636800Z 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-11-23T01:31:20.9638653Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:31:20.9639388Z 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-11-23T01:31:20.9640547Z 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-11-23T01:31:20.9641564Z 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-11-23T01:31:20.9642730Z 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-11-23T01:31:20.9643812Z 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-11-23T01:31:20.9644825Z 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-11-23T01:31:20.9645782Z 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-11-23T01:31:20.9646716Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:31:20.9647314Z 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-11-23T01:31:20.9648759Z 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-11-23T01:31:20.9650196Z 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-11-23T01:31:20.9650912Z 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-11-23T01:31:20.9651809Z 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-11-23T01:31:20.9652666Z 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-11-23T01:31:20.9653595Z 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-11-23T01:31:20.9654571Z 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-11-23T01:31:20.9655580Z 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-11-23T01:31:20.9656607Z 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-11-23T01:31:20.9657498Z 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-11-23T01:31:20.9658484Z 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-11-23T01:31:20.9659398Z 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-11-23T01:31:20.9681338Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9682230Z 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-11-23T01:31:20.9682880Z 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-11-23T01:31:20.9683532Z 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-11-23T01:31:20.9684599Z 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-11-23T01:31:20.9686114Z 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-11-23T01:31:20.9687334Z 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-11-23T01:31:20.9688504Z 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-11-23T01:31:20.9689563Z 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-11-23T01:31:20.9690663Z 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-11-23T01:31:20.9691831Z 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-11-23T01:31:20.9692852Z 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-11-23T01:31:20.9693921Z 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-11-23T01:31:20.9694906Z 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-11-23T01:31:20.9695923Z 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-11-23T01:31:20.9696957Z 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-11-23T01:31:20.9697929Z 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-11-23T01:31:20.9699117Z 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-11-23T01:31:20.9700259Z 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-11-23T01:31:20.9701136Z 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-11-23T01:31:20.9702229Z 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-11-23T01:31:20.9703252Z 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-11-23T01:31:20.9704442Z 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-11-23T01:31:20.9705482Z 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-11-23T01:31:20.9706496Z 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-11-23T01:31:20.9707543Z 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-11-23T01:31:20.9708512Z 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-11-23T01:31:20.9709523Z 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-11-23T01:31:20.9710642Z 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-11-23T01:31:20.9711767Z 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-11-23T01:31:20.9712693Z 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-11-23T01:31:20.9713651Z 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-11-23T01:31:20.9714651Z 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-11-23T01:31:20.9715743Z 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-11-23T01:31:20.9716629Z 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-11-23T01:31:20.9717671Z 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-11-23T01:31:20.9718584Z 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-11-23T01:31:20.9719592Z 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-11-23T01:31:20.9720710Z 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-11-23T01:31:20.9721824Z 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-11-23T01:31:20.9722884Z 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-11-23T01:31:20.9723948Z 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-11-23T01:31:20.9724773Z 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-11-23T01:31:20.9725744Z 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-11-23T01:31:20.9726767Z 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-11-23T01:31:20.9727830Z 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-11-23T01:31:20.9728912Z 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-11-23T01:31:20.9729971Z 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-11-23T01:31:20.9730954Z 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-11-23T01:31:20.9731839Z 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-11-23T01:31:20.9732686Z 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-11-23T01:31:20.9733809Z 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-11-23T01:31:20.9734767Z 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-11-23T01:31:20.9735605Z 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-11-23T01:31:20.9736440Z 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-11-23T01:31:20.9737314Z 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-11-23T01:31:20.9738112Z 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-11-23T01:31:20.9738997Z 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-11-23T01:31:20.9739862Z 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-11-23T01:31:20.9740853Z 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-11-23T01:31:20.9741916Z 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-11-23T01:31:20.9742906Z 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-11-23T01:31:20.9743928Z 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-11-23T01:31:20.9744784Z 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-11-23T01:31:20.9745616Z 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-11-23T01:31:20.9746521Z 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-11-23T01:31:20.9747412Z 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-11-23T01:31:20.9748420Z 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-11-23T01:31:20.9749410Z 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-11-23T01:31:20.9750440Z 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-11-23T01:31:20.9751376Z 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-11-23T01:31:20.9752275Z 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-11-23T01:31:20.9753503Z 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-11-23T01:31:20.9754510Z 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-11-23T01:31:20.9755662Z 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-11-23T01:31:20.9756684Z 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-11-23T01:31:20.9757761Z 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-11-23T01:31:20.9758794Z 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-11-23T01:31:20.9760045Z 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-11-23T01:31:20.9761067Z 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-11-23T01:31:20.9762080Z 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-11-23T01:31:20.9763048Z 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-11-23T01:31:20.9764006Z 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-11-23T01:31:20.9765024Z 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-11-23T01:31:20.9765829Z 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-11-23T01:31:20.9766989Z 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-11-23T01:31:20.9768140Z 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-11-23T01:31:20.9769152Z 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-11-23T01:31:20.9770282Z 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-11-23T01:31:20.9771271Z 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-11-23T01:31:20.9772330Z 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-11-23T01:31:20.9773138Z 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-11-23T01:31:20.9774228Z 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-11-23T01:31:20.9775167Z 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-11-23T01:31:20.9776268Z 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-11-23T01:31:20.9777154Z 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-11-23T01:31:20.9778315Z 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-11-23T01:31:20.9779326Z 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-11-23T01:31:20.9780450Z 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-11-23T01:31:20.9781415Z 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-11-23T01:31:20.9782368Z 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-11-23T01:31:20.9783369Z 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-11-23T01:31:20.9784275Z 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-11-23T01:31:20.9785192Z 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-11-23T01:31:20.9786327Z 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-11-23T01:31:20.9787351Z 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-11-23T01:31:20.9788164Z 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-11-23T01:31:20.9789159Z 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-11-23T01:31:20.9790037Z 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-11-23T01:31:20.9790981Z 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-11-23T01:31:20.9791850Z 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-11-23T01:31:20.9792728Z 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-11-23T01:31:20.9793803Z 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-11-23T01:31:20.9794885Z 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-11-23T01:31:20.9795840Z 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-11-23T01:31:20.9796800Z 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-11-23T01:31:20.9797868Z 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-11-23T01:31:20.9798849Z 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-11-23T01:31:20.9799546Z 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-11-23T01:31:20.9800203Z 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-11-23T01:31:20.9800828Z 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-11-23T01:31:20.9801679Z 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-11-23T01:31:20.9802237Z 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-11-23T01:31:20.9802886Z 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-11-23T01:31:20.9803620Z 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-11-23T01:31:20.9804355Z 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-11-23T01:31:20.9804921Z 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-11-23T01:31:20.9805672Z 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-11-23T01:31:20.9806340Z 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-11-23T01:31:20.9807071Z 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-11-23T01:31:20.9807998Z 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-11-23T01:31:20.9808871Z 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-11-23T01:31:20.9809650Z 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-11-23T01:31:20.9810313Z 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-11-23T01:31:20.9811076Z 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-11-23T01:31:20.9811829Z 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-11-23T01:31:20.9812688Z 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-11-23T01:31:20.9813508Z 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-11-23T01:31:20.9814314Z 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-11-23T01:31:20.9815210Z 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-11-23T01:31:20.9816274Z 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-11-23T01:31:20.9817202Z 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-11-23T01:31:20.9817907Z 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-11-23T01:31:20.9818614Z 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-11-23T01:31:20.9819415Z 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-11-23T01:31:20.9820064Z 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-11-23T01:31:20.9820813Z 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-11-23T01:31:20.9821532Z 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-11-23T01:31:20.9822138Z 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-11-23T01:31:20.9822757Z 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-11-23T01:31:20.9823454Z 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-11-23T01:31:20.9824333Z 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-11-23T01:31:20.9824983Z 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-11-23T01:31:20.9825577Z 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-11-23T01:31:20.9826316Z 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-11-23T01:31:20.9827137Z 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-11-23T01:31:20.9827987Z 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-11-23T01:31:20.9828908Z 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-11-23T01:31:20.9829745Z 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-11-23T01:31:20.9830460Z 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-11-23T01:31:20.9831288Z 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-11-23T01:31:20.9831680Z 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-11-23T01:31:20.9832319Z 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-11-23T01:31:20.9832972Z 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-11-23T01:31:20.9833396Z 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-11-23T01:31:20.9833803Z 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-11-23T01:31:20.9834253Z 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-11-23T01:31:20.9835001Z 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-11-23T01:31:20.9835571Z 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-11-23T01:31:20.9836795Z 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-11-23T01:31:20.9837359Z 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-11-23T01:31:20.9838370Z 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-11-23T01:31:20.9839464Z 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-11-23T01:31:20.9840238Z 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-11-23T01:31:20.9841304Z 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-11-23T01:31:20.9842731Z 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-11-23T01:31:20.9843560Z 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-11-23T01:31:20.9844612Z 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-11-23T01:31:20.9845779Z 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-11-23T01:31:20.9846579Z 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-11-23T01:31:20.9847290Z 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-11-23T01:31:20.9848118Z 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-11-23T01:31:20.9848948Z 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-11-23T01:31:20.9850004Z 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-11-23T01:31:20.9851190Z 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-11-23T01:31:20.9851928Z 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-11-23T01:31:20.9853027Z 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-11-23T01:31:20.9853725Z 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-11-23T01:31:20.9854546Z 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-11-23T01:31:20.9855568Z 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-11-23T01:31:20.9856579Z 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-11-23T01:31:20.9857660Z 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-11-23T01:31:20.9858535Z 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-11-23T01:31:20.9859337Z 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-11-23T01:31:20.9860280Z 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-11-23T01:31:20.9861210Z 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-11-23T01:31:20.9862365Z 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-11-23T01:31:20.9863156Z 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-11-23T01:31:20.9863681Z 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-11-23T01:31:20.9865240Z 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-11-23T01:31:20.9865937Z 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-11-23T01:31:20.9866862Z 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-11-23T01:31:20.9867917Z 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-11-23T01:31:20.9869367Z 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-11-23T01:31:20.9869977Z 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-11-23T01:31:20.9870866Z 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-11-23T01:31:20.9871664Z 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-11-23T01:31:20.9872241Z 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-11-23T01:31:20.9873288Z 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-11-23T01:31:20.9874200Z 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-11-23T01:31:20.9875219Z 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-11-23T01:31:20.9875965Z 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-11-23T01:31:20.9876802Z 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-11-23T01:31:20.9877766Z 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-11-23T01:31:20.9878724Z 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-11-23T01:31:20.9879775Z 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-11-23T01:31:20.9880654Z 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-11-23T01:31:20.9881728Z 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-11-23T01:31:20.9882762Z 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-11-23T01:31:20.9883668Z 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-11-23T01:31:20.9884778Z 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-11-23T01:31:20.9885799Z 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-11-23T01:31:20.9886552Z 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-11-23T01:31:20.9887486Z 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-11-23T01:31:20.9888279Z 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-11-23T01:31:20.9889674Z 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-11-23T01:31:20.9890840Z 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-11-23T01:31:20.9891818Z 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-11-23T01:31:20.9892879Z 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-11-23T01:31:20.9893851Z 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-11-23T01:31:20.9894985Z 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-11-23T01:31:20.9896308Z 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-11-23T01:31:20.9897302Z 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-11-23T01:31:20.9898336Z 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-11-23T01:31:20.9899438Z 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-11-23T01:31:20.9900449Z 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-11-23T01:31:20.9901567Z 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-11-23T01:31:20.9903143Z 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-11-23T01:31:20.9904207Z 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-11-23T01:31:20.9905240Z 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-11-23T01:31:20.9905971Z 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-11-23T01:31:20.9907474Z 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-11-23T01:31:20.9908544Z 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-11-23T01:31:20.9909560Z 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-11-23T01:31:20.9910891Z 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-11-23T01:31:20.9911772Z 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-11-23T01:31:20.9912830Z 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-11-23T01:31:20.9913858Z 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-11-23T01:31:20.9914962Z 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-11-23T01:31:20.9916154Z 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-11-23T01:31:20.9917479Z 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-11-23T01:31:20.9918457Z 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-11-23T01:31:20.9919403Z 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-11-23T01:31:20.9920513Z 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-11-23T01:31:20.9921744Z 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-11-23T01:31:20.9922894Z 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-11-23T01:31:20.9925322Z 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-11-23T01:31:20.9926117Z 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-11-23T01:31:20.9927193Z 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-11-23T01:31:20.9928617Z 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-11-23T01:31:20.9930469Z 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-11-23T01:31:20.9930926Z 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-11-23T01:31:20.9931676Z 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-11-23T01:31:20.9933164Z 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-11-23T01:31:20.9933692Z 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-11-23T01:31:20.9935091Z 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-11-23T01:31:20.9935795Z 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-11-23T01:31:20.9936647Z 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-11-23T01:31:20.9937836Z 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-11-23T01:31:20.9938571Z 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-11-23T01:31:20.9940083Z 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-11-23T01:31:20.9940539Z 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-11-23T01:31:20.9942387Z 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-11-23T01:31:20.9942979Z 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-11-23T01:31:20.9943696Z 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-11-23T01:31:20.9944407Z 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-11-23T01:31:20.9945225Z 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-11-23T01:31:20.9946113Z 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-11-23T01:31:20.9947026Z 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-11-23T01:31:20.9947957Z 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-11-23T01:31:20.9948573Z 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-11-23T01:31:20.9949443Z 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-11-23T01:31:20.9950271Z 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-11-23T01:31:20.9951111Z 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-11-23T01:31:20.9951875Z 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-11-23T01:31:20.9952587Z 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-11-23T01:31:20.9953559Z 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-11-23T01:31:20.9954526Z 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-11-23T01:31:20.9955204Z 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-11-23T01:31:20.9955985Z 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-11-23T01:31:20.9956978Z 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-11-23T01:31:20.9957613Z 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-11-23T01:31:20.9958726Z 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-11-23T01:31:20.9959585Z 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-11-23T01:31:20.9961078Z 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-11-23T01:31:20.9962319Z 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-11-23T01:31:20.9963386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9964537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9965515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9966634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9967718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9968914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9970089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9971150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:20.9972211Z 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-11-23T01:31:20.9973513Z 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-11-23T01:31:20.9974502Z 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-11-23T01:31:20.9975621Z 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-11-23T01:31:20.9976605Z 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-11-23T01:31:20.9977718Z 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-11-23T01:31:20.9978814Z 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-11-23T01:31:20.9979894Z 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-11-23T01:31:20.9980998Z 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-11-23T01:31:20.9982899Z 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-11-23T01:31:20.9983533Z 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-11-23T01:31:20.9984370Z 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-11-23T01:31:20.9985314Z 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-11-23T01:31:20.9986311Z 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-11-23T01:31:20.9987427Z 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-11-23T01:31:20.9988749Z 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-11-23T01:31:20.9989989Z 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-11-23T01:31:20.9990790Z 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-11-23T01:31:20.9991819Z 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-11-23T01:31:20.9992944Z 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-11-23T01:31:20.9994232Z 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-11-23T01:31:20.9995482Z 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-11-23T01:31:20.9996348Z 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-11-23T01:31:20.9997835Z 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-11-23T01:31:20.9999188Z 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-11-23T01:31:21.0000227Z 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-11-23T01:31:21.0001353Z 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-11-23T01:31:21.0002476Z 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-11-23T01:31:21.0003796Z 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-11-23T01:31:21.0005001Z 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-11-23T01:31:21.0006054Z 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-11-23T01:31:21.0007317Z 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-11-23T01:31:21.0008311Z 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-11-23T01:31:21.0009621Z 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-11-23T01:31:21.0010699Z 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-11-23T01:31:21.0011836Z 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-11-23T01:31:21.0012882Z 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-11-23T01:31:21.0014043Z 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-11-23T01:31:21.0015120Z 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-11-23T01:31:21.0016310Z 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-11-23T01:31:21.0017368Z 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-11-23T01:31:21.0018527Z 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-11-23T01:31:21.0019496Z 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-11-23T01:31:21.0020896Z 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-11-23T01:31:21.0021852Z 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-11-23T01:31:21.0022835Z 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-11-23T01:31:21.0023979Z 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-11-23T01:31:21.0024852Z 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-11-23T01:31:21.0025936Z 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-11-23T01:31:21.0027285Z 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-11-23T01:31:21.0028275Z 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-11-23T01:31:21.0029272Z 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-11-23T01:31:21.0030526Z 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-11-23T01:31:21.0031545Z 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-11-23T01:31:21.0032876Z 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-11-23T01:31:21.0033818Z 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-11-23T01:31:21.0034869Z 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-11-23T01:31:21.0035929Z 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-11-23T01:31:21.0037383Z 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-11-23T01:31:21.0038426Z 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-11-23T01:31:21.0039603Z 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-11-23T01:31:21.0040506Z 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-11-23T01:31:21.0041755Z 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-11-23T01:31:21.0042851Z 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-11-23T01:31:21.0044098Z 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-11-23T01:31:21.0045256Z 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-11-23T01:31:21.0046269Z 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-11-23T01:31:21.0047500Z 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-11-23T01:31:21.0048479Z 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-11-23T01:31:21.0049746Z 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-11-23T01:31:21.0050736Z 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-11-23T01:31:21.0051877Z 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-11-23T01:31:21.0052915Z 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-11-23T01:31:21.0054032Z 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-11-23T01:31:21.0055201Z 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-11-23T01:31:21.0056538Z 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-11-23T01:31:21.0057416Z 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-11-23T01:31:21.0058512Z 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-11-23T01:31:21.0059697Z 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-11-23T01:31:21.0060594Z 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-11-23T01:31:21.0061644Z 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-11-23T01:31:21.0063012Z 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-11-23T01:31:21.0064398Z 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-11-23T01:31:21.0064983Z 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-11-23T01:31:21.0066039Z 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-11-23T01:31:21.0067295Z 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-11-23T01:31:21.0068343Z 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-11-23T01:31:21.0070080Z 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-11-23T01:31:21.0070987Z 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-11-23T01:31:21.0071984Z 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-11-23T01:31:21.0073165Z 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-11-23T01:31:21.0074408Z 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-11-23T01:31:21.0075540Z 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-11-23T01:31:21.0076693Z 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-11-23T01:31:21.0077694Z 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-11-23T01:31:21.0078846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0080031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0081048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0082199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0083959Z 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-11-23T01:31:21.0085236Z 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-11-23T01:31:21.0086281Z 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-11-23T01:31:21.0087289Z 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-11-23T01:31:21.0088640Z 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-11-23T01:31:21.0089846Z 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-11-23T01:31:21.0091227Z 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-11-23T01:31:21.0092286Z 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-11-23T01:31:21.0093319Z 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-11-23T01:31:21.0094345Z 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-11-23T01:31:21.0095377Z 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-11-23T01:31:21.0096455Z 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-11-23T01:31:21.0097665Z 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-11-23T01:31:21.0098706Z 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-11-23T01:31:21.0099646Z 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-11-23T01:31:21.0100752Z 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-11-23T01:31:21.0101821Z 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-11-23T01:31:21.0102885Z 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-11-23T01:31:21.0104120Z 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-11-23T01:31:21.0105183Z 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-11-23T01:31:21.0106187Z 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-11-23T01:31:21.0107263Z 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-11-23T01:31:21.0108366Z 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-11-23T01:31:21.0109497Z 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-11-23T01:31:21.0110766Z 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-11-23T01:31:21.0111690Z 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-11-23T01:31:21.0112933Z 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-11-23T01:31:21.0114049Z 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-11-23T01:31:21.0115192Z 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-11-23T01:31:21.0116290Z 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-11-23T01:31:21.0117648Z 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-11-23T01:31:21.0118669Z 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-11-23T01:31:21.0119669Z 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-11-23T01:31:21.0120734Z 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-11-23T01:31:21.0121859Z 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-11-23T01:31:21.0122907Z 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-11-23T01:31:21.0125575Z 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-11-23T01:31:21.0126199Z 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-11-23T01:31:21.0126832Z 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-11-23T01:31:21.0127605Z 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-11-23T01:31:21.0128521Z 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-11-23T01:31:21.0129609Z 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-11-23T01:31:21.0130978Z 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-11-23T01:31:21.0132026Z 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-11-23T01:31:21.0132985Z 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-11-23T01:31:21.0134192Z 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-11-23T01:31:21.0135271Z 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-11-23T01:31:21.0136271Z 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-11-23T01:31:21.0137494Z 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-11-23T01:31:21.0138485Z 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-11-23T01:31:21.0139596Z 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-11-23T01:31:21.0140622Z 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-11-23T01:31:21.0142316Z 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-11-23T01:31:21.0143433Z 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-11-23T01:31:21.0144623Z 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-11-23T01:31:21.0145605Z 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-11-23T01:31:21.0146754Z 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-11-23T01:31:21.0147934Z 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-11-23T01:31:21.0149136Z 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-11-23T01:31:21.0149989Z 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-11-23T01:31:21.0151208Z 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-11-23T01:31:21.0152390Z 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-11-23T01:31:21.0153687Z 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-11-23T01:31:21.0154660Z 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-11-23T01:31:21.0155362Z 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-11-23T01:31:21.0156786Z 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-11-23T01:31:21.0157910Z 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-11-23T01:31:21.0158996Z 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-11-23T01:31:21.0160086Z 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-11-23T01:31:21.0161049Z 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-11-23T01:31:21.0162360Z 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-11-23T01:31:21.0163521Z 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-11-23T01:31:21.0164781Z 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-11-23T01:31:21.0165745Z 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-11-23T01:31:21.0166778Z 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-11-23T01:31:21.0167950Z 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-11-23T01:31:21.0169071Z 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-11-23T01:31:21.0170125Z 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-11-23T01:31:21.0171357Z 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-11-23T01:31:21.0172295Z 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-11-23T01:31:21.0173309Z 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-11-23T01:31:21.0174527Z 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-11-23T01:31:21.0175709Z 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-11-23T01:31:21.0176675Z 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-11-23T01:31:21.0177910Z 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-11-23T01:31:21.0178890Z 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-11-23T01:31:21.0179954Z 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-11-23T01:31:21.0181041Z 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-11-23T01:31:21.0182080Z 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-11-23T01:31:21.0183227Z 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-11-23T01:31:21.0184377Z 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-11-23T01:31:21.0185471Z 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-11-23T01:31:21.0186632Z 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-11-23T01:31:21.0187575Z 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-11-23T01:31:21.0188626Z 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-11-23T01:31:21.0189859Z 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-11-23T01:31:21.0191132Z 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-11-23T01:31:21.0192072Z 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-11-23T01:31:21.0193192Z 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-11-23T01:31:21.0194509Z 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-11-23T01:31:21.0195941Z 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-11-23T01:31:21.0197159Z 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-11-23T01:31:21.0198192Z 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-11-23T01:31:21.0199595Z 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-11-23T01:31:21.0200696Z 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-11-23T01:31:21.0201777Z 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-11-23T01:31:21.0202918Z 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-11-23T01:31:21.0204075Z 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-11-23T01:31:21.0205202Z 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-11-23T01:31:21.0206429Z 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-11-23T01:31:21.0207602Z 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-11-23T01:31:21.0208721Z 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-11-23T01:31:21.0209857Z 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-11-23T01:31:21.0210962Z 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-11-23T01:31:21.0212118Z 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-11-23T01:31:21.0213226Z 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-11-23T01:31:21.0215180Z 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-11-23T01:31:21.0216224Z 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-11-23T01:31:21.0217239Z 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-11-23T01:31:21.0218306Z 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-11-23T01:31:21.0219514Z 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-11-23T01:31:21.0220553Z 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-11-23T01:31:21.0221855Z 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-11-23T01:31:21.0222883Z 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-11-23T01:31:21.0223935Z 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-11-23T01:31:21.0225013Z 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-11-23T01:31:21.0226130Z 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-11-23T01:31:21.0227197Z 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-11-23T01:31:21.0228509Z 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-11-23T01:31:21.0229770Z 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-11-23T01:31:21.0230848Z 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-11-23T01:31:21.0231957Z 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-11-23T01:31:21.0232927Z 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-11-23T01:31:21.0234302Z 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-11-23T01:31:21.0235298Z 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-11-23T01:31:21.0236358Z 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-11-23T01:31:21.0237494Z 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-11-23T01:31:21.0238513Z 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-11-23T01:31:21.0239729Z 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-11-23T01:31:21.0241025Z 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-11-23T01:31:21.0242053Z 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-11-23T01:31:21.0243174Z 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-11-23T01:31:21.0245242Z 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-11-23T01:31:21.0246106Z 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-11-23T01:31:21.0247247Z 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-11-23T01:31:21.0248535Z 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-11-23T01:31:21.0249607Z 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-11-23T01:31:21.0250761Z 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-11-23T01:31:21.0251800Z 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-11-23T01:31:21.0252987Z 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-11-23T01:31:21.0254193Z 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-11-23T01:31:21.0255374Z 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-11-23T01:31:21.0256459Z 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-11-23T01:31:21.0257570Z 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-11-23T01:31:21.0258636Z 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-11-23T01:31:21.0259700Z 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-11-23T01:31:21.0260959Z 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-11-23T01:31:21.0262137Z 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-11-23T01:31:21.0263190Z 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-11-23T01:31:21.0264290Z 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-11-23T01:31:21.0265422Z 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-11-23T01:31:21.0266440Z 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-11-23T01:31:21.0267701Z 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-11-23T01:31:21.0268879Z 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-11-23T01:31:21.0270055Z 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-11-23T01:31:21.0271196Z 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-11-23T01:31:21.0272263Z 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-11-23T01:31:21.0273485Z 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-11-23T01:31:21.0274582Z 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-11-23T01:31:21.0275735Z 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-11-23T01:31:21.0276894Z 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-11-23T01:31:21.0278031Z 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-11-23T01:31:21.0279109Z 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-11-23T01:31:21.0280239Z 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-11-23T01:31:21.0281370Z 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-11-23T01:31:21.0282698Z 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-11-23T01:31:21.0283935Z 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-11-23T01:31:21.0285032Z 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-11-23T01:31:21.0286209Z 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-11-23T01:31:21.0287158Z 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-11-23T01:31:21.0289936Z 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-11-23T01:31:21.0290668Z 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-11-23T01:31:21.0291345Z 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-11-23T01:31:21.0292140Z 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-11-23T01:31:21.0293527Z 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-11-23T01:31:21.0294087Z 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-11-23T01:31:21.0295509Z 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-11-23T01:31:21.0296595Z 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-11-23T01:31:21.0297536Z 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-11-23T01:31:21.0298570Z 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-11-23T01:31:21.0299728Z 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-11-23T01:31:21.0301589Z 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-11-23T01:31:21.0302612Z 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-11-23T01:31:21.0303614Z 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-11-23T01:31:21.0304857Z 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-11-23T01:31:21.0305896Z 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-11-23T01:31:21.0307086Z 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-11-23T01:31:21.0308214Z 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-11-23T01:31:21.0309578Z 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-11-23T01:31:21.0310474Z 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-11-23T01:31:21.0311928Z 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-11-23T01:31:21.0312940Z 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-11-23T01:31:21.0314040Z 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-11-23T01:31:21.0314956Z 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-11-23T01:31:21.0316073Z 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-11-23T01:31:21.0317200Z 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-11-23T01:31:21.0318619Z 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-11-23T01:31:21.0319492Z 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-11-23T01:31:21.0320640Z 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-11-23T01:31:21.0321959Z 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-11-23T01:31:21.0322965Z 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-11-23T01:31:21.0324138Z 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-11-23T01:31:21.0325519Z 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-11-23T01:31:21.0326655Z 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-11-23T01:31:21.0327732Z 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-11-23T01:31:21.0328689Z 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-11-23T01:31:21.0329965Z 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-11-23T01:31:21.0331115Z 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-11-23T01:31:21.0332349Z 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-11-23T01:31:21.0333325Z 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-11-23T01:31:21.0334387Z 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-11-23T01:31:21.0335469Z 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-11-23T01:31:21.0336581Z 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-11-23T01:31:21.0337776Z 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-11-23T01:31:21.0339181Z 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-11-23T01:31:21.0340106Z 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-11-23T01:31:21.0341115Z 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-11-23T01:31:21.0342204Z 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-11-23T01:31:21.0343409Z 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-11-23T01:31:21.0344450Z 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-11-23T01:31:21.0345675Z 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-11-23T01:31:21.0346871Z 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-11-23T01:31:21.0348024Z 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-11-23T01:31:21.0349091Z 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-11-23T01:31:21.0350185Z 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-11-23T01:31:21.0351347Z 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-11-23T01:31:21.0352702Z 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-11-23T01:31:21.0353851Z 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-11-23T01:31:21.0354900Z 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-11-23T01:31:21.0355960Z 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-11-23T01:31:21.0357145Z 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-11-23T01:31:21.0358453Z 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-11-23T01:31:21.0359460Z 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-11-23T01:31:21.0360577Z 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-11-23T01:31:21.0362732Z 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-11-23T01:31:21.0363599Z 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-11-23T01:31:21.0365048Z 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-11-23T01:31:21.0366100Z 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-11-23T01:31:21.0367236Z 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-11-23T01:31:21.0368483Z 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-11-23T01:31:21.0369496Z 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-11-23T01:31:21.0370593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0371919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0373034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0374172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0375269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0377117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0377824Z 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-11-23T01:31:21.0378709Z 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-11-23T01:31:21.0379941Z 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-11-23T01:31:21.0381110Z 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-11-23T01:31:21.0381958Z 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-11-23T01:31:21.0383040Z 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-11-23T01:31:21.0384262Z 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-11-23T01:31:21.0385328Z 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-11-23T01:31:21.0386664Z 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-11-23T01:31:21.0387954Z 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-11-23T01:31:21.0388998Z 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-11-23T01:31:21.0390148Z 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-11-23T01:31:21.0391209Z 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-11-23T01:31:21.0392441Z 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-11-23T01:31:21.0393570Z 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-11-23T01:31:21.0394665Z 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-11-23T01:31:21.0395794Z 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-11-23T01:31:21.0397024Z 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-11-23T01:31:21.0398057Z 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-11-23T01:31:21.0399175Z 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-11-23T01:31:21.0400252Z 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-11-23T01:31:21.0401871Z 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-11-23T01:31:21.0402852Z 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-11-23T01:31:21.0405130Z 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-11-23T01:31:21.0405875Z 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-11-23T01:31:21.0407075Z 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-11-23T01:31:21.0408080Z 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-11-23T01:31:21.0409211Z 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-11-23T01:31:21.0410387Z 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-11-23T01:31:21.0411673Z 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-11-23T01:31:21.0412692Z 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-11-23T01:31:21.0413807Z 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-11-23T01:31:21.0415022Z 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-11-23T01:31:21.0416026Z 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-11-23T01:31:21.0417332Z 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-11-23T01:31:21.0418561Z 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-11-23T01:31:21.0419732Z 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-11-23T01:31:21.0420736Z 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-11-23T01:31:21.0421832Z 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-11-23T01:31:21.0423156Z 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-11-23T01:31:21.0424201Z 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-11-23T01:31:21.0425186Z 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-11-23T01:31:21.0426508Z 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-11-23T01:31:21.0427611Z 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-11-23T01:31:21.0428883Z 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-11-23T01:31:21.0430065Z 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-11-23T01:31:21.0431126Z 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-11-23T01:31:21.0432221Z 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-11-23T01:31:21.0433192Z 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-11-23T01:31:21.0434235Z 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-11-23T01:31:21.0435274Z 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-11-23T01:31:21.0437343Z 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-11-23T01:31:21.0438312Z 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-11-23T01:31:21.0439347Z 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-11-23T01:31:21.0440483Z 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-11-23T01:31:21.0441494Z 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-11-23T01:31:21.0442786Z 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-11-23T01:31:21.0444075Z 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-11-23T01:31:21.0445512Z 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-11-23T01:31:21.0446424Z 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-11-23T01:31:21.0447777Z 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-11-23T01:31:21.0448899Z 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-11-23T01:31:21.0450133Z 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-11-23T01:31:21.0451117Z 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-11-23T01:31:21.0452217Z 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-11-23T01:31:21.0453398Z 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-11-23T01:31:21.0454615Z 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-11-23T01:31:21.0455571Z 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-11-23T01:31:21.0456640Z 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-11-23T01:31:21.0457699Z 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-11-23T01:31:21.0458830Z 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-11-23T01:31:21.0459939Z 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-11-23T01:31:21.0461187Z 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-11-23T01:31:21.0462478Z 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-11-23T01:31:21.0463628Z 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-11-23T01:31:21.0464773Z 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-11-23T01:31:21.0465911Z 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-11-23T01:31:21.0466968Z 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-11-23T01:31:21.0468129Z 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-11-23T01:31:21.0469188Z 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-11-23T01:31:21.0470321Z 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-11-23T01:31:21.0471437Z 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-11-23T01:31:21.0472777Z 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-11-23T01:31:21.0473738Z 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-11-23T01:31:21.0474925Z 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-11-23T01:31:21.0475947Z 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-11-23T01:31:21.0477240Z 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-11-23T01:31:21.0478228Z 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-11-23T01:31:21.0479205Z 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-11-23T01:31:21.0480309Z 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-11-23T01:31:21.0481804Z 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-11-23T01:31:21.0482826Z 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-11-23T01:31:21.0484012Z 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-11-23T01:31:21.0485153Z 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-11-23T01:31:21.0486222Z 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-11-23T01:31:21.0487462Z 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-11-23T01:31:21.0488805Z 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-11-23T01:31:21.0489826Z 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-11-23T01:31:21.0491167Z 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-11-23T01:31:21.0492262Z 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-11-23T01:31:21.0493209Z 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-11-23T01:31:21.0494238Z 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-11-23T01:31:21.0495528Z 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-11-23T01:31:21.0496501Z 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-11-23T01:31:21.0497733Z 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-11-23T01:31:21.0498691Z 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-11-23T01:31:21.0499915Z 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-11-23T01:31:21.0501293Z 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-11-23T01:31:21.0502399Z 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-11-23T01:31:21.0503533Z 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-11-23T01:31:21.0504768Z 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-11-23T01:31:21.0505880Z 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-11-23T01:31:21.0506963Z 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-11-23T01:31:21.0508366Z 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-11-23T01:31:21.0509516Z 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-11-23T01:31:21.0511004Z 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-11-23T01:31:21.0512224Z 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-11-23T01:31:21.0513296Z 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-11-23T01:31:21.0514521Z 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-11-23T01:31:21.0515622Z 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-11-23T01:31:21.0516827Z 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-11-23T01:31:21.0517916Z 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-11-23T01:31:21.0518901Z 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-11-23T01:31:21.0520233Z 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-11-23T01:31:21.0521244Z 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-11-23T01:31:21.0522453Z 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-11-23T01:31:21.0523489Z 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-11-23T01:31:21.0525394Z 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-11-23T01:31:21.0526014Z 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-11-23T01:31:21.0527115Z 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-11-23T01:31:21.0528262Z 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-11-23T01:31:21.0529527Z 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-11-23T01:31:21.0530573Z 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-11-23T01:31:21.0531676Z 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-11-23T01:31:21.0532672Z 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-11-23T01:31:21.0533864Z 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-11-23T01:31:21.0535129Z 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-11-23T01:31:21.0536138Z 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-11-23T01:31:21.0537199Z 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-11-23T01:31:21.0539358Z 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-11-23T01:31:21.0539893Z 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-11-23T01:31:21.0540743Z 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-11-23T01:31:21.0541435Z 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-11-23T01:31:21.0542607Z 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-11-23T01:31:21.0543681Z 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-11-23T01:31:21.0544382Z 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-11-23T01:31:21.0545192Z 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-11-23T01:31:21.0546006Z 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-11-23T01:31:21.0546922Z 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-11-23T01:31:21.0547964Z 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-11-23T01:31:21.0549266Z 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-11-23T01:31:21.0550111Z 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-11-23T01:31:21.0551171Z 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-11-23T01:31:21.0553102Z 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-11-23T01:31:21.0553630Z 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-11-23T01:31:21.0554320Z 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-11-23T01:31:21.0555569Z 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-11-23T01:31:21.0556315Z 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-11-23T01:31:21.0557400Z 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-11-23T01:31:21.0558460Z 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-11-23T01:31:21.0559386Z 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-11-23T01:31:21.0560197Z 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-11-23T01:31:21.0561389Z 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-11-23T01:31:21.0562207Z 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-11-23T01:31:21.0563113Z 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-11-23T01:31:21.0565510Z 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-11-23T01:31:21.0566029Z 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-11-23T01:31:21.0567045Z 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-11-23T01:31:21.0567999Z 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-11-23T01:31:21.0568796Z 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-11-23T01:31:21.0569594Z 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-11-23T01:31:21.0570531Z 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-11-23T01:31:21.0571628Z 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-11-23T01:31:21.0572617Z 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-11-23T01:31:21.0573345Z 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-11-23T01:31:21.0574134Z 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-11-23T01:31:21.0574945Z 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-11-23T01:31:21.0575915Z 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-11-23T01:31:21.0577098Z 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-11-23T01:31:21.0578867Z 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-11-23T01:31:21.0579658Z 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-11-23T01:31:21.0580627Z 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-11-23T01:31:21.0581518Z 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-11-23T01:31:21.0582654Z 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-11-23T01:31:21.0583474Z 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-11-23T01:31:21.0584439Z 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-11-23T01:31:21.0585083Z 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-11-23T01:31:21.0586203Z 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-11-23T01:31:21.0587279Z 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-11-23T01:31:21.0588062Z 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-11-23T01:31:21.0588729Z 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-11-23T01:31:21.0590454Z 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-11-23T01:31:21.0591325Z 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-11-23T01:31:21.0592090Z 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-11-23T01:31:21.0592868Z 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-11-23T01:31:21.0593828Z 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-11-23T01:31:21.0594894Z 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-11-23T01:31:21.0595644Z 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-11-23T01:31:21.0596477Z 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-11-23T01:31:21.0597324Z 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-11-23T01:31:21.0598411Z 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-11-23T01:31:21.0599129Z 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-11-23T01:31:21.0600050Z 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-11-23T01:31:21.0600799Z 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-11-23T01:31:21.0601930Z 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-11-23T01:31:21.0602622Z 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-11-23T01:31:21.0604188Z 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-11-23T01:31:21.0604740Z 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-11-23T01:31:21.0605540Z 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-11-23T01:31:21.0606632Z 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-11-23T01:31:21.0607400Z 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-11-23T01:31:21.0608263Z 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-11-23T01:31:21.0609798Z 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-11-23T01:31:21.0610674Z 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-11-23T01:31:21.0611664Z 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-11-23T01:31:21.0612275Z 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-11-23T01:31:21.0613827Z 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-11-23T01:31:21.0614276Z 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-11-23T01:31:21.0615642Z 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-11-23T01:31:21.0616446Z 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-11-23T01:31:21.0617596Z 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-11-23T01:31:21.0618587Z 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-11-23T01:31:21.0619898Z 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-11-23T01:31:21.0620911Z 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-11-23T01:31:21.0621876Z 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-11-23T01:31:21.0623008Z 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-11-23T01:31:21.0623754Z 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-11-23T01:31:21.0625238Z 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-11-23T01:31:21.0626458Z 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-11-23T01:31:21.0627221Z 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-11-23T01:31:21.0628120Z 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-11-23T01:31:21.0628883Z 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-11-23T01:31:21.0629892Z 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-11-23T01:31:21.0630936Z 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-11-23T01:31:21.0632247Z 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-11-23T01:31:21.0632981Z 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-11-23T01:31:21.0633932Z 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-11-23T01:31:21.0634983Z 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-11-23T01:31:21.0636113Z 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-11-23T01:31:21.0637419Z 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-11-23T01:31:21.0637834Z 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-11-23T01:31:21.0639225Z 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-11-23T01:31:21.0640077Z 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-11-23T01:31:21.0641781Z 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-11-23T01:31:21.0642648Z 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-11-23T01:31:21.0643569Z 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-11-23T01:31:21.0645224Z 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-11-23T01:31:21.0645567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0647181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0647934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0648813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0649783Z 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-11-23T01:31:21.0650543Z 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-11-23T01:31:21.0651339Z 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-11-23T01:31:21.0652081Z 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-11-23T01:31:21.0653046Z 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-11-23T01:31:21.0653826Z 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-11-23T01:31:21.0654577Z 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-11-23T01:31:21.0655439Z 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-11-23T01:31:21.0656268Z 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-11-23T01:31:21.0657016Z 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-11-23T01:31:21.0658681Z 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-11-23T01:31:21.0659331Z 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-11-23T01:31:21.0660007Z 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-11-23T01:31:21.0661252Z 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-11-23T01:31:21.0661980Z 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-11-23T01:31:21.0662820Z 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-11-23T01:31:21.0664082Z 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-11-23T01:31:21.0664996Z 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-11-23T01:31:21.0665902Z 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-11-23T01:31:21.0666946Z 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-11-23T01:31:21.0667738Z 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-11-23T01:31:21.0668987Z 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-11-23T01:31:21.0670252Z 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-11-23T01:31:21.0671453Z 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-11-23T01:31:21.0672602Z 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-11-23T01:31:21.0673654Z 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-11-23T01:31:21.0674929Z 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-11-23T01:31:21.0675944Z 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-11-23T01:31:21.0677154Z 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-11-23T01:31:21.0678433Z 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-11-23T01:31:21.0682112Z 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-11-23T01:31:21.0682620Z 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-11-23T01:31:21.0683055Z 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-11-23T01:31:21.0683558Z 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-11-23T01:31:21.0684172Z 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-11-23T01:31:21.0685074Z 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-11-23T01:31:21.0686108Z 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-11-23T01:31:21.0686742Z 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-11-23T01:31:21.0687556Z 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-11-23T01:31:21.0688475Z 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-11-23T01:31:21.0689392Z 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-11-23T01:31:21.0690255Z 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-11-23T01:31:21.0691209Z 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-11-23T01:31:21.0692052Z 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-11-23T01:31:21.0692827Z 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-11-23T01:31:21.0693666Z 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-11-23T01:31:21.0694431Z 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-11-23T01:31:21.0695147Z 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-11-23T01:31:21.0696012Z 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-11-23T01:31:21.0697053Z 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-11-23T01:31:21.0697912Z 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-11-23T01:31:21.0698768Z 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-11-23T01:31:21.0699785Z 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-11-23T01:31:21.0701126Z 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-11-23T01:31:21.0701998Z 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-11-23T01:31:21.0702926Z 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-11-23T01:31:21.0706306Z 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-11-23T01:31:21.0707024Z 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-11-23T01:31:21.0707741Z 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-11-23T01:31:21.0708535Z 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-11-23T01:31:21.0709309Z 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-11-23T01:31:21.0710008Z 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-11-23T01:31:21.0710650Z 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-11-23T01:31:21.0711941Z 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-11-23T01:31:21.0712860Z 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-11-23T01:31:21.0713726Z 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-11-23T01:31:21.0714450Z 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-11-23T01:31:21.0715909Z 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-11-23T01:31:21.0716822Z 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-11-23T01:31:21.0717526Z 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-11-23T01:31:21.0718469Z 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-11-23T01:31:21.0719324Z 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-11-23T01:31:21.0720360Z 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-11-23T01:31:21.0733119Z 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-11-23T01:31:21.0733901Z 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-11-23T01:31:21.0734543Z 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-11-23T01:31:21.0735259Z 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-11-23T01:31:21.0735901Z 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-11-23T01:31:21.0736672Z 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-11-23T01:31:21.0737312Z 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-11-23T01:31:21.0737997Z 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-11-23T01:31:21.0738787Z 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-11-23T01:31:21.0739513Z 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-11-23T01:31:21.0740170Z 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-11-23T01:31:21.0741133Z 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-11-23T01:31:21.0741971Z 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-11-23T01:31:21.0742764Z 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-11-23T01:31:21.0743503Z 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-11-23T01:31:21.0744108Z 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-11-23T01:31:21.0744983Z 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-11-23T01:31:21.0745720Z 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-11-23T01:31:21.0746395Z 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-11-23T01:31:21.0746994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0747765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0748400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0749054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0749754Z 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-11-23T01:31:21.0750541Z 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-11-23T01:31:21.0751361Z 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-11-23T01:31:21.0752038Z 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-11-23T01:31:21.0752843Z 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-11-23T01:31:21.0753639Z 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-11-23T01:31:21.0754357Z 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-11-23T01:31:21.0755034Z 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-11-23T01:31:21.0755747Z 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-11-23T01:31:21.0756443Z 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-11-23T01:31:21.0757110Z 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-11-23T01:31:21.0757834Z 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-11-23T01:31:21.0758496Z 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-11-23T01:31:21.0759167Z 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-11-23T01:31:21.0759929Z 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-11-23T01:31:21.0760695Z 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-11-23T01:31:21.0761671Z 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-11-23T01:31:21.0762553Z 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-11-23T01:31:21.0763253Z 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-11-23T01:31:21.0764074Z 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-11-23T01:31:21.0764971Z 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-11-23T01:31:21.0765727Z 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-11-23T01:31:21.0766438Z 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-11-23T01:31:21.0767393Z 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-11-23T01:31:21.0768955Z 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-11-23T01:31:21.0769800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0770766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0771679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0772805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0773512Z 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-11-23T01:31:21.0774331Z 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-11-23T01:31:21.0775399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0776461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0777441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0778449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0779729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0780748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0781764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0782645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0783443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0784195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0785230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0786046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.0786838Z 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-11-23T01:31:21.0788256Z 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-11-23T01:31:21.0789020Z 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-11-23T01:31:21.0790235Z 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-11-23T01:31:21.0791081Z 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-11-23T01:31:21.0792006Z 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-11-23T01:31:21.0792977Z 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-11-23T01:31:21.0794068Z 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-11-23T01:31:21.0795208Z 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-11-23T01:31:21.0796222Z 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-11-23T01:31:21.0797144Z 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-11-23T01:31:21.0798158Z 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-11-23T01:31:21.0799175Z 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-11-23T01:31:21.0800249Z 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-11-23T01:31:21.0801166Z 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-11-23T01:31:21.0802025Z 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-11-23T01:31:21.0803131Z 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-11-23T01:31:21.0804051Z 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-11-23T01:31:21.0805062Z 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-11-23T01:31:21.0806099Z 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-11-23T01:31:21.0807116Z 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-11-23T01:31:21.0808224Z 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-11-23T01:31:21.0809494Z 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-11-23T01:31:21.0810647Z 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-11-23T01:31:21.0811406Z 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-11-23T01:31:21.0812403Z 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-11-23T01:31:21.0813436Z 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-11-23T01:31:21.0814464Z 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-11-23T01:31:21.0815357Z 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-11-23T01:31:21.0816410Z 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-11-23T01:31:21.0817602Z 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-11-23T01:31:21.0818331Z 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-11-23T01:31:21.0819328Z 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-11-23T01:31:21.0820390Z 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-11-23T01:31:21.0821475Z 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-11-23T01:31:21.0822581Z 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-11-23T01:31:21.0823552Z 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-11-23T01:31:21.0824407Z 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-11-23T01:31:21.0825114Z 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-11-23T01:31:21.0826201Z 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-11-23T01:31:21.0827306Z 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-11-23T01:31:21.0828393Z 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-11-23T01:31:21.0829302Z 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-11-23T01:31:21.0830199Z 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-11-23T01:31:21.0831224Z 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-11-23T01:31:21.0832650Z 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-11-23T01:31:21.0833696Z 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-11-23T01:31:21.0834724Z 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-11-23T01:31:21.0835574Z 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-11-23T01:31:21.0836642Z 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-11-23T01:31:21.0837431Z 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-11-23T01:31:21.0838610Z 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-11-23T01:31:21.0839650Z 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-11-23T01:31:21.0840492Z 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-11-23T01:31:21.0841723Z 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-11-23T01:31:21.0842845Z 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-11-23T01:31:21.0844232Z 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-11-23T01:31:21.0844887Z 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-11-23T01:31:21.0845850Z 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-11-23T01:31:21.0846813Z 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-11-23T01:31:21.0848131Z 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-11-23T01:31:21.0849224Z 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-11-23T01:31:21.0850165Z 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-11-23T01:31:21.0850949Z 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-11-23T01:31:21.0852164Z 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-11-23T01:31:21.0853005Z 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-11-23T01:31:21.0854076Z 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-11-23T01:31:21.0854903Z 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-11-23T01:31:21.0856130Z 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-11-23T01:31:21.0856838Z 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-11-23T01:31:21.0857587Z 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-11-23T01:31:21.0858424Z 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-11-23T01:31:21.0859634Z 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-11-23T01:31:21.0860576Z 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-11-23T01:31:21.0861483Z 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-11-23T01:31:21.0862507Z 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-11-23T01:31:21.0863242Z 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-11-23T01:31:21.0864234Z 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-11-23T01:31:21.0865278Z 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-11-23T01:31:21.0866416Z 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-11-23T01:31:21.0867322Z 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-11-23T01:31:21.0868296Z 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-11-23T01:31:21.0869157Z 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-11-23T01:31:21.0870097Z 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-11-23T01:31:21.0871128Z 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-11-23T01:31:21.0872113Z 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-11-23T01:31:21.0873112Z 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-11-23T01:31:21.0874153Z 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-11-23T01:31:21.0875122Z 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-11-23T01:31:21.0875847Z 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-11-23T01:31:21.0876773Z 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-11-23T01:31:21.0877481Z 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-11-23T01:31:21.0878482Z 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-11-23T01:31:21.0879567Z 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-11-23T01:31:21.0880644Z 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-11-23T01:31:21.0881466Z 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-11-23T01:31:21.0882490Z 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-11-23T01:31:21.0884384Z 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-11-23T01:31:21.0885242Z 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-11-23T01:31:21.0886121Z 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-11-23T01:31:21.0886848Z 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-11-23T01:31:21.0888137Z 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-11-23T01:31:21.0889198Z 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-11-23T01:31:21.0890070Z 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-11-23T01:31:21.0890720Z 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-11-23T01:31:21.0891835Z 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-11-23T01:31:21.0892582Z 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-11-23T01:31:21.0893426Z 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-11-23T01:31:21.0894119Z 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-11-23T01:31:21.0895685Z 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-11-23T01:31:21.0896449Z 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-11-23T01:31:21.0897203Z 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-11-23T01:31:21.0898033Z 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-11-23T01:31:21.0899287Z 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-11-23T01:31:21.0900178Z 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-11-23T01:31:21.0901110Z 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-11-23T01:31:21.0901951Z 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-11-23T01:31:21.0902701Z 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-11-23T01:31:21.0903554Z 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-11-23T01:31:21.0904669Z 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-11-23T01:31:21.0905685Z 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-11-23T01:31:21.0906696Z 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-11-23T01:31:21.0907639Z 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-11-23T01:31:21.0908464Z 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-11-23T01:31:21.0910463Z 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-11-23T01:31:21.0911513Z 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-11-23T01:31:21.0912553Z 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-11-23T01:31:21.0913341Z 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-11-23T01:31:21.0914401Z 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-11-23T01:31:21.0915476Z 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-11-23T01:31:21.0916621Z 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-11-23T01:31:21.0917702Z 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-11-23T01:31:21.0918728Z 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-11-23T01:31:21.0919681Z 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-11-23T01:31:21.0920647Z 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-11-23T01:31:21.0921845Z 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-11-23T01:31:21.0922941Z 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-11-23T01:31:21.0923905Z 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-11-23T01:31:21.0924891Z 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-11-23T01:31:21.0925746Z 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-11-23T01:31:21.0926899Z 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-11-23T01:31:21.0928056Z 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-11-23T01:31:21.0929015Z 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-11-23T01:31:21.0930073Z 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-11-23T01:31:21.0931221Z 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-11-23T01:31:21.0932344Z 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-11-23T01:31:21.0933310Z 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-11-23T01:31:21.0934373Z 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-11-23T01:31:21.0935393Z 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-11-23T01:31:21.0936352Z 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-11-23T01:31:21.0937311Z 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-11-23T01:31:21.0938244Z 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-11-23T01:31:21.0939256Z 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-11-23T01:31:21.0940261Z 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-11-23T01:31:21.0941217Z 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-11-23T01:31:21.0942150Z 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-11-23T01:31:21.0943075Z 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-11-23T01:31:21.0944160Z 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-11-23T01:31:21.0945170Z 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-11-23T01:31:21.0946100Z 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-11-23T01:31:21.0946952Z 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-11-23T01:31:21.0948069Z 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-11-23T01:31:21.0949128Z 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-11-23T01:31:21.0950121Z 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-11-23T01:31:21.0951127Z 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-11-23T01:31:21.0952132Z 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-11-23T01:31:21.0952945Z 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-11-23T01:31:21.0953885Z 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-11-23T01:31:21.0954861Z 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-11-23T01:31:21.0955856Z 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-11-23T01:31:21.0956900Z 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-11-23T01:31:21.0957704Z 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-11-23T01:31:21.0958725Z 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-11-23T01:31:21.0959361Z 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-11-23T01:31:21.0960343Z 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-11-23T01:31:21.0961433Z 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-11-23T01:31:21.0962630Z 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-11-23T01:31:21.0963476Z 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-11-23T01:31:21.0964339Z 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-11-23T01:31:21.0965062Z 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-11-23T01:31:21.0966013Z 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-11-23T01:31:21.0966724Z 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-11-23T01:31:21.0967591Z 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-11-23T01:31:21.0968394Z 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-11-23T01:31:21.0969188Z 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-11-23T01:31:21.0970283Z 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-11-23T01:31:21.0971322Z 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-11-23T01:31:21.0972435Z 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-11-23T01:31:21.0973456Z 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-11-23T01:31:21.0974526Z 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-11-23T01:31:21.0975483Z 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-11-23T01:31:21.0976199Z 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-11-23T01:31:21.0977192Z 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-11-23T01:31:21.0977992Z 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-11-23T01:31:21.0979037Z 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-11-23T01:31:21.0979946Z 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-11-23T01:31:21.0981299Z 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-11-23T01:31:21.0982697Z 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-11-23T01:31:21.0984182Z 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-11-23T01:31:21.0985359Z 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-11-23T01:31:21.0986924Z 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-11-23T01:31:21.0987971Z 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-11-23T01:31:21.0988994Z 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-11-23T01:31:21.0990146Z 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-11-23T01:31:21.0991298Z 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-11-23T01:31:21.0992375Z 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-11-23T01:31:21.0993414Z 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-11-23T01:31:21.0994465Z 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-11-23T01:31:21.0995646Z 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-11-23T01:31:21.0996805Z 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-11-23T01:31:21.0997956Z 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-11-23T01:31:21.0999035Z 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-11-23T01:31:21.1000168Z 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-11-23T01:31:21.1001291Z 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-11-23T01:31:21.1002476Z 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-11-23T01:31:21.1003473Z 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-11-23T01:31:21.1004609Z 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-11-23T01:31:21.1005747Z 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-11-23T01:31:21.1006780Z 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-11-23T01:31:21.1007949Z 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-11-23T01:31:21.1009297Z 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-11-23T01:31:21.1010509Z 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-11-23T01:31:21.1011648Z 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-11-23T01:31:21.1012851Z 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-11-23T01:31:21.1014074Z 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-11-23T01:31:21.1015266Z 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-11-23T01:31:21.1016404Z 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-11-23T01:31:21.1017399Z 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-11-23T01:31:21.1018422Z 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-11-23T01:31:21.1019697Z 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-11-23T01:31:21.1020867Z 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-11-23T01:31:21.1022069Z 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-11-23T01:31:21.1023212Z 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-11-23T01:31:21.1024352Z 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-11-23T01:31:21.1025476Z 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-11-23T01:31:21.1026494Z 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-11-23T01:31:21.1027522Z 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-11-23T01:31:21.1028521Z 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-11-23T01:31:21.1029568Z 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-11-23T01:31:21.1030738Z 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-11-23T01:31:21.1031880Z 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-11-23T01:31:21.1033076Z 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-11-23T01:31:21.1034272Z 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-11-23T01:31:21.1035389Z 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-11-23T01:31:21.1036488Z 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-11-23T01:31:21.1037537Z 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-11-23T01:31:21.1038604Z 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-11-23T01:31:21.1039762Z 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-11-23T01:31:21.1040906Z 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-11-23T01:31:21.1042034Z 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-11-23T01:31:21.1043042Z 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-11-23T01:31:21.1044010Z 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-11-23T01:31:21.1045181Z 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-11-23T01:31:21.1046231Z 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-11-23T01:31:21.1047287Z 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-11-23T01:31:21.1048320Z 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-11-23T01:31:21.1049401Z 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-11-23T01:31:21.1050450Z 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-11-23T01:31:21.1051416Z 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-11-23T01:31:21.1052359Z 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-11-23T01:31:21.1053441Z 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-11-23T01:31:21.1054513Z 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-11-23T01:31:21.1055457Z 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-11-23T01:31:21.1056464Z 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-11-23T01:31:21.1057612Z 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-11-23T01:31:21.1058777Z 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-11-23T01:31:21.1082936Z 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-11-23T01:31:21.1083651Z 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-11-23T01:31:21.1084678Z 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-11-23T01:31:21.1085641Z 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-11-23T01:31:21.1086733Z 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-11-23T01:31:21.1087828Z 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-11-23T01:31:21.1088656Z 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-11-23T01:31:21.1089565Z 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-11-23T01:31:21.1090470Z 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-11-23T01:31:21.1091231Z 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-11-23T01:31:21.1092049Z 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-11-23T01:31:21.1092951Z 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-11-23T01:31:21.1093808Z 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-11-23T01:31:21.1094559Z 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-11-23T01:31:21.1095192Z 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-11-23T01:31:21.1095793Z 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-11-23T01:31:21.1096522Z 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-11-23T01:31:21.1097404Z 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-11-23T01:31:21.1098313Z 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-11-23T01:31:21.1098962Z 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-11-23T01:31:21.1099653Z 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-11-23T01:31:21.1100400Z 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-11-23T01:31:21.1101219Z 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-11-23T01:31:21.1102040Z 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-11-23T01:31:21.1102788Z 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-11-23T01:31:21.1103424Z 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-11-23T01:31:21.1104166Z 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-11-23T01:31:21.1104936Z 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-11-23T01:31:21.1105775Z 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-11-23T01:31:21.1106583Z 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-11-23T01:31:21.1107275Z 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-11-23T01:31:21.1108097Z 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-11-23T01:31:21.1108943Z 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-11-23T01:31:21.1109686Z 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-11-23T01:31:21.1110439Z 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-11-23T01:31:21.1111178Z 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-11-23T01:31:21.1111828Z 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-11-23T01:31:21.1112597Z 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-11-23T01:31:21.1113362Z 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-11-23T01:31:21.1113952Z 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-11-23T01:31:21.1114681Z 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-11-23T01:31:21.1115313Z 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-11-23T01:31:21.1115994Z 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-11-23T01:31:21.1116743Z 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-11-23T01:31:21.1117559Z 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-11-23T01:31:21.1118137Z 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-11-23T01:31:21.1118816Z 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-11-23T01:31:21.1119538Z 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-11-23T01:31:21.1120304Z 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-11-23T01:31:21.1120926Z 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-11-23T01:31:21.1121767Z 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-11-23T01:31:21.1122465Z 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-11-23T01:31:21.1123307Z 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-11-23T01:31:21.1124133Z 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-11-23T01:31:21.1124910Z 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-11-23T01:31:21.1125512Z 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-11-23T01:31:21.1126220Z 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-11-23T01:31:21.1127136Z 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-11-23T01:31:21.1127981Z 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-11-23T01:31:21.1128852Z 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-11-23T01:31:21.1129810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1130538Z 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-11-23T01:31:21.1131285Z 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-11-23T01:31:21.1132072Z 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-11-23T01:31:21.1132775Z 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-11-23T01:31:21.1133514Z 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-11-23T01:31:21.1134233Z 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-11-23T01:31:21.1135012Z 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-11-23T01:31:21.1135703Z 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-11-23T01:31:21.1136562Z 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-11-23T01:31:21.1137403Z 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-11-23T01:31:21.1138181Z 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-11-23T01:31:21.1138892Z 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-11-23T01:31:21.1139718Z 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-11-23T01:31:21.1140469Z 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-11-23T01:31:21.1141253Z 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-11-23T01:31:21.1142094Z 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-11-23T01:31:21.1142949Z 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-11-23T01:31:21.1143775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1144584Z 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-11-23T01:31:21.1145263Z 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-11-23T01:31:21.1146005Z 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-11-23T01:31:21.1146810Z 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-11-23T01:31:21.1147603Z 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-11-23T01:31:21.1148469Z 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-11-23T01:31:21.1149274Z 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-11-23T01:31:21.1150080Z 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-11-23T01:31:21.1151047Z 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-11-23T01:31:21.1151813Z 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-11-23T01:31:21.1152614Z 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-11-23T01:31:21.1153349Z 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-11-23T01:31:21.1154099Z 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-11-23T01:31:21.1154705Z 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-11-23T01:31:21.1155467Z 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-11-23T01:31:21.1156351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1157295Z 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-11-23T01:31:21.1157894Z 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-11-23T01:31:21.1158702Z 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-11-23T01:31:21.1159497Z 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-11-23T01:31:21.1160130Z 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-11-23T01:31:21.1160857Z 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-11-23T01:31:21.1161513Z 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-11-23T01:31:21.1162657Z 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-11-23T01:31:21.1164446Z 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-11-23T01:31:21.1165760Z 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-11-23T01:31:21.1166910Z 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-11-23T01:31:21.1168085Z 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-11-23T01:31:21.1169217Z 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-11-23T01:31:21.1170456Z 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-11-23T01:31:21.1171570Z 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-11-23T01:31:21.1172838Z 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-11-23T01:31:21.1174138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1175302Z 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-11-23T01:31:21.1176420Z 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-11-23T01:31:21.1177622Z 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-11-23T01:31:21.1178703Z 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-11-23T01:31:21.1179857Z 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-11-23T01:31:21.1180904Z 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-11-23T01:31:21.1181945Z 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-11-23T01:31:21.1183018Z 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-11-23T01:31:21.1184265Z 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-11-23T01:31:21.1185537Z 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-11-23T01:31:21.1186682Z 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-11-23T01:31:21.1187804Z 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-11-23T01:31:21.1188927Z 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-11-23T01:31:21.1190036Z 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-11-23T01:31:21.1191147Z 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-11-23T01:31:21.1192411Z 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-11-23T01:31:21.1193722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1194888Z 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-11-23T01:31:21.1195949Z 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-11-23T01:31:21.1197032Z 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-11-23T01:31:21.1198107Z 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-11-23T01:31:21.1199189Z 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-11-23T01:31:21.1200243Z 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-11-23T01:31:21.1201315Z 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-11-23T01:31:21.1202388Z 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-11-23T01:31:21.1203514Z 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-11-23T01:31:21.1204509Z 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-11-23T01:31:21.1205523Z 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-11-23T01:31:21.1206692Z 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-11-23T01:31:21.1207925Z 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-11-23T01:31:21.1208984Z 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-11-23T01:31:21.1210071Z 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-11-23T01:31:21.1211175Z 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-11-23T01:31:21.1212321Z 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-11-23T01:31:21.1212946Z 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-11-23T01:31:21.1213621Z 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-11-23T01:31:21.1214472Z 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-11-23T01:31:21.1215728Z 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-11-23T01:31:21.1216871Z 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-11-23T01:31:21.1217862Z 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-11-23T01:31:21.1218967Z 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-11-23T01:31:21.1220322Z 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-11-23T01:31:21.1221531Z 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-11-23T01:31:21.1222378Z 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-11-23T01:31:21.1223650Z 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-11-23T01:31:21.1224928Z 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-11-23T01:31:21.1225972Z 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-11-23T01:31:21.1227109Z 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-11-23T01:31:21.1228378Z 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-11-23T01:31:21.1229706Z 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-11-23T01:31:21.1230658Z 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-11-23T01:31:21.1232159Z 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-11-23T01:31:21.1233240Z 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-11-23T01:31:21.1234509Z 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-11-23T01:31:21.1235551Z 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-11-23T01:31:21.1236712Z 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-11-23T01:31:21.1238820Z 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-11-23T01:31:21.1239545Z 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-11-23T01:31:21.1240221Z 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-11-23T01:31:21.1240892Z 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-11-23T01:31:21.1242403Z 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-11-23T01:31:21.1243263Z 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-11-23T01:31:21.1244762Z 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-11-23T01:31:21.1245248Z 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-11-23T01:31:21.1246224Z 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-11-23T01:31:21.1248280Z 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-11-23T01:31:21.1249299Z 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-11-23T01:31:21.1249912Z 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-11-23T01:31:21.1250628Z 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-11-23T01:31:21.1251868Z 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-11-23T01:31:21.1253343Z 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-11-23T01:31:21.1253741Z 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-11-23T01:31:21.1255094Z 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-11-23T01:31:21.1256134Z 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-11-23T01:31:21.1257291Z 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-11-23T01:31:21.1258184Z 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-11-23T01:31:21.1259569Z 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-11-23T01:31:21.1260873Z 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-11-23T01:31:21.1262009Z 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-11-23T01:31:21.1262976Z 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-11-23T01:31:21.1264290Z 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-11-23T01:31:21.1265302Z 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-11-23T01:31:21.1266575Z 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-11-23T01:31:21.1267542Z 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-11-23T01:31:21.1268701Z 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-11-23T01:31:21.1269924Z 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-11-23T01:31:21.1270918Z 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-11-23T01:31:21.1272179Z 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-11-23T01:31:21.1273070Z 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-11-23T01:31:21.1274338Z 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-11-23T01:31:21.1275541Z 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-11-23T01:31:21.1276638Z 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-11-23T01:31:21.1277716Z 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-11-23T01:31:21.1278989Z 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-11-23T01:31:21.1279986Z 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-11-23T01:31:21.1281228Z 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-11-23T01:31:21.1282575Z 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-11-23T01:31:21.1283701Z 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-11-23T01:31:21.1284819Z 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-11-23T01:31:21.1287083Z 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-11-23T01:31:21.1287539Z 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-11-23T01:31:21.1288112Z 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-11-23T01:31:21.1289091Z 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-11-23T01:31:21.1290112Z 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-11-23T01:31:21.1290999Z 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-11-23T01:31:21.1292267Z 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-11-23T01:31:21.1292934Z 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-11-23T01:31:21.1293836Z 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-11-23T01:31:21.1294632Z 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-11-23T01:31:21.1295650Z 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-11-23T01:31:21.1296594Z 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-11-23T01:31:21.1297652Z 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-11-23T01:31:21.1298398Z 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-11-23T01:31:21.1299498Z 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-11-23T01:31:21.1300283Z 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-11-23T01:31:21.1301992Z 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-11-23T01:31:21.1302622Z 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-11-23T01:31:21.1303622Z 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-11-23T01:31:21.1304541Z 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-11-23T01:31:21.1305684Z 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-11-23T01:31:21.1306735Z 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-11-23T01:31:21.1307506Z 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-11-23T01:31:21.1308614Z 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-11-23T01:31:21.1309936Z 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-11-23T01:31:21.1310819Z 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-11-23T01:31:21.1311944Z 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-11-23T01:31:21.1312853Z 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-11-23T01:31:21.1314308Z 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-11-23T01:31:21.1315146Z 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-11-23T01:31:21.1315943Z 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-11-23T01:31:21.1317026Z 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-11-23T01:31:21.1318049Z 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-11-23T01:31:21.1319012Z 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-11-23T01:31:21.1319746Z 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-11-23T01:31:21.1320799Z 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-11-23T01:31:21.1321965Z 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-11-23T01:31:21.1322916Z 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-11-23T01:31:21.1324742Z 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-11-23T01:31:21.1325582Z 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-11-23T01:31:21.1326826Z 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-11-23T01:31:21.1327817Z 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-11-23T01:31:21.1328796Z 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-11-23T01:31:21.1330016Z 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-11-23T01:31:21.1330896Z 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-11-23T01:31:21.1332040Z 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-11-23T01:31:21.1333169Z 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-11-23T01:31:21.1333942Z 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-11-23T01:31:21.1334936Z 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-11-23T01:31:21.1335836Z 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-11-23T01:31:21.1336844Z 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-11-23T01:31:21.1337789Z 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-11-23T01:31:21.1338735Z 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-11-23T01:31:21.1339871Z 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-11-23T01:31:21.1340701Z 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-11-23T01:31:21.1341798Z 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-11-23T01:31:21.1342586Z 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-11-23T01:31:21.1343588Z 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-11-23T01:31:21.1344491Z 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-11-23T01:31:21.1345758Z 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-11-23T01:31:21.1346643Z 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-11-23T01:31:21.1347589Z 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-11-23T01:31:21.1348510Z 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-11-23T01:31:21.1349332Z 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-11-23T01:31:21.1350146Z 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-11-23T01:31:21.1351211Z 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-11-23T01:31:21.1352255Z 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-11-23T01:31:21.1352994Z 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-11-23T01:31:21.1353975Z 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-11-23T01:31:21.1355375Z 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-11-23T01:31:21.1356148Z 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-11-23T01:31:21.1356923Z 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-11-23T01:31:21.1357587Z 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-11-23T01:31:21.1358698Z 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-11-23T01:31:21.1359396Z 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-11-23T01:31:21.1360341Z 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-11-23T01:31:21.1361027Z 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-11-23T01:31:21.1362642Z 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-11-23T01:31:21.1364065Z 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-11-23T01:31:21.1364383Z 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-11-23T01:31:21.1365878Z 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-11-23T01:31:21.1366722Z 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-11-23T01:31:21.1367591Z 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-11-23T01:31:21.1368671Z 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-11-23T01:31:21.1369708Z 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-11-23T01:31:21.1370181Z 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-11-23T01:31:21.1371253Z 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-11-23T01:31:21.1372012Z 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-11-23T01:31:21.1373110Z 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-11-23T01:31:21.1373968Z 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-11-23T01:31:21.1374883Z 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-11-23T01:31:21.1375903Z 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-11-23T01:31:21.1376985Z 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-11-23T01:31:21.1377764Z 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-11-23T01:31:21.1379117Z 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-11-23T01:31:21.1379546Z 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-11-23T01:31:21.1380563Z 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-11-23T01:31:21.1381735Z 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-11-23T01:31:21.1382602Z 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-11-23T01:31:21.1383788Z 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-11-23T01:31:21.1384920Z 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-11-23T01:31:21.1385504Z 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-11-23T01:31:21.1386922Z 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-11-23T01:31:21.1387617Z 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-11-23T01:31:21.1388508Z 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-11-23T01:31:21.1389581Z 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-11-23T01:31:21.1390346Z 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-11-23T01:31:21.1392063Z 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-11-23T01:31:21.1392601Z 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-11-23T01:31:21.1393229Z 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-11-23T01:31:21.1394123Z 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-11-23T01:31:21.1395109Z 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-11-23T01:31:21.1395932Z 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-11-23T01:31:21.1397671Z 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-11-23T01:31:21.1398046Z 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-11-23T01:31:21.1399197Z 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-11-23T01:31:21.1400244Z 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-11-23T01:31:21.1401109Z 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-11-23T01:31:21.1402079Z 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-11-23T01:31:21.1403534Z 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-11-23T01:31:21.1404186Z 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-11-23T01:31:21.1405453Z 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-11-23T01:31:21.1406308Z 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-11-23T01:31:21.1407009Z 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-11-23T01:31:21.1408552Z 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-11-23T01:31:21.1409359Z 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-11-23T01:31:21.1410360Z 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-11-23T01:31:21.1411247Z 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-11-23T01:31:21.1412130Z 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-11-23T01:31:21.1412928Z 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-11-23T01:31:21.1414020Z 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-11-23T01:31:21.1415014Z 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-11-23T01:31:21.1415779Z 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-11-23T01:31:21.1416842Z 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-11-23T01:31:21.1417912Z 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-11-23T01:31:21.1418885Z 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-11-23T01:31:21.1419948Z 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-11-23T01:31:21.1420795Z 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-11-23T01:31:21.1421741Z 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-11-23T01:31:21.1422771Z 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-11-23T01:31:21.1424251Z 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-11-23T01:31:21.1424976Z 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-11-23T01:31:21.1425860Z 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-11-23T01:31:21.1426834Z 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-11-23T01:31:21.1428218Z 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-11-23T01:31:21.1429177Z 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-11-23T01:31:21.1430049Z 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-11-23T01:31:21.1431226Z 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-11-23T01:31:21.1432074Z 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-11-23T01:31:21.1432937Z 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-11-23T01:31:21.1433977Z 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-11-23T01:31:21.1435150Z 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-11-23T01:31:21.1436042Z 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-11-23T01:31:21.1437177Z 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-11-23T01:31:21.1438186Z 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-11-23T01:31:21.1439604Z 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-11-23T01:31:21.1440518Z 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-11-23T01:31:21.1441826Z 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-11-23T01:31:21.1442984Z 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-11-23T01:31:21.1444283Z 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-11-23T01:31:21.1445362Z 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-11-23T01:31:21.1446646Z 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-11-23T01:31:21.1447859Z 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-11-23T01:31:21.1449246Z 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-11-23T01:31:21.1450395Z 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-11-23T01:31:21.1451587Z 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-11-23T01:31:21.1452683Z 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-11-23T01:31:21.1453691Z 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-11-23T01:31:21.1454824Z 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-11-23T01:31:21.1456009Z 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-11-23T01:31:21.1457054Z 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-11-23T01:31:21.1458256Z 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-11-23T01:31:21.1459737Z 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-11-23T01:31:21.1460710Z 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-11-23T01:31:21.1461855Z 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-11-23T01:31:21.1462822Z 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-11-23T01:31:21.1464358Z 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-11-23T01:31:21.1465285Z 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-11-23T01:31:21.1466262Z 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-11-23T01:31:21.1467423Z 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-11-23T01:31:21.1468826Z 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-11-23T01:31:21.1469754Z 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-11-23T01:31:21.1470926Z 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-11-23T01:31:21.1471995Z 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-11-23T01:31:21.1473306Z 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-11-23T01:31:21.1474291Z 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-11-23T01:31:21.1475457Z 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-11-23T01:31:21.1476537Z 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-11-23T01:31:21.1478510Z 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-11-23T01:31:21.1479160Z 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-11-23T01:31:21.1479924Z 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-11-23T01:31:21.1481273Z 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-11-23T01:31:21.1482198Z 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-11-23T01:31:21.1483543Z 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-11-23T01:31:21.1484618Z 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-11-23T01:31:21.1485824Z 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-11-23T01:31:21.1486580Z 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-11-23T01:31:21.1487532Z 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-11-23T01:31:21.1488630Z 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-11-23T01:31:21.1489646Z 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-11-23T01:31:21.1490530Z 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-11-23T01:31:21.1491818Z 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-11-23T01:31:21.1492717Z 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-11-23T01:31:21.1494336Z 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-11-23T01:31:21.1494968Z 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-11-23T01:31:21.1495818Z 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-11-23T01:31:21.1496466Z 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-11-23T01:31:21.1497528Z 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-11-23T01:31:21.1499243Z 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-11-23T01:31:21.1500052Z 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-11-23T01:31:21.1500841Z 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-11-23T01:31:21.1501818Z 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-11-23T01:31:21.1502894Z 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-11-23T01:31:21.1503890Z 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-11-23T01:31:21.1505341Z 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-11-23T01:31:21.1506055Z 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-11-23T01:31:21.1506801Z 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-11-23T01:31:21.1507466Z 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-11-23T01:31:21.1508516Z 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-11-23T01:31:21.1509583Z 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-11-23T01:31:21.1510321Z 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-11-23T01:31:21.1511328Z 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-11-23T01:31:21.1512881Z 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-11-23T01:31:21.1513367Z 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-11-23T01:31:21.1514458Z 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-11-23T01:31:21.1515115Z 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-11-23T01:31:21.1516404Z 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-11-23T01:31:21.1517187Z 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-11-23T01:31:21.1518641Z 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-11-23T01:31:21.1519746Z 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-11-23T01:31:21.1520485Z 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-11-23T01:31:21.1521072Z 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-11-23T01:31:21.1522948Z 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-11-23T01:31:21.1523434Z 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-11-23T01:31:21.1524489Z 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-11-23T01:31:21.1525059Z 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-11-23T01:31:21.1526656Z 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-11-23T01:31:21.1527421Z 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-11-23T01:31:21.1528682Z 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-11-23T01:31:21.1529620Z 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-11-23T01:31:21.1530593Z 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-11-23T01:31:21.1531824Z 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-11-23T01:31:21.1532788Z 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-11-23T01:31:21.1533713Z 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-11-23T01:31:21.1534730Z 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-11-23T01:31:21.1535624Z 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-11-23T01:31:21.1536629Z 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-11-23T01:31:21.1537662Z 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-11-23T01:31:21.1538691Z 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-11-23T01:31:21.1539608Z 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-11-23T01:31:21.1540494Z 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-11-23T01:31:21.1541452Z 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-11-23T01:31:21.1542355Z 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-11-23T01:31:21.1543410Z 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-11-23T01:31:21.1544281Z 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-11-23T01:31:21.1545177Z 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-11-23T01:31:21.1546139Z 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-11-23T01:31:21.1547210Z 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-11-23T01:31:21.1548057Z 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-11-23T01:31:21.1548965Z 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-11-23T01:31:21.1549854Z 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-11-23T01:31:21.1550817Z 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-11-23T01:31:21.1551685Z 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-11-23T01:31:21.1552715Z 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-11-23T01:31:21.1553721Z 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-11-23T01:31:21.1554860Z 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-11-23T01:31:21.1555659Z 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-11-23T01:31:21.1556538Z 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-11-23T01:31:21.1557445Z 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-11-23T01:31:21.1558399Z 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-11-23T01:31:21.1559318Z 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-11-23T01:31:21.1560214Z 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-11-23T01:31:21.1562140Z 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-11-23T01:31:21.1562967Z 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-11-23T01:31:21.1563700Z 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-11-23T01:31:21.1564433Z 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-11-23T01:31:21.1565648Z 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-11-23T01:31:21.1566660Z 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-11-23T01:31:21.1567583Z 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-11-23T01:31:21.1568897Z 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-11-23T01:31:21.1570358Z 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-11-23T01:31:21.1571236Z 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-11-23T01:31:21.1572044Z 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-11-23T01:31:21.1573754Z 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-11-23T01:31:21.1574464Z 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-11-23T01:31:21.1575269Z 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-11-23T01:31:21.1576933Z 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-11-23T01:31:21.1577498Z 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-11-23T01:31:21.1578275Z 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-11-23T01:31:21.1578832Z 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-11-23T01:31:21.1579986Z 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-11-23T01:31:21.1580768Z 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-11-23T01:31:21.1581526Z 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-11-23T01:31:21.1582459Z 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-11-23T01:31:21.1583207Z 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-11-23T01:31:21.1584179Z 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-11-23T01:31:21.1585264Z 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-11-23T01:31:21.1586778Z 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-11-23T01:31:21.1587657Z 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-11-23T01:31:21.1588623Z 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-11-23T01:31:21.1589832Z 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-11-23T01:31:21.1590746Z 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-11-23T01:31:21.1591813Z 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-11-23T01:31:21.1592789Z 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-11-23T01:31:21.1593877Z 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-11-23T01:31:21.1594879Z 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-11-23T01:31:21.1595990Z 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-11-23T01:31:21.1597026Z 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-11-23T01:31:21.1598306Z 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-11-23T01:31:21.1599202Z 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-11-23T01:31:21.1600256Z 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-11-23T01:31:21.1601346Z 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-11-23T01:31:21.1602372Z 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-11-23T01:31:21.1603397Z 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-11-23T01:31:21.1604411Z 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-11-23T01:31:21.1605415Z 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-11-23T01:31:21.1606434Z 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-11-23T01:31:21.1607796Z 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-11-23T01:31:21.1608664Z 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-11-23T01:31:21.1609833Z 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-11-23T01:31:21.1610849Z 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-11-23T01:31:21.1611933Z 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-11-23T01:31:21.1612960Z 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-11-23T01:31:21.1613979Z 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-11-23T01:31:21.1615212Z 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-11-23T01:31:21.1616072Z 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-11-23T01:31:21.1617107Z 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-11-23T01:31:21.1618114Z 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-11-23T01:31:21.1619233Z 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-11-23T01:31:21.1620242Z 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-11-23T01:31:21.1621249Z 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-11-23T01:31:21.1622395Z 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-11-23T01:31:21.1623643Z 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-11-23T01:31:21.1625436Z 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-11-23T01:31:21.1626102Z 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-11-23T01:31:21.1626867Z 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-11-23T01:31:21.1628235Z 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-11-23T01:31:21.1629020Z 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-11-23T01:31:21.1630318Z 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-11-23T01:31:21.1631041Z 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-11-23T01:31:21.1632157Z 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-11-23T01:31:21.1632949Z 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-11-23T01:31:21.1634029Z 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-11-23T01:31:21.1635649Z 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-11-23T01:31:21.1636191Z 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-11-23T01:31:21.1636925Z 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-11-23T01:31:21.1637695Z 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-11-23T01:31:21.1638697Z 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-11-23T01:31:21.1639580Z 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-11-23T01:31:21.1640387Z 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-11-23T01:31:21.1641509Z 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-11-23T01:31:21.1642396Z 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-11-23T01:31:21.1643256Z 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-11-23T01:31:21.1644042Z 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-11-23T01:31:21.1645363Z 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-11-23T01:31:21.1645702Z 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-11-23T01:31:21.1646743Z 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-11-23T01:31:21.1648136Z 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-11-23T01:31:21.1648728Z 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-11-23T01:31:21.1649845Z 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-11-23T01:31:21.1650503Z 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-11-23T01:31:21.1651723Z 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-11-23T01:31:21.1652540Z 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-11-23T01:31:21.1653423Z 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-11-23T01:31:21.1654563Z 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-11-23T01:31:21.1655702Z 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-11-23T01:31:21.1656636Z 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-11-23T01:31:21.1657758Z 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-11-23T01:31:21.1658828Z 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-11-23T01:31:21.1660087Z 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-11-23T01:31:21.1661020Z 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-11-23T01:31:21.1662332Z 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-11-23T01:31:21.1663483Z 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-11-23T01:31:21.1664907Z 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-11-23T01:31:21.1665981Z 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-11-23T01:31:21.1666542Z 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-11-23T01:31:21.1668556Z 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-11-23T01:31:21.1668902Z 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-11-23T01:31:21.1669883Z 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-11-23T01:31:21.1670919Z 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-11-23T01:31:21.1672271Z 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-11-23T01:31:21.1672821Z 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-11-23T01:31:21.1673658Z 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-11-23T01:31:21.1674785Z 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-11-23T01:31:21.1675650Z 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-11-23T01:31:21.1676650Z 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-11-23T01:31:21.1677630Z 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-11-23T01:31:21.1678851Z 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-11-23T01:31:21.1680223Z 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-11-23T01:31:21.1681105Z 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-11-23T01:31:21.1682410Z 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-11-23T01:31:21.1684219Z 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-11-23T01:31:21.1685389Z 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-11-23T01:31:21.1686528Z 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-11-23T01:31:21.1687549Z 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-11-23T01:31:21.1688903Z 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-11-23T01:31:21.1690190Z 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-11-23T01:31:21.1691180Z 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-11-23T01:31:21.1692269Z 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-11-23T01:31:21.1693900Z 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-11-23T01:31:21.1695641Z 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-11-23T01:31:21.1696947Z 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-11-23T01:31:21.1697975Z 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-11-23T01:31:21.1699281Z 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-11-23T01:31:21.1700286Z 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-11-23T01:31:21.1701397Z 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-11-23T01:31:21.1702712Z 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-11-23T01:31:21.1704569Z 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-11-23T01:31:21.1705211Z 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-11-23T01:31:21.1706088Z 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-11-23T01:31:21.1707362Z 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-11-23T01:31:21.1708308Z 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-11-23T01:31:21.1709666Z 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-11-23T01:31:21.1710803Z 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-11-23T01:31:21.1711844Z 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-11-23T01:31:21.1712993Z 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-11-23T01:31:21.1714483Z 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-11-23T01:31:21.1715689Z 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-11-23T01:31:21.1716702Z 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-11-23T01:31:21.1717798Z 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-11-23T01:31:21.1719074Z 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-11-23T01:31:21.1721194Z 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-11-23T01:31:21.1722086Z 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-11-23T01:31:21.1722853Z 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-11-23T01:31:21.1723864Z 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-11-23T01:31:21.1724785Z 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-11-23T01:31:21.1726006Z 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-11-23T01:31:21.1727107Z 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-11-23T01:31:21.1728440Z 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-11-23T01:31:21.1729632Z 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-11-23T01:31:21.1730645Z 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-11-23T01:31:21.1731894Z 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-11-23T01:31:21.1733009Z 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-11-23T01:31:21.1734382Z 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-11-23T01:31:21.1735484Z 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-11-23T01:31:21.1736673Z 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-11-23T01:31:21.1737784Z 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-11-23T01:31:21.1738748Z 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-11-23T01:31:21.1740015Z 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-11-23T01:31:21.1741242Z 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-11-23T01:31:21.1742551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1743411Z 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-11-23T01:31:21.1744674Z 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-11-23T01:31:21.1745689Z 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-11-23T01:31:21.1746877Z 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-11-23T01:31:21.1747991Z 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-11-23T01:31:21.1749236Z 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-11-23T01:31:21.1750717Z 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-11-23T01:31:21.1751591Z 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-11-23T01:31:21.1752606Z 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-11-23T01:31:21.1753837Z 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-11-23T01:31:21.1755053Z 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-11-23T01:31:21.1756292Z 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-11-23T01:31:21.1757973Z 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-11-23T01:31:21.1758627Z 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-11-23T01:31:21.1759601Z 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-11-23T01:31:21.1760761Z 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-11-23T01:31:21.1762017Z 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-11-23T01:31:21.1763124Z 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-11-23T01:31:21.1764302Z 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-11-23T01:31:21.1765398Z 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-11-23T01:31:21.1766831Z 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-11-23T01:31:21.1767977Z 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-11-23T01:31:21.1768937Z 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-11-23T01:31:21.1770849Z 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-11-23T01:31:21.1771945Z 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-11-23T01:31:21.1773043Z 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-11-23T01:31:21.1774373Z 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-11-23T01:31:21.1775604Z 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-11-23T01:31:21.1776612Z 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-11-23T01:31:21.1777680Z 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-11-23T01:31:21.1779014Z 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-11-23T01:31:21.1780118Z 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-11-23T01:31:21.1781106Z 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-11-23T01:31:21.1782290Z 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-11-23T01:31:21.1783376Z 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-11-23T01:31:21.1784554Z 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-11-23T01:31:21.1785873Z 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-11-23T01:31:21.1787117Z 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-11-23T01:31:21.1788127Z 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-11-23T01:31:21.1789246Z 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-11-23T01:31:21.1790344Z 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-11-23T01:31:21.1791331Z 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-11-23T01:31:21.1792572Z 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-11-23T01:31:21.1793795Z 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-11-23T01:31:21.1794932Z 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-11-23T01:31:21.1795928Z 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-11-23T01:31:21.1797325Z 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-11-23T01:31:21.1798727Z 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-11-23T01:31:21.1799558Z 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-11-23T01:31:21.1800618Z 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-11-23T01:31:21.1802259Z 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-11-23T01:31:21.1803216Z 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-11-23T01:31:21.1804407Z 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-11-23T01:31:21.1805535Z 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-11-23T01:31:21.1806657Z 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-11-23T01:31:21.1808158Z 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-11-23T01:31:21.1809128Z 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-11-23T01:31:21.1810317Z 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-11-23T01:31:21.1811383Z 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-11-23T01:31:21.1812573Z 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-11-23T01:31:21.1814000Z 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-11-23T01:31:21.1815369Z 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-11-23T01:31:21.1816419Z 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-11-23T01:31:21.1817586Z 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-11-23T01:31:21.1818842Z 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-11-23T01:31:21.1819975Z 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-11-23T01:31:21.1820970Z 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-11-23T01:31:21.1822084Z 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-11-23T01:31:21.1823171Z 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-11-23T01:31:21.1824322Z 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-11-23T01:31:21.1825418Z 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-11-23T01:31:21.1826529Z 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-11-23T01:31:21.1827754Z 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-11-23T01:31:21.1829106Z 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-11-23T01:31:21.1830280Z 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-11-23T01:31:21.1831240Z 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-11-23T01:31:21.1832368Z 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-11-23T01:31:21.1833473Z 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-11-23T01:31:21.1834651Z 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-11-23T01:31:21.1835757Z 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-11-23T01:31:21.1836916Z 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-11-23T01:31:21.1838124Z 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-11-23T01:31:21.1839283Z 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-11-23T01:31:21.1840564Z 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-11-23T01:31:21.1841500Z 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-11-23T01:31:21.1842473Z 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-11-23T01:31:21.1844986Z 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-11-23T01:31:21.1846343Z 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-11-23T01:31:21.1847573Z 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-11-23T01:31:21.1848756Z 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-11-23T01:31:21.1849844Z 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-11-23T01:31:21.1851044Z 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-11-23T01:31:21.1852256Z 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-11-23T01:31:21.1853444Z 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-11-23T01:31:21.1854713Z 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-11-23T01:31:21.1855900Z 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-11-23T01:31:21.1857144Z 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-11-23T01:31:21.1858250Z 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-11-23T01:31:21.1859481Z 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-11-23T01:31:21.1860490Z 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-11-23T01:31:21.1861803Z 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-11-23T01:31:21.1862998Z 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-11-23T01:31:21.1864251Z 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-11-23T01:31:21.1865190Z 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-11-23T01:31:21.1866347Z 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-11-23T01:31:21.1867493Z 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-11-23T01:31:21.1868599Z 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-11-23T01:31:21.1869768Z 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-11-23T01:31:21.1871119Z 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-11-23T01:31:21.1872197Z 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-11-23T01:31:21.1873255Z 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-11-23T01:31:21.1874256Z 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-11-23T01:31:21.1875658Z 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-11-23T01:31:21.1876730Z 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-11-23T01:31:21.1877688Z 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-11-23T01:31:21.1878829Z 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-11-23T01:31:21.1880165Z 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-11-23T01:31:21.1881088Z 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-11-23T01:31:21.1882660Z 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-11-23T01:31:21.1883612Z 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-11-23T01:31:21.1884830Z 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-11-23T01:31:21.1885885Z 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-11-23T01:31:21.1887239Z 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-11-23T01:31:21.1888316Z 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-11-23T01:31:21.1889506Z 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-11-23T01:31:21.1890857Z 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-11-23T01:31:21.1891931Z 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-11-23T01:31:21.1893088Z 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-11-23T01:31:21.1894186Z 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-11-23T01:31:21.1895360Z 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-11-23T01:31:21.1896627Z 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-11-23T01:31:21.1897846Z 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-11-23T01:31:21.1898825Z 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-11-23T01:31:21.1899950Z 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-11-23T01:31:21.1900995Z 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-11-23T01:31:21.1902172Z 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-11-23T01:31:21.1903332Z 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-11-23T01:31:21.1904491Z 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-11-23T01:31:21.1905735Z 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-11-23T01:31:21.1907003Z 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-11-23T01:31:21.1908056Z 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-11-23T01:31:21.1909246Z 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-11-23T01:31:21.1910288Z 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-11-23T01:31:21.1911461Z 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-11-23T01:31:21.1912561Z 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-11-23T01:31:21.1913765Z 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-11-23T01:31:21.1914859Z 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-11-23T01:31:21.1916115Z 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-11-23T01:31:21.1917427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.1918331Z 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-11-23T01:31:21.1919372Z 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-11-23T01:31:21.1921398Z 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-11-23T01:31:21.1922583Z 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-11-23T01:31:21.1923686Z 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-11-23T01:31:21.1924961Z 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-11-23T01:31:21.1925974Z 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-11-23T01:31:21.1926993Z 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-11-23T01:31:21.1928421Z 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-11-23T01:31:21.1929551Z 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-11-23T01:31:21.1930900Z 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-11-23T01:31:21.1931954Z 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-11-23T01:31:21.1933052Z 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-11-23T01:31:21.1934325Z 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-11-23T01:31:21.1935510Z 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-11-23T01:31:21.1936650Z 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-11-23T01:31:21.1937820Z 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-11-23T01:31:21.1938811Z 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-11-23T01:31:21.1940110Z 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-11-23T01:31:21.1941240Z 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-11-23T01:31:21.1942404Z 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-11-23T01:31:21.1943440Z 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-11-23T01:31:21.1944692Z 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-11-23T01:31:21.1945838Z 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-11-23T01:31:21.1946859Z 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-11-23T01:31:21.1947947Z 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-11-23T01:31:21.1949181Z 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-11-23T01:31:21.1950182Z 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-11-23T01:31:21.1951388Z 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-11-23T01:31:21.1952460Z 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-11-23T01:31:21.1953736Z 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-11-23T01:31:21.1954893Z 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-11-23T01:31:21.1955992Z 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-11-23T01:31:21.1957045Z 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-11-23T01:31:21.1958109Z 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-11-23T01:31:21.1959371Z 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-11-23T01:31:21.1960668Z 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-11-23T01:31:21.1961848Z 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-11-23T01:31:21.1962925Z 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-11-23T01:31:21.1964422Z 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-11-23T01:31:21.1965620Z 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-11-23T01:31:21.1966578Z 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-11-23T01:31:21.1967926Z 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-11-23T01:31:21.1968862Z 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-11-23T01:31:21.1970200Z 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-11-23T01:31:21.1971379Z 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-11-23T01:31:21.1972556Z 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-11-23T01:31:21.1973807Z 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-11-23T01:31:21.1975077Z 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-11-23T01:31:21.1976373Z 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-11-23T01:31:21.1977345Z 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-11-23T01:31:21.1978471Z 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-11-23T01:31:21.1979579Z 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-11-23T01:31:21.1980853Z 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-11-23T01:31:21.1981791Z 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-11-23T01:31:21.1982881Z 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-11-23T01:31:21.1983976Z 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-11-23T01:31:21.1985376Z 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-11-23T01:31:21.1986469Z 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-11-23T01:31:21.1987490Z 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-11-23T01:31:21.1988532Z 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-11-23T01:31:21.1989835Z 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-11-23T01:31:21.1991036Z 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-11-23T01:31:21.1992037Z 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-11-23T01:31:21.1993147Z 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-11-23T01:31:21.1994260Z 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-11-23T01:31:21.1996217Z 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-11-23T01:31:21.1997119Z 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-11-23T01:31:21.1998310Z 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-11-23T01:31:21.1999418Z 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-11-23T01:31:21.2000614Z 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-11-23T01:31:21.2002009Z 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-11-23T01:31:21.2003807Z 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-11-23T01:31:21.2004981Z 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-11-23T01:31:21.2006122Z 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-11-23T01:31:21.2007317Z 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-11-23T01:31:21.2008460Z 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-11-23T01:31:21.2009641Z 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-11-23T01:31:21.2010890Z 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-11-23T01:31:21.2011927Z 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-11-23T01:31:21.2013128Z 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-11-23T01:31:21.2014549Z 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-11-23T01:31:21.2015632Z 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-11-23T01:31:21.2016681Z 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-11-23T01:31:21.2017993Z 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-11-23T01:31:21.2019268Z 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-11-23T01:31:21.2020307Z 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-11-23T01:31:21.2021363Z 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-11-23T01:31:21.2022516Z 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-11-23T01:31:21.2023855Z 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-11-23T01:31:21.2024904Z 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-11-23T01:31:21.2025980Z 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-11-23T01:31:21.2027074Z 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-11-23T01:31:21.2028339Z 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-11-23T01:31:21.2029545Z 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-11-23T01:31:21.2030678Z 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-11-23T01:31:21.2031860Z 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-11-23T01:31:21.2032914Z 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-11-23T01:31:21.2034242Z 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-11-23T01:31:21.2035529Z 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-11-23T01:31:21.2036600Z 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-11-23T01:31:21.2037560Z 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-11-23T01:31:21.2038605Z 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-11-23T01:31:21.2039929Z 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-11-23T01:31:21.2040890Z 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-11-23T01:31:21.2042113Z 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-11-23T01:31:21.2043513Z 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-11-23T01:31:21.2044559Z 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-11-23T01:31:21.2045777Z 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-11-23T01:31:21.2046998Z 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-11-23T01:31:21.2048244Z 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-11-23T01:31:21.2049288Z 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-11-23T01:31:21.2050435Z 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-11-23T01:31:21.2051541Z 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-11-23T01:31:21.2052728Z 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-11-23T01:31:21.2054226Z 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-11-23T01:31:21.2055364Z 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-11-23T01:31:21.2056460Z 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-11-23T01:31:21.2057617Z 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-11-23T01:31:21.2058649Z 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-11-23T01:31:21.2059701Z 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-11-23T01:31:21.2061075Z 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-11-23T01:31:21.2062175Z 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-11-23T01:31:21.2063233Z 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-11-23T01:31:21.2064456Z 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-11-23T01:31:21.2065605Z 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-11-23T01:31:21.2066715Z 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-11-23T01:31:21.2067868Z 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-11-23T01:31:21.2068688Z 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-11-23T01:31:21.2069807Z 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-11-23T01:31:21.2071667Z 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-11-23T01:31:21.2072015Z 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-11-23T01:31:21.2073544Z 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-11-23T01:31:21.2074646Z 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-11-23T01:31:21.2075809Z 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-11-23T01:31:21.2076623Z 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-11-23T01:31:21.2077726Z 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-11-23T01:31:21.2078672Z 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-11-23T01:31:21.2079777Z 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-11-23T01:31:21.2080810Z 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-11-23T01:31:21.2082737Z 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-11-23T01:31:21.2083084Z 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-11-23T01:31:21.2084505Z 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-11-23T01:31:21.2085468Z 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-11-23T01:31:21.2086428Z 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-11-23T01:31:21.2087361Z 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-11-23T01:31:21.2087936Z 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-11-23T01:31:21.2089500Z 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-11-23T01:31:21.2090346Z 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-11-23T01:31:21.2092010Z 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-11-23T01:31:21.2092655Z 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-11-23T01:31:21.2093476Z 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-11-23T01:31:21.2094459Z 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-11-23T01:31:21.2095265Z 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-11-23T01:31:21.2096465Z 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-11-23T01:31:21.2097011Z 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-11-23T01:31:21.2098765Z 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-11-23T01:31:21.2099380Z 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-11-23T01:31:21.2100274Z 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-11-23T01:31:21.2101131Z 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-11-23T01:31:21.2102661Z 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-11-23T01:31:21.2103278Z 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-11-23T01:31:21.2104291Z 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-11-23T01:31:21.2105204Z 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-11-23T01:31:21.2106015Z 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-11-23T01:31:21.2107048Z 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-11-23T01:31:21.2108130Z 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-11-23T01:31:21.2108999Z 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-11-23T01:31:21.2109809Z 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-11-23T01:31:21.2110770Z 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-11-23T01:31:21.2111598Z 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-11-23T01:31:21.2112417Z 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-11-23T01:31:21.2114278Z 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-11-23T01:31:21.2114919Z 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-11-23T01:31:21.2115640Z 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-11-23T01:31:21.2116019Z 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-11-23T01:31:21.2117307Z 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-11-23T01:31:21.2118288Z 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-11-23T01:31:21.2119147Z 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-11-23T01:31:21.2120097Z 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-11-23T01:31:21.2120832Z 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-11-23T01:31:21.2122005Z 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-11-23T01:31:21.2123020Z 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-11-23T01:31:21.2124081Z 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-11-23T01:31:21.2124852Z 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-11-23T01:31:21.2125945Z 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-11-23T01:31:21.2126901Z 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-11-23T01:31:21.2127815Z 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-11-23T01:31:21.2128748Z 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-11-23T01:31:21.2129661Z 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-11-23T01:31:21.2130579Z 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-11-23T01:31:21.2131676Z 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-11-23T01:31:21.2132475Z 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-11-23T01:31:21.2133553Z 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-11-23T01:31:21.2134879Z 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-11-23T01:31:21.2135792Z 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-11-23T01:31:21.2136896Z 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-11-23T01:31:21.2137867Z 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-11-23T01:31:21.2138975Z 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-11-23T01:31:21.2139909Z 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-11-23T01:31:21.2140998Z 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-11-23T01:31:21.2141872Z 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-11-23T01:31:21.2143006Z 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-11-23T01:31:21.2144097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.2144963Z 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-11-23T01:31:21.2145954Z 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-11-23T01:31:21.2146991Z 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-11-23T01:31:21.2148017Z 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-11-23T01:31:21.2149087Z 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-11-23T01:31:21.2150155Z 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-11-23T01:31:21.2151118Z 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-11-23T01:31:21.2152078Z 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-11-23T01:31:21.2153159Z 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-11-23T01:31:21.2154193Z 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-11-23T01:31:21.2155131Z 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-11-23T01:31:21.2156250Z 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-11-23T01:31:21.2157169Z 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-11-23T01:31:21.2158301Z 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-11-23T01:31:21.2159244Z 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-11-23T01:31:21.2160172Z 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-11-23T01:31:21.2161199Z 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-11-23T01:31:21.2162413Z 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-11-23T01:31:21.2163800Z 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-11-23T01:31:21.2164866Z 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-11-23T01:31:21.2165742Z 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-11-23T01:31:21.2167118Z 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-11-23T01:31:21.2168050Z 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-11-23T01:31:21.2169040Z 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-11-23T01:31:21.2169928Z 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-11-23T01:31:21.2170931Z 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-11-23T01:31:21.2171826Z 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-11-23T01:31:21.2172908Z 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-11-23T01:31:21.2173905Z 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-11-23T01:31:21.2174934Z 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-11-23T01:31:21.2175854Z 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-11-23T01:31:21.2176872Z 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-11-23T01:31:21.2177945Z 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-11-23T01:31:21.2178987Z 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-11-23T01:31:21.2179866Z 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-11-23T01:31:21.2180892Z 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-11-23T01:31:21.2182009Z 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-11-23T01:31:21.2183121Z 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-11-23T01:31:21.2183938Z 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-11-23T01:31:21.2184943Z 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-11-23T01:31:21.2185927Z 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-11-23T01:31:21.2187131Z 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-11-23T01:31:21.2188101Z 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-11-23T01:31:21.2188926Z 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-11-23T01:31:21.2189947Z 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-11-23T01:31:21.2191068Z 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-11-23T01:31:21.2191977Z 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-11-23T01:31:21.2193222Z 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-11-23T01:31:21.2194205Z 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-11-23T01:31:21.2195188Z 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-11-23T01:31:21.2196037Z 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-11-23T01:31:21.2197153Z 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-11-23T01:31:21.2198072Z 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-11-23T01:31:21.2199155Z 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-11-23T01:31:21.2200518Z 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-11-23T01:31:21.2201771Z 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-11-23T01:31:21.2203320Z 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-11-23T01:31:21.2204045Z 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-11-23T01:31:21.2204708Z 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-11-23T01:31:21.2205704Z 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-11-23T01:31:21.2206406Z 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-11-23T01:31:21.2207366Z 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-11-23T01:31:21.2208100Z 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-11-23T01:31:21.2209208Z 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-11-23T01:31:21.2209880Z 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-11-23T01:31:21.2210789Z 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-11-23T01:31:21.2211393Z 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-11-23T01:31:21.2212283Z 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-11-23T01:31:21.2213100Z 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-11-23T01:31:21.2213975Z 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-11-23T01:31:21.2214779Z 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-11-23T01:31:21.2215756Z 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-11-23T01:31:21.2216475Z 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-11-23T01:31:21.2217327Z 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-11-23T01:31:21.2218233Z 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-11-23T01:31:21.2219255Z 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-11-23T01:31:21.2219969Z 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-11-23T01:31:21.2220821Z 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-11-23T01:31:21.2221572Z 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-11-23T01:31:21.2222494Z 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-11-23T01:31:21.2223375Z 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-11-23T01:31:21.2224568Z 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-11-23T01:31:21.2225515Z 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-11-23T01:31:21.2226279Z 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-11-23T01:31:21.2227014Z 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-11-23T01:31:21.2227800Z 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-11-23T01:31:21.2228659Z 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-11-23T01:31:21.2229514Z 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-11-23T01:31:21.2230295Z 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-11-23T01:31:21.2231116Z 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-11-23T01:31:21.2232162Z 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-11-23T01:31:21.2232794Z 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-11-23T01:31:21.2233712Z 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-11-23T01:31:21.2234442Z 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-11-23T01:31:21.2235380Z 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-11-23T01:31:21.2236096Z 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-11-23T01:31:21.2237106Z 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-11-23T01:31:21.2237898Z 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-11-23T01:31:21.2238785Z 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-11-23T01:31:21.2239566Z 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-11-23T01:31:21.2240424Z 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-11-23T01:31:21.2241209Z 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-11-23T01:31:21.2242144Z 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-11-23T01:31:21.2243100Z 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-11-23T01:31:21.2243924Z 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-11-23T01:31:21.2245025Z 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-11-23T01:31:21.2245729Z 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-11-23T01:31:21.2246770Z 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-11-23T01:31:21.2247542Z 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-11-23T01:31:21.2248695Z 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-11-23T01:31:21.2249419Z 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-11-23T01:31:21.2250189Z 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-11-23T01:31:21.2250959Z 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-11-23T01:31:21.2251842Z 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-11-23T01:31:21.2252544Z 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-11-23T01:31:21.2253856Z 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-11-23T01:31:21.2254879Z 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-11-23T01:31:21.2255428Z 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-11-23T01:31:21.2256969Z 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-11-23T01:31:21.2257549Z 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-11-23T01:31:21.2258730Z 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-11-23T01:31:21.2259365Z 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-11-23T01:31:21.2260449Z 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-11-23T01:31:21.2261117Z 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-11-23T01:31:21.2262240Z 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-11-23T01:31:21.2263040Z 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-11-23T01:31:21.2264035Z 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-11-23T01:31:21.2264716Z 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-11-23T01:31:21.2265788Z 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-11-23T01:31:21.2266759Z 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-11-23T01:31:21.2267623Z 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-11-23T01:31:21.2268417Z 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-11-23T01:31:21.2269230Z 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-11-23T01:31:21.2270188Z 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-11-23T01:31:21.2271136Z 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-11-23T01:31:21.2271980Z 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-11-23T01:31:21.2272829Z 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-11-23T01:31:21.2273673Z 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-11-23T01:31:21.2274599Z 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-11-23T01:31:21.2275499Z 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-11-23T01:31:21.2276520Z 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-11-23T01:31:21.2277465Z 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-11-23T01:31:21.2278100Z 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-11-23T01:31:21.2278923Z 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-11-23T01:31:21.2280049Z 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-11-23T01:31:21.2280715Z 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-11-23T01:31:21.2281881Z 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-11-23T01:31:21.2284850Z 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-11-23T01:31:21.2285363Z 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-11-23T01:31:21.2286257Z 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-11-23T01:31:21.2286927Z 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-11-23T01:31:21.2288133Z 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-11-23T01:31:21.2288740Z 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-11-23T01:31:21.2289856Z 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-11-23T01:31:21.2290671Z 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-11-23T01:31:21.2291461Z 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-11-23T01:31:21.2292700Z 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-11-23T01:31:21.2293538Z 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-11-23T01:31:21.2294522Z 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-11-23T01:31:21.2295546Z 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-11-23T01:31:21.2296538Z 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-11-23T01:31:21.2297800Z 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-11-23T01:31:21.2298863Z 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-11-23T01:31:21.2300026Z 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-11-23T01:31:21.2301157Z 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-11-23T01:31:21.2302533Z 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-11-23T01:31:21.2303496Z 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-11-23T01:31:21.2304641Z 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-11-23T01:31:21.2305764Z 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-11-23T01:31:21.2307081Z 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-11-23T01:31:21.2308218Z 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-11-23T01:31:21.2309224Z 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-11-23T01:31:21.2310304Z 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-11-23T01:31:21.2311655Z 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-11-23T01:31:21.2312659Z 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-11-23T01:31:21.2313936Z 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-11-23T01:31:21.2315034Z 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-11-23T01:31:21.2316260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.2317519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.2318519Z 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-11-23T01:31:21.2319730Z 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-11-23T01:31:21.2320846Z 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-11-23T01:31:21.2322916Z 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-11-23T01:31:21.2324085Z 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-11-23T01:31:21.2325314Z 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-11-23T01:31:21.2326348Z 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-11-23T01:31:21.2327727Z 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-11-23T01:31:21.2328635Z 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-11-23T01:31:21.2330478Z 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-11-23T01:31:21.2331330Z 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-11-23T01:31:21.2332613Z 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-11-23T01:31:21.2333704Z 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-11-23T01:31:21.2335243Z 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-11-23T01:31:21.2335955Z 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-11-23T01:31:21.2337386Z 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-11-23T01:31:21.2338171Z 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-11-23T01:31:21.2339164Z 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-11-23T01:31:21.2340237Z 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-11-23T01:31:21.2341304Z 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-11-23T01:31:21.2342041Z 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-11-23T01:31:21.2343222Z 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-11-23T01:31:21.2343791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.2344703Z 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-11-23T01:31:21.2346096Z 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-11-23T01:31:21.2347171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.2348065Z 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-11-23T01:31:21.2348844Z 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-11-23T01:31:21.2349775Z 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-11-23T01:31:21.2350592Z 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-11-23T01:31:21.2351379Z 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-11-23T01:31:21.2352270Z 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-11-23T01:31:21.2353220Z 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-11-23T01:31:21.2354413Z 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-11-23T01:31:21.2355264Z 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-11-23T01:31:21.2356359Z 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-11-23T01:31:21.2357619Z 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-11-23T01:31:21.2358196Z 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-11-23T01:31:21.2359266Z 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-11-23T01:31:21.2360190Z 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-11-23T01:31:21.2361108Z 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-11-23T01:31:21.2362208Z 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-11-23T01:31:21.2363921Z 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-11-23T01:31:21.2364527Z 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-11-23T01:31:21.2365407Z 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-11-23T01:31:21.2366098Z 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-11-23T01:31:21.2367979Z 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-11-23T01:31:21.2368581Z 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-11-23T01:31:21.2369382Z 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-11-23T01:31:21.2370792Z 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-11-23T01:31:21.2371755Z 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-11-23T01:31:21.2372906Z 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-11-23T01:31:21.2373982Z 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-11-23T01:31:21.2375396Z 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-11-23T01:31:21.2376355Z 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-11-23T01:31:21.2377496Z 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-11-23T01:31:21.2378599Z 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-11-23T01:31:21.2379936Z 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-11-23T01:31:21.2380974Z 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-11-23T01:31:21.2382036Z 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-11-23T01:31:21.2383171Z 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-11-23T01:31:21.2384368Z 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-11-23T01:31:21.2385514Z 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-11-23T01:31:21.2386639Z 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-11-23T01:31:21.2387725Z 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-11-23T01:31:21.2389082Z 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-11-23T01:31:21.2390079Z 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-11-23T01:31:21.2392174Z 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-11-23T01:31:21.2393172Z 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-11-23T01:31:21.2394421Z 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-11-23T01:31:21.2395617Z 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-11-23T01:31:21.2396616Z 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-11-23T01:31:21.2397843Z 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-11-23T01:31:21.2399004Z 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-11-23T01:31:21.2400171Z 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-11-23T01:31:21.2401249Z 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-11-23T01:31:21.2402487Z 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-11-23T01:31:21.2403692Z 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-11-23T01:31:21.2404941Z 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-11-23T01:31:21.2405952Z 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-11-23T01:31:21.2407096Z 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-11-23T01:31:21.2408379Z 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-11-23T01:31:21.2409734Z 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-11-23T01:31:21.2410833Z 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-11-23T01:31:21.2411938Z 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-11-23T01:31:21.2413191Z 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-11-23T01:31:21.2414562Z 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-11-23T01:31:21.2415589Z 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-11-23T01:31:21.2416978Z 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-11-23T01:31:21.2418035Z 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-11-23T01:31:21.2419105Z 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-11-23T01:31:21.2420131Z 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-11-23T01:31:21.2421348Z 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-11-23T01:31:21.2422505Z 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-11-23T01:31:21.2423697Z 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-11-23T01:31:21.2424721Z 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-11-23T01:31:21.2426083Z 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-11-23T01:31:21.2427143Z 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-11-23T01:31:21.2428230Z 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-11-23T01:31:21.2429400Z 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-11-23T01:31:21.2430725Z 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-11-23T01:31:21.2431668Z 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-11-23T01:31:21.2432791Z 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-11-23T01:31:21.2433962Z 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-11-23T01:31:21.2435088Z 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-11-23T01:31:21.2436466Z 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-11-23T01:31:21.2437470Z 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-11-23T01:31:21.2438608Z 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-11-23T01:31:21.2439732Z 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-11-23T01:31:21.2440906Z 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-11-23T01:31:21.2442092Z 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-11-23T01:31:21.2444149Z 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-11-23T01:31:21.2445063Z 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-11-23T01:31:21.2446426Z 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-11-23T01:31:21.2447722Z 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-11-23T01:31:21.2448745Z 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-11-23T01:31:21.2449947Z 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-11-23T01:31:21.2451255Z 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-11-23T01:31:21.2452369Z 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-11-23T01:31:21.2453437Z 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-11-23T01:31:21.2454491Z 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-11-23T01:31:21.2455901Z 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-11-23T01:31:21.2456917Z 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-11-23T01:31:21.2457931Z 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-11-23T01:31:21.2459210Z 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-11-23T01:31:21.2460504Z 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-11-23T01:31:21.2461491Z 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-11-23T01:31:21.2462499Z 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-11-23T01:31:21.2463862Z 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-11-23T01:31:21.2464876Z 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-11-23T01:31:21.2466188Z 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-11-23T01:31:21.2467852Z 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-11-23T01:31:21.2469056Z 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-11-23T01:31:21.2470167Z 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-11-23T01:31:21.2471188Z 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-11-23T01:31:21.2472243Z 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-11-23T01:31:21.2473487Z 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-11-23T01:31:21.2474557Z 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-11-23T01:31:21.2475896Z 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-11-23T01:31:21.2477172Z 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-11-23T01:31:21.2478331Z 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-11-23T01:31:21.2479439Z 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-11-23T01:31:21.2480472Z 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-11-23T01:31:21.2481740Z 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-11-23T01:31:21.2482851Z 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-11-23T01:31:21.2484171Z 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-11-23T01:31:21.2485222Z 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-11-23T01:31:21.2486462Z 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-11-23T01:31:21.2487490Z 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-11-23T01:31:21.2489092Z 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-11-23T01:31:21.2490209Z 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-11-23T01:31:21.2491315Z 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-11-23T01:31:21.2492342Z 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-11-23T01:31:21.2493678Z 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-11-23T01:31:21.2494911Z 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-11-23T01:31:21.2496511Z 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-11-23T01:31:21.2497086Z 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-11-23T01:31:21.2498234Z 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-11-23T01:31:21.2499252Z 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-11-23T01:31:21.2500428Z 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-11-23T01:31:21.2501490Z 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-11-23T01:31:21.2503026Z 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-11-23T01:31:21.2504037Z 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-11-23T01:31:21.2505034Z 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-11-23T01:31:21.2506244Z 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-11-23T01:31:21.2507634Z 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-11-23T01:31:21.2508552Z 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-11-23T01:31:21.2509667Z 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-11-23T01:31:21.2510998Z 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-11-23T01:31:21.2511989Z 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-11-23T01:31:21.2513189Z 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-11-23T01:31:21.2514417Z 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-11-23T01:31:21.2515346Z 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-11-23T01:31:21.2516605Z 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-11-23T01:31:21.2517807Z 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-11-23T01:31:21.2518899Z 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-11-23T01:31:21.2520023Z 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-11-23T01:31:21.2521078Z 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-11-23T01:31:21.2522393Z 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-11-23T01:31:21.2523634Z 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-11-23T01:31:21.2524862Z 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-11-23T01:31:21.2525868Z 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-11-23T01:31:21.2527080Z 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-11-23T01:31:21.2528298Z 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-11-23T01:31:21.2529624Z 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-11-23T01:31:21.2530627Z 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-11-23T01:31:21.2531698Z 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-11-23T01:31:21.2532796Z 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-11-23T01:31:21.2533947Z 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-11-23T01:31:21.2535061Z 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-11-23T01:31:21.2536175Z 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-11-23T01:31:21.2537294Z 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-11-23T01:31:21.2538654Z 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-11-23T01:31:21.2539633Z 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-11-23T01:31:21.2540714Z 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-11-23T01:31:21.2543185Z 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-11-23T01:31:21.2543792Z 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-11-23T01:31:21.2544927Z 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-11-23T01:31:21.2545759Z 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-11-23T01:31:21.2547217Z 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-11-23T01:31:21.2548075Z 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-11-23T01:31:21.2548938Z 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-11-23T01:31:21.2550003Z 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-11-23T01:31:21.2551308Z 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-11-23T01:31:21.2552281Z 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-11-23T01:31:21.2553536Z 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-11-23T01:31:21.2554744Z 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-11-23T01:31:21.2555725Z 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-11-23T01:31:21.2556923Z 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-11-23T01:31:21.2558403Z 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-11-23T01:31:21.2559375Z 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-11-23T01:31:21.2560489Z 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-11-23T01:31:21.2561492Z 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-11-23T01:31:21.2562882Z 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-11-23T01:31:21.2564119Z 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-11-23T01:31:21.2565210Z 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-11-23T01:31:21.2566264Z 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-11-23T01:31:21.2567833Z 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-11-23T01:31:21.2568839Z 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-11-23T01:31:21.2570166Z 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-11-23T01:31:21.2571366Z 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-11-23T01:31:21.2572459Z 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-11-23T01:31:21.2573457Z 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-11-23T01:31:21.2574678Z 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-11-23T01:31:21.2575664Z 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-11-23T01:31:21.2576969Z 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-11-23T01:31:21.2578182Z 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-11-23T01:31:21.2579077Z 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-11-23T01:31:21.2580228Z 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-11-23T01:31:21.2581446Z 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-11-23T01:31:21.2582571Z 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-11-23T01:31:21.2583773Z 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-11-23T01:31:21.2584957Z 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-11-23T01:31:21.2585874Z 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-11-23T01:31:21.2587106Z 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-11-23T01:31:21.2588303Z 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-11-23T01:31:21.2589367Z 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-11-23T01:31:21.2590372Z 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-11-23T01:31:21.2591854Z 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-11-23T01:31:21.2592938Z 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-11-23T01:31:21.2593991Z 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-11-23T01:31:21.2595800Z 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-11-23T01:31:21.2596403Z 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-11-23T01:31:21.2597370Z 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-11-23T01:31:21.2598446Z 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-11-23T01:31:21.2599755Z 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-11-23T01:31:21.2600972Z 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-11-23T01:31:21.2602080Z 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-11-23T01:31:21.2603207Z 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-11-23T01:31:21.2605134Z 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-11-23T01:31:21.2606033Z 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-11-23T01:31:21.2607286Z 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-11-23T01:31:21.2608489Z 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-11-23T01:31:21.2609745Z 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-11-23T01:31:21.2610757Z 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-11-23T01:31:21.2611895Z 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-11-23T01:31:21.2613074Z 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-11-23T01:31:21.2614292Z 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-11-23T01:31:21.2615309Z 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-11-23T01:31:21.2617195Z 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-11-23T01:31:21.2618331Z 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-11-23T01:31:21.2619495Z 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-11-23T01:31:21.2620720Z 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-11-23T01:31:21.2621833Z 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-11-23T01:31:21.2623014Z 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-11-23T01:31:21.2624303Z 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-11-23T01:31:21.2625264Z 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-11-23T01:31:21.2626487Z 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-11-23T01:31:21.2627627Z 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-11-23T01:31:21.2628605Z 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-11-23T01:31:21.2629924Z 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-11-23T01:31:21.2630930Z 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-11-23T01:31:21.2632060Z 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-11-23T01:31:21.2633200Z 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-11-23T01:31:21.2634348Z 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-11-23T01:31:21.2635521Z 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-11-23T01:31:21.2637060Z 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-11-23T01:31:21.2638153Z 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-11-23T01:31:21.2639246Z 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-11-23T01:31:21.2640550Z 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-11-23T01:31:21.2641551Z 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-11-23T01:31:21.2642896Z 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-11-23T01:31:21.2643979Z 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-11-23T01:31:21.2645153Z 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-11-23T01:31:21.2646368Z 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-11-23T01:31:21.2647456Z 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-11-23T01:31:21.2648622Z 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-11-23T01:31:21.2649676Z 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-11-23T01:31:21.2651087Z 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-11-23T01:31:21.2652056Z 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-11-23T01:31:21.2653361Z 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-11-23T01:31:21.2654444Z 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-11-23T01:31:21.2655632Z 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-11-23T01:31:21.2656607Z 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-11-23T01:31:21.2657836Z 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-11-23T01:31:21.2659098Z 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-11-23T01:31:21.2660558Z 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-11-23T01:31:21.2661842Z 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-11-23T01:31:21.2662766Z 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-11-23T01:31:21.2664130Z 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-11-23T01:31:21.2665075Z 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-11-23T01:31:21.2666184Z 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-11-23T01:31:21.2667275Z 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-11-23T01:31:21.2668277Z 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-11-23T01:31:21.2669563Z 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-11-23T01:31:21.2670679Z 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-11-23T01:31:21.2671701Z 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-11-23T01:31:21.2673007Z 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-11-23T01:31:21.2674170Z 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-11-23T01:31:21.2675252Z 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-11-23T01:31:21.2676443Z 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-11-23T01:31:21.2677502Z 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-11-23T01:31:21.2678688Z 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-11-23T01:31:21.2680020Z 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-11-23T01:31:21.2680994Z 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-11-23T01:31:21.2682378Z 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-11-23T01:31:21.2683412Z 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-11-23T01:31:21.2684208Z 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-11-23T01:31:21.2689997Z 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-11-23T01:31:21.2690452Z 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-11-23T01:31:21.2690966Z 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-11-23T01:31:21.2691345Z 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-11-23T01:31:21.2691887Z 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-11-23T01:31:21.2692189Z 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-11-23T01:31:21.2692557Z 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-11-23T01:31:21.2693038Z 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-11-23T01:31:21.2693409Z 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-11-23T01:31:21.2693962Z 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-11-23T01:31:21.2694855Z 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-11-23T01:31:21.2695507Z 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-11-23T01:31:21.2697094Z 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-11-23T01:31:21.2698104Z 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-11-23T01:31:21.2699209Z 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-11-23T01:31:21.2700267Z 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-11-23T01:31:21.2701465Z 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-11-23T01:31:21.2702470Z 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-11-23T01:31:21.2703784Z 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-11-23T01:31:21.2704884Z 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-11-23T01:31:21.2706091Z 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-11-23T01:31:21.2707154Z 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-11-23T01:31:21.2708475Z 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-11-23T01:31:21.2709568Z 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-11-23T01:31:21.2710519Z 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-11-23T01:31:21.2711626Z 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-11-23T01:31:21.2712903Z 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-11-23T01:31:21.2714320Z 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-11-23T01:31:21.2715293Z 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-11-23T01:31:21.2716455Z 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-11-23T01:31:21.2717765Z 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-11-23T01:31:21.2718714Z 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-11-23T01:31:21.2719689Z 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-11-23T01:31:21.2721021Z 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-11-23T01:31:21.2722369Z 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-11-23T01:31:21.2723449Z 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-11-23T01:31:21.2724621Z 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-11-23T01:31:21.2725706Z 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-11-23T01:31:21.2726787Z 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-11-23T01:31:21.2728260Z 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-11-23T01:31:21.2729255Z 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-11-23T01:31:21.2730329Z 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-11-23T01:31:21.2731606Z 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-11-23T01:31:21.2732765Z 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-11-23T01:31:21.2747414Z 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-11-23T01:31:21.2749235Z 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-11-23T01:31:21.2749961Z 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-11-23T01:31:21.2750551Z 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-11-23T01:31:21.2751113Z 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-11-23T01:31:21.2751697Z 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-11-23T01:31:21.2752394Z 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-11-23T01:31:21.2752972Z 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-11-23T01:31:21.2753551Z 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-11-23T01:31:21.2754103Z 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-11-23T01:31:21.2754665Z 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-11-23T01:31:21.2755352Z 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-11-23T01:31:21.2755949Z 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-11-23T01:31:21.2756502Z 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-11-23T01:31:21.2757192Z 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-11-23T01:31:21.2757778Z 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-11-23T01:31:21.2758346Z 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-11-23T01:31:21.2758871Z 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-11-23T01:31:21.2759528Z 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-11-23T01:31:21.2760090Z 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-11-23T01:31:21.2760628Z 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-11-23T01:31:21.2761181Z 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-11-23T01:31:21.2762113Z 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-11-23T01:31:21.2762767Z 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-11-23T01:31:21.2763163Z 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-11-23T01:31:21.2763580Z 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-11-23T01:31:21.2764035Z 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-11-23T01:31:21.2765153Z 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-11-23T01:31:21.2765651Z 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-11-23T01:31:21.2766350Z 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-11-23T01:31:21.2767229Z 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-11-23T01:31:21.2768026Z 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-11-23T01:31:21.2768910Z 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-11-23T01:31:21.2769769Z 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-11-23T01:31:21.2770551Z 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-11-23T01:31:21.2771892Z 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-11-23T01:31:21.2772559Z 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-11-23T01:31:21.2773513Z 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-11-23T01:31:21.2775358Z 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-11-23T01:31:21.2775937Z 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-11-23T01:31:21.2776461Z 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-11-23T01:31:21.2777034Z 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-11-23T01:31:21.2778008Z 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-11-23T01:31:21.2778833Z 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-11-23T01:31:21.2779781Z 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-11-23T01:31:21.2780907Z 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-11-23T01:31:21.2782153Z 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-11-23T01:31:21.2783130Z 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-11-23T01:31:21.2783973Z 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-11-23T01:31:21.2784969Z 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-11-23T01:31:21.2786987Z 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-11-23T01:31:21.2787396Z 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-11-23T01:31:21.2788235Z 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-11-23T01:31:21.2789188Z 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-11-23T01:31:21.2790191Z 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-11-23T01:31:21.2791538Z 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-11-23T01:31:21.2792196Z 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-11-23T01:31:21.2793522Z 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-11-23T01:31:21.2794548Z 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-11-23T01:31:21.2795357Z 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-11-23T01:31:21.2796644Z 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-11-23T01:31:21.2797486Z 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-11-23T01:31:21.2798452Z 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-11-23T01:31:21.2799380Z 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-11-23T01:31:21.2800274Z 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-11-23T01:31:21.2801163Z 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-11-23T01:31:21.2802299Z 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-11-23T01:31:21.2803489Z 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-11-23T01:31:21.2804187Z 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-11-23T01:31:21.2805303Z 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-11-23T01:31:21.2806698Z 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-11-23T01:31:21.2807419Z 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-11-23T01:31:21.2808406Z 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-11-23T01:31:21.2809451Z 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-11-23T01:31:21.2810444Z 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-11-23T01:31:21.2811458Z 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-11-23T01:31:21.2812472Z 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-11-23T01:31:21.2813358Z 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-11-23T01:31:21.2814298Z 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-11-23T01:31:21.2815111Z 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-11-23T01:31:21.2816110Z 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-11-23T01:31:21.2816930Z 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-11-23T01:31:21.2818132Z 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-11-23T01:31:21.2819127Z 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-11-23T01:31:21.2820199Z 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-11-23T01:31:21.2821128Z 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-11-23T01:31:21.2822366Z 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-11-23T01:31:21.2823465Z 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-11-23T01:31:21.2824395Z 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-11-23T01:31:21.2825929Z 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-11-23T01:31:21.2826878Z 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-11-23T01:31:21.2827965Z 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-11-23T01:31:21.2829627Z 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-11-23T01:31:21.2830217Z 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-11-23T01:31:21.2831024Z 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-11-23T01:31:21.2833006Z 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-11-23T01:31:21.2833634Z 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-11-23T01:31:21.2834403Z 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-11-23T01:31:21.2835100Z 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-11-23T01:31:21.2835950Z 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-11-23T01:31:21.2837656Z 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-11-23T01:31:21.2839370Z 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-11-23T01:31:21.2839905Z 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-11-23T01:31:21.2840293Z 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-11-23T01:31:21.2840758Z 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-11-23T01:31:21.2842102Z 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-11-23T01:31:21.2842640Z 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-11-23T01:31:21.2843902Z 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-11-23T01:31:21.2844799Z 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-11-23T01:31:21.2845721Z 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-11-23T01:31:21.2846633Z 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-11-23T01:31:21.2847712Z 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-11-23T01:31:21.2848629Z 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-11-23T01:31:21.2849495Z 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-11-23T01:31:21.2850841Z 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-11-23T01:31:21.2851563Z 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-11-23T01:31:21.2852483Z 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-11-23T01:31:21.2853458Z 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-11-23T01:31:21.2854412Z 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-11-23T01:31:21.2855156Z 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-11-23T01:31:21.2856087Z 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-11-23T01:31:21.2856898Z 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-11-23T01:31:21.2858062Z 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-11-23T01:31:21.2858889Z 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-11-23T01:31:21.2859546Z 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-11-23T01:31:21.2860452Z 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-11-23T01:31:21.2861230Z 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-11-23T01:31:21.2862417Z 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-11-23T01:31:21.2863125Z 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-11-23T01:31:21.2863911Z 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-11-23T01:31:21.2864797Z 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-11-23T01:31:21.2865794Z 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-11-23T01:31:21.2866519Z 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-11-23T01:31:21.2867358Z 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-11-23T01:31:21.2868356Z 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-11-23T01:31:21.2869260Z 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-11-23T01:31:21.2870073Z 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-11-23T01:31:21.2870944Z 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-11-23T01:31:21.2871847Z 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-11-23T01:31:21.2872808Z 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-11-23T01:31:21.2873805Z 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-11-23T01:31:21.2874493Z 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-11-23T01:31:21.2875431Z 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-11-23T01:31:21.2876155Z 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-11-23T01:31:21.2877175Z 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-11-23T01:31:21.2877959Z 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-11-23T01:31:21.2878848Z 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-11-23T01:31:21.2879878Z 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-11-23T01:31:21.2880513Z 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-11-23T01:31:21.2881472Z 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-11-23T01:31:21.2882371Z 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-11-23T01:31:21.2883366Z 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-11-23T01:31:21.2884353Z 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-11-23T01:31:21.2885594Z 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-11-23T01:31:21.2886445Z 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-11-23T01:31:21.2887389Z 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-11-23T01:31:21.2888315Z 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-11-23T01:31:21.2889288Z 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-11-23T01:31:21.2890120Z 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-11-23T01:31:21.2890986Z 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-11-23T01:31:21.2892068Z 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-11-23T01:31:21.2892730Z 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-11-23T01:31:21.2893646Z 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-11-23T01:31:21.2894422Z 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-11-23T01:31:21.2895449Z 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-11-23T01:31:21.2896226Z 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-11-23T01:31:21.2897057Z 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-11-23T01:31:21.2897993Z 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-11-23T01:31:21.2898958Z 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-11-23T01:31:21.2899746Z 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-11-23T01:31:21.2900549Z 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-11-23T01:31:21.2901454Z 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-11-23T01:31:21.2902243Z 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-11-23T01:31:21.2903171Z 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-11-23T01:31:21.2904067Z 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-11-23T01:31:21.2904930Z 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-11-23T01:31:21.2905768Z 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-11-23T01:31:21.2906666Z 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-11-23T01:31:21.2907621Z 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-11-23T01:31:21.2908395Z 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-11-23T01:31:21.2909231Z 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-11-23T01:31:21.2910176Z 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-11-23T01:31:21.2910933Z 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-11-23T01:31:21.2912094Z 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-11-23T01:31:21.2912788Z 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-11-23T01:31:21.2913766Z 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-11-23T01:31:21.2914866Z 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-11-23T01:31:21.2915440Z 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-11-23T01:31:21.2916366Z 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-11-23T01:31:21.2917120Z 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-11-23T01:31:21.2918149Z 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-11-23T01:31:21.2919076Z 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-11-23T01:31:21.2919897Z 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-11-23T01:31:21.2920767Z 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-11-23T01:31:21.2921540Z 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-11-23T01:31:21.2922615Z 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-11-23T01:31:21.2924185Z 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-11-23T01:31:21.2924913Z 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-11-23T01:31:21.2925884Z 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-11-23T01:31:21.2926756Z 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-11-23T01:31:21.2927631Z 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-11-23T01:31:21.2928523Z 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-11-23T01:31:21.2929426Z 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-11-23T01:31:21.2930237Z 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-11-23T01:31:21.2931078Z 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-11-23T01:31:21.2932003Z 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-11-23T01:31:21.2932918Z 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-11-23T01:31:21.2933691Z 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-11-23T01:31:21.2934725Z 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-11-23T01:31:21.2935457Z 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-11-23T01:31:21.2936314Z 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-11-23T01:31:21.2937184Z 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-11-23T01:31:21.2938048Z 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-11-23T01:31:21.2938906Z 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-11-23T01:31:21.2939645Z 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-11-23T01:31:21.2941360Z 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-11-23T01:31:21.2941669Z 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-11-23T01:31:21.2943037Z 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-11-23T01:31:21.2943923Z 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-11-23T01:31:21.2945192Z 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-11-23T01:31:21.2946629Z 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-11-23T01:31:21.2946960Z 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-11-23T01:31:21.2948099Z 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-11-23T01:31:21.2949340Z 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-11-23T01:31:21.2950172Z 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-11-23T01:31:21.2950692Z 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-11-23T01:31:21.2951685Z 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-11-23T01:31:21.2953032Z 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-11-23T01:31:21.2953629Z 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-11-23T01:31:21.2954752Z 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-11-23T01:31:21.2955724Z 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-11-23T01:31:21.2956506Z 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-11-23T01:31:21.2957481Z 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-11-23T01:31:21.2957898Z 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-11-23T01:31:21.2959674Z 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-11-23T01:31:21.2960495Z 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-11-23T01:31:21.2961491Z 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-11-23T01:31:21.2962340Z 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-11-23T01:31:21.2963468Z 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-11-23T01:31:21.2964503Z 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-11-23T01:31:21.2965534Z 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-11-23T01:31:21.2966330Z 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-11-23T01:31:21.2967133Z 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-11-23T01:31:21.2968291Z 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-11-23T01:31:21.2969263Z 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-11-23T01:31:21.2970299Z 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-11-23T01:31:21.2971478Z 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-11-23T01:31:21.2972522Z 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-11-23T01:31:21.2973412Z 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-11-23T01:31:21.2974189Z 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-11-23T01:31:21.2975048Z 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-11-23T01:31:21.2975861Z 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-11-23T01:31:21.2976829Z 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-11-23T01:31:21.2977734Z 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-11-23T01:31:21.2978744Z 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-11-23T01:31:21.2979675Z 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-11-23T01:31:21.2980546Z 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-11-23T01:31:21.2981435Z 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-11-23T01:31:21.2982310Z 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-11-23T01:31:21.2983015Z 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-11-23T01:31:21.2984191Z 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-11-23T01:31:21.2984949Z 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-11-23T01:31:21.2985770Z 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-11-23T01:31:21.2986539Z 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-11-23T01:31:21.2988226Z 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-11-23T01:31:21.2988737Z 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-11-23T01:31:21.2989570Z 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-11-23T01:31:21.2990558Z 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-11-23T01:31:21.2991408Z 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-11-23T01:31:21.2992306Z 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-11-23T01:31:21.2993198Z 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-11-23T01:31:21.2994163Z 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-11-23T01:31:21.2994990Z 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-11-23T01:31:21.2995805Z 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-11-23T01:31:21.2996726Z 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-11-23T01:31:21.2997633Z 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-11-23T01:31:21.2998476Z 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-11-23T01:31:21.2999719Z 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-11-23T01:31:21.3000583Z 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-11-23T01:31:21.3001243Z 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-11-23T01:31:21.3002321Z 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-11-23T01:31:21.3004035Z 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-11-23T01:31:21.3004811Z 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-11-23T01:31:21.3005585Z 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-11-23T01:31:21.3006512Z 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-11-23T01:31:21.3007730Z 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-11-23T01:31:21.3008464Z 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-11-23T01:31:21.3009886Z 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-11-23T01:31:21.3010669Z 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-11-23T01:31:21.3011526Z 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-11-23T01:31:21.3013271Z 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-11-23T01:31:21.3013824Z 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-11-23T01:31:21.3014837Z 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-11-23T01:31:21.3015542Z 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-11-23T01:31:21.3016542Z 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-11-23T01:31:21.3017571Z 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-11-23T01:31:21.3018505Z 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-11-23T01:31:21.3019175Z 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-11-23T01:31:21.3020427Z 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-11-23T01:31:21.3021336Z 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-11-23T01:31:21.3022151Z 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-11-23T01:31:21.3023007Z 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-11-23T01:31:21.3024044Z 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-11-23T01:31:21.3025074Z 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-11-23T01:31:21.3026013Z 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-11-23T01:31:21.3026801Z 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-11-23T01:31:21.3028464Z 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-11-23T01:31:21.3028941Z 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-11-23T01:31:21.3029887Z 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-11-23T01:31:21.3030754Z 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-11-23T01:31:21.3031514Z 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-11-23T01:31:21.3032637Z 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-11-23T01:31:21.3033535Z 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-11-23T01:31:21.3034314Z 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-11-23T01:31:21.3035279Z 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-11-23T01:31:21.3036697Z 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-11-23T01:31:21.3037411Z 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-11-23T01:31:21.3038533Z 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-11-23T01:31:21.3039321Z 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-11-23T01:31:21.3040508Z 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-11-23T01:31:21.3041408Z 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-11-23T01:31:21.3042678Z 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-11-23T01:31:21.3043967Z 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-11-23T01:31:21.3044862Z 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-11-23T01:31:21.3045442Z 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-11-23T01:31:21.3046436Z 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-11-23T01:31:21.3048029Z 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-11-23T01:31:21.3048789Z 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-11-23T01:31:21.3049558Z 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-11-23T01:31:21.3051415Z 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-11-23T01:31:21.3051741Z 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-11-23T01:31:21.3052278Z 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-11-23T01:31:21.3053991Z 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-11-23T01:31:21.3054674Z 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-11-23T01:31:21.3055303Z 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-11-23T01:31:21.3056080Z 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-11-23T01:31:21.3056885Z 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-11-23T01:31:21.3057954Z 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-11-23T01:31:21.3058936Z 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-11-23T01:31:21.3060026Z 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-11-23T01:31:21.3061109Z 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-11-23T01:31:21.3061835Z 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-11-23T01:31:21.3062919Z 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-11-23T01:31:21.3063694Z 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-11-23T01:31:21.3064784Z 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-11-23T01:31:21.3066041Z 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-11-23T01:31:21.3066828Z 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-11-23T01:31:21.3067626Z 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-11-23T01:31:21.3068776Z 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-11-23T01:31:21.3069857Z 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-11-23T01:31:21.3070938Z 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-11-23T01:31:21.3071694Z 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-11-23T01:31:21.3072779Z 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-11-23T01:31:21.3073891Z 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-11-23T01:31:21.3074658Z 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-11-23T01:31:21.3075464Z 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-11-23T01:31:21.3076842Z 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-11-23T01:31:21.3077703Z 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-11-23T01:31:21.3078347Z 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-11-23T01:31:21.3080140Z 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-11-23T01:31:21.3080585Z 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-11-23T01:31:21.3081565Z 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-11-23T01:31:21.3082333Z 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-11-23T01:31:21.3084215Z 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-11-23T01:31:21.3084765Z 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-11-23T01:31:21.3086093Z 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-11-23T01:31:21.3086668Z 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-11-23T01:31:21.3087729Z 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-11-23T01:31:21.3089177Z 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-11-23T01:31:21.3089846Z 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-11-23T01:31:21.3090826Z 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-11-23T01:31:21.3091431Z 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-11-23T01:31:21.3093096Z 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-11-23T01:31:21.3093553Z 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-11-23T01:31:21.3094948Z 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-11-23T01:31:21.3096216Z 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-11-23T01:31:21.3097285Z 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-11-23T01:31:21.3098351Z 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-11-23T01:31:21.3099644Z 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-11-23T01:31:21.3100728Z 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-11-23T01:31:21.3101835Z 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-11-23T01:31:21.3103164Z 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-11-23T01:31:21.3104155Z 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-11-23T01:31:21.3105142Z 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-11-23T01:31:21.3106504Z 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-11-23T01:31:21.3107565Z 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-11-23T01:31:21.3108880Z 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-11-23T01:31:21.3109905Z 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-11-23T01:31:21.3111054Z 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-11-23T01:31:21.3112224Z 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-11-23T01:31:21.3113601Z 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-11-23T01:31:21.3114641Z 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-11-23T01:31:21.3115780Z 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-11-23T01:31:21.3117000Z 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-11-23T01:31:21.3118118Z 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-11-23T01:31:21.3119223Z 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-11-23T01:31:21.3120396Z 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-11-23T01:31:21.3121522Z 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-11-23T01:31:21.3122817Z 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-11-23T01:31:21.3124086Z 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-11-23T01:31:21.3125181Z 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-11-23T01:31:21.3126227Z 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-11-23T01:31:21.3127430Z 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-11-23T01:31:21.3128916Z 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-11-23T01:31:21.3130023Z 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-11-23T01:31:21.3131760Z 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-11-23T01:31:21.3132335Z 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-11-23T01:31:21.3133404Z 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-11-23T01:31:21.3134666Z 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-11-23T01:31:21.3136319Z 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-11-23T01:31:21.3137493Z 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-11-23T01:31:21.3138655Z 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-11-23T01:31:21.3139757Z 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-11-23T01:31:21.3140912Z 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-11-23T01:31:21.3141900Z 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-11-23T01:31:21.3143387Z 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-11-23T01:31:21.3144522Z 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-11-23T01:31:21.3145597Z 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-11-23T01:31:21.3146723Z 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-11-23T01:31:21.3147776Z 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-11-23T01:31:21.3149053Z 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-11-23T01:31:21.3150124Z 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-11-23T01:31:21.3151107Z 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-11-23T01:31:21.3152417Z 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-11-23T01:31:21.3153879Z 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-11-23T01:31:21.3154837Z 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-11-23T01:31:21.3156072Z 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-11-23T01:31:21.3157664Z 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-11-23T01:31:21.3158654Z 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-11-23T01:31:21.3159951Z 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-11-23T01:31:21.3160948Z 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-11-23T01:31:21.3162215Z 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-11-23T01:31:21.3163319Z 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-11-23T01:31:21.3164600Z 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-11-23T01:31:21.3165814Z 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-11-23T01:31:21.3167636Z 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-11-23T01:31:21.3168400Z 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-11-23T01:31:21.3169204Z 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-11-23T01:31:21.3170343Z 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-11-23T01:31:21.3171319Z 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-11-23T01:31:21.3172745Z 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-11-23T01:31:21.3173971Z 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-11-23T01:31:21.3174890Z 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-11-23T01:31:21.3176150Z 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-11-23T01:31:21.3177240Z 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-11-23T01:31:21.3178423Z 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-11-23T01:31:21.3179424Z 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-11-23T01:31:21.3180573Z 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-11-23T01:31:21.3181767Z 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-11-23T01:31:21.3183012Z 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-11-23T01:31:21.3184070Z 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-11-23T01:31:21.3185363Z 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-11-23T01:31:21.3186262Z 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-11-23T01:31:21.3187395Z 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-11-23T01:31:21.3188473Z 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-11-23T01:31:21.3189680Z 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-11-23T01:31:21.3190763Z 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-11-23T01:31:21.3191915Z 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-11-23T01:31:21.3193393Z 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-11-23T01:31:21.3194410Z 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-11-23T01:31:21.3195430Z 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-11-23T01:31:21.3196697Z 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-11-23T01:31:21.3197794Z 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-11-23T01:31:21.3198984Z 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-11-23T01:31:21.3200077Z 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-11-23T01:31:21.3201152Z 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-11-23T01:31:21.3202599Z 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-11-23T01:31:21.3204149Z 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-11-23T01:31:21.3204842Z 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-11-23T01:31:21.3205745Z 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-11-23T01:31:21.3207638Z 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-11-23T01:31:21.3208016Z 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-11-23T01:31:21.3208690Z 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-11-23T01:31:21.3210801Z 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-11-23T01:31:21.3211306Z 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-11-23T01:31:21.3212649Z 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-11-23T01:31:21.3213520Z 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-11-23T01:31:21.3214388Z 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-11-23T01:31:21.3215386Z 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-11-23T01:31:21.3216388Z 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-11-23T01:31:21.3217314Z 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-11-23T01:31:21.3218181Z 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-11-23T01:31:21.3219084Z 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-11-23T01:31:21.3219978Z 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-11-23T01:31:21.3221024Z 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-11-23T01:31:21.3221837Z 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-11-23T01:31:21.3222694Z 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-11-23T01:31:21.3223638Z 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-11-23T01:31:21.3224617Z 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-11-23T01:31:21.3225276Z 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-11-23T01:31:21.3226235Z 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-11-23T01:31:21.3227466Z 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-11-23T01:31:21.3228110Z 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-11-23T01:31:21.3229221Z 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-11-23T01:31:21.3229851Z 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-11-23T01:31:21.3231131Z 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-11-23T01:31:21.3231862Z 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-11-23T01:31:21.3232842Z 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-11-23T01:31:21.3233591Z 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-11-23T01:31:21.3235017Z 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-11-23T01:31:21.3236026Z 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-11-23T01:31:21.3236858Z 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-11-23T01:31:21.3238135Z 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-11-23T01:31:21.3238826Z 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-11-23T01:31:21.3239741Z 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-11-23T01:31:21.3240642Z 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-11-23T01:31:21.3242134Z 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-11-23T01:31:21.3242965Z 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-11-23T01:31:21.3244376Z 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-11-23T01:31:21.3245403Z 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-11-23T01:31:21.3246334Z 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-11-23T01:31:21.3247511Z 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-11-23T01:31:21.3248357Z 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-11-23T01:31:21.3249527Z 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-11-23T01:31:21.3250246Z 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-11-23T01:31:21.3251104Z 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-11-23T01:31:21.3251975Z 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-11-23T01:31:21.3252905Z 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-11-23T01:31:21.3253657Z 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-11-23T01:31:21.3254689Z 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-11-23T01:31:21.3255689Z 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-11-23T01:31:21.3256582Z 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-11-23T01:31:21.3257366Z 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-11-23T01:31:21.3258261Z 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-11-23T01:31:21.3259234Z 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-11-23T01:31:21.3260256Z 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-11-23T01:31:21.3261417Z 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-11-23T01:31:21.3262145Z 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-11-23T01:31:21.3263035Z 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-11-23T01:31:21.3264149Z 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-11-23T01:31:21.3265019Z 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-11-23T01:31:21.3265848Z 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-11-23T01:31:21.3266780Z 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-11-23T01:31:21.3267803Z 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-11-23T01:31:21.3268494Z 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-11-23T01:31:21.3269888Z 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-11-23T01:31:21.3270487Z 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-11-23T01:31:21.3272117Z 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-11-23T01:31:21.3273052Z 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-11-23T01:31:21.3273785Z 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-11-23T01:31:21.3274760Z 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-11-23T01:31:21.3275843Z 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-11-23T01:31:21.3276905Z 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-11-23T01:31:21.3277784Z 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-11-23T01:31:21.3278569Z 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-11-23T01:31:21.3279395Z 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-11-23T01:31:21.3280345Z 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-11-23T01:31:21.3281343Z 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-11-23T01:31:21.3282650Z 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-11-23T01:31:21.3283577Z 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-11-23T01:31:21.3284337Z 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-11-23T01:31:21.3285241Z 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-11-23T01:31:21.3286064Z 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-11-23T01:31:21.3287369Z 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-11-23T01:31:21.3288261Z 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-11-23T01:31:21.3289377Z 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-11-23T01:31:21.3290281Z 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-11-23T01:31:21.3291081Z 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-11-23T01:31:21.3291949Z 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-11-23T01:31:21.3292862Z 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-11-23T01:31:21.3294015Z 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-11-23T01:31:21.3294825Z 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-11-23T01:31:21.3295750Z 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-11-23T01:31:21.3296769Z 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-11-23T01:31:21.3297645Z 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-11-23T01:31:21.3298565Z 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-11-23T01:31:21.3299360Z 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-11-23T01:31:21.3300478Z 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-11-23T01:31:21.3301244Z 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-11-23T01:31:21.3302139Z 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-11-23T01:31:21.3303004Z 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-11-23T01:31:21.3304230Z 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-11-23T01:31:21.3305170Z 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-11-23T01:31:21.3306208Z 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-11-23T01:31:21.3307089Z 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-11-23T01:31:21.3308018Z 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-11-23T01:31:21.3308970Z 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-11-23T01:31:21.3309668Z 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-11-23T01:31:21.3310694Z 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-11-23T01:31:21.3311602Z 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-11-23T01:31:21.3312341Z 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-11-23T01:31:21.3313410Z 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-11-23T01:31:21.3314251Z 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-11-23T01:31:21.3315133Z 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-11-23T01:31:21.3316500Z 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-11-23T01:31:21.3317066Z 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-11-23T01:31:21.3318201Z 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-11-23T01:31:21.3319466Z 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-11-23T01:31:21.3320252Z 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-11-23T01:31:21.3321094Z 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-11-23T01:31:21.3322278Z 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-11-23T01:31:21.3323223Z 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-11-23T01:31:21.3324072Z 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-11-23T01:31:21.3325004Z 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-11-23T01:31:21.3326036Z 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-11-23T01:31:21.3326682Z 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-11-23T01:31:21.3328521Z 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-11-23T01:31:21.3328808Z 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-11-23T01:31:21.3330071Z 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-11-23T01:31:21.3330715Z 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-11-23T01:31:21.3331800Z 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-11-23T01:31:21.3333125Z 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-11-23T01:31:21.3334088Z 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-11-23T01:31:21.3335019Z 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-11-23T01:31:21.3335900Z 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-11-23T01:31:21.3336969Z 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-11-23T01:31:21.3338393Z 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-11-23T01:31:21.3339033Z 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-11-23T01:31:21.3339791Z 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-11-23T01:31:21.3340713Z 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-11-23T01:31:21.3342427Z 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-11-23T01:31:21.3342813Z 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-11-23T01:31:21.3345021Z 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-11-23T01:31:21.3345607Z 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-11-23T01:31:21.3346171Z 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-11-23T01:31:21.3346888Z 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-11-23T01:31:21.3347749Z 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-11-23T01:31:21.3348451Z 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-11-23T01:31:21.3349427Z 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-11-23T01:31:21.3350028Z 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-11-23T01:31:21.3351872Z 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-11-23T01:31:21.3352451Z 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-11-23T01:31:21.3352954Z 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-11-23T01:31:21.3353803Z 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-11-23T01:31:21.3355321Z 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-11-23T01:31:21.3355903Z 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-11-23T01:31:21.3357040Z 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-11-23T01:31:21.3357827Z 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-11-23T01:31:21.3358822Z 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-11-23T01:31:21.3359608Z 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-11-23T01:31:21.3360977Z 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-11-23T01:31:21.3361421Z 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-11-23T01:31:21.3363034Z 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-11-23T01:31:21.3363645Z 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-11-23T01:31:21.3364631Z 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-11-23T01:31:21.3365569Z 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-11-23T01:31:21.3366636Z 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-11-23T01:31:21.3367441Z 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-11-23T01:31:21.3368516Z 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-11-23T01:31:21.3369394Z 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-11-23T01:31:21.3370540Z 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-11-23T01:31:21.3371370Z 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-11-23T01:31:21.3372278Z 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-11-23T01:31:21.3373237Z 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-11-23T01:31:21.3374208Z 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-11-23T01:31:21.3375202Z 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-11-23T01:31:21.3376226Z 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-11-23T01:31:21.3377137Z 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-11-23T01:31:21.3378155Z 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-11-23T01:31:21.3379009Z 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-11-23T01:31:21.3379942Z 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-11-23T01:31:21.3380856Z 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-11-23T01:31:21.3381936Z 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-11-23T01:31:21.3382771Z 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-11-23T01:31:21.3383698Z 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-11-23T01:31:21.3384605Z 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-11-23T01:31:21.3385574Z 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-11-23T01:31:21.3386534Z 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-11-23T01:31:21.3387648Z 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-11-23T01:31:21.3388408Z 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-11-23T01:31:21.3389355Z 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-11-23T01:31:21.3390193Z 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-11-23T01:31:21.3391271Z 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-11-23T01:31:21.3392341Z 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-11-23T01:31:21.3393202Z 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-11-23T01:31:21.3394601Z 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-11-23T01:31:21.3395325Z 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-11-23T01:31:21.3396174Z 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-11-23T01:31:21.3396967Z 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-11-23T01:31:21.3397998Z 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-11-23T01:31:21.3398954Z 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-11-23T01:31:21.3399762Z 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-11-23T01:31:21.3400795Z 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-11-23T01:31:21.3401742Z 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-11-23T01:31:21.3402998Z 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-11-23T01:31:21.3404583Z 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-11-23T01:31:21.3405396Z 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-11-23T01:31:21.3405984Z 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-11-23T01:31:21.3406780Z 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-11-23T01:31:21.3408171Z 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-11-23T01:31:21.3408964Z 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-11-23T01:31:21.3409933Z 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-11-23T01:31:21.3410713Z 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-11-23T01:31:21.3411568Z 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-11-23T01:31:21.3412424Z 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-11-23T01:31:21.3413521Z 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-11-23T01:31:21.3414437Z 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-11-23T01:31:21.3415150Z 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-11-23T01:31:21.3416118Z 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-11-23T01:31:21.3416887Z 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-11-23T01:31:21.3417979Z 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-11-23T01:31:21.3418620Z 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-11-23T01:31:21.3419573Z 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-11-23T01:31:21.3420398Z 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-11-23T01:31:21.3421436Z 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-11-23T01:31:21.3422082Z 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-11-23T01:31:21.3423137Z 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-11-23T01:31:21.3423910Z 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-11-23T01:31:21.3425014Z 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-11-23T01:31:21.3425710Z 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-11-23T01:31:21.3426608Z 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-11-23T01:31:21.3427394Z 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-11-23T01:31:21.3428361Z 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-11-23T01:31:21.3429096Z 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-11-23T01:31:21.3430075Z 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-11-23T01:31:21.3430916Z 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-11-23T01:31:21.3431825Z 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-11-23T01:31:21.3432589Z 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-11-23T01:31:21.3433526Z 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-11-23T01:31:21.3434387Z 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-11-23T01:31:21.3435286Z 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-11-23T01:31:21.3436048Z 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-11-23T01:31:21.3436996Z 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-11-23T01:31:21.3437891Z 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-11-23T01:31:21.3438794Z 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-11-23T01:31:21.3439528Z 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-11-23T01:31:21.3440548Z 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-11-23T01:31:21.3441238Z 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-11-23T01:31:21.3442399Z 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-11-23T01:31:21.3443240Z 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-11-23T01:31:21.3443935Z 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-11-23T01:31:21.3445116Z 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-11-23T01:31:21.3445753Z 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-11-23T01:31:21.3446741Z 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-11-23T01:31:21.3447625Z 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-11-23T01:31:21.3448595Z 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-11-23T01:31:21.3449361Z 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-11-23T01:31:21.3450326Z 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-11-23T01:31:21.3451116Z 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-11-23T01:31:21.3452474Z 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-11-23T01:31:21.3453340Z 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-11-23T01:31:21.3454363Z 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-11-23T01:31:21.3455114Z 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-11-23T01:31:21.3456361Z 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-11-23T01:31:21.3456955Z 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-11-23T01:31:21.3457976Z 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-11-23T01:31:21.3458725Z 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-11-23T01:31:21.3459738Z 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-11-23T01:31:21.3460486Z 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-11-23T01:31:21.3461513Z 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-11-23T01:31:21.3462390Z 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-11-23T01:31:21.3463384Z 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-11-23T01:31:21.3464151Z 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-11-23T01:31:21.3465157Z 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-11-23T01:31:21.3465969Z 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-11-23T01:31:21.3466826Z 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-11-23T01:31:21.3467580Z 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-11-23T01:31:21.3468500Z 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-11-23T01:31:21.3469539Z 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-11-23T01:31:21.3470214Z 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-11-23T01:31:21.3471098Z 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-11-23T01:31:21.3471895Z 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-11-23T01:31:21.3472794Z 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-11-23T01:31:21.3473564Z 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-11-23T01:31:21.3474372Z 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-11-23T01:31:21.3475312Z 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-11-23T01:31:21.3476134Z 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-11-23T01:31:21.3476979Z 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-11-23T01:31:21.3477984Z 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-11-23T01:31:21.3478623Z 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-11-23T01:31:21.3479522Z 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-11-23T01:31:21.3480391Z 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-11-23T01:31:21.3481163Z 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-11-23T01:31:21.3482271Z 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-11-23T01:31:21.3483508Z 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-11-23T01:31:21.3484162Z 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-11-23T01:31:21.3485107Z 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-11-23T01:31:21.3485930Z 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-11-23T01:31:21.3486903Z 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-11-23T01:31:21.3487816Z 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-11-23T01:31:21.3489762Z 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-11-23T01:31:21.3490316Z 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-11-23T01:31:21.3491020Z 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-11-23T01:31:21.3491920Z 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-11-23T01:31:21.3492894Z 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-11-23T01:31:21.3493694Z 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-11-23T01:31:21.3494850Z 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-11-23T01:31:21.3495499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.3496311Z 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-11-23T01:31:21.3497299Z 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-11-23T01:31:21.3498048Z 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-11-23T01:31:21.3499066Z 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-11-23T01:31:21.3500036Z 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-11-23T01:31:21.3500904Z 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-11-23T01:31:21.3501969Z 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-11-23T01:31:21.3502979Z 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-11-23T01:31:21.3503729Z 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-11-23T01:31:21.3504836Z 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-11-23T01:31:21.3505618Z 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-11-23T01:31:21.3506551Z 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-11-23T01:31:21.3507575Z 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-11-23T01:31:21.3508706Z 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-11-23T01:31:21.3509673Z 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-11-23T01:31:21.3511333Z 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-11-23T01:31:21.3512024Z 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-11-23T01:31:21.3512940Z 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-11-23T01:31:21.3513812Z 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-11-23T01:31:21.3515220Z 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-11-23T01:31:21.3516238Z 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-11-23T01:31:21.3517169Z 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-11-23T01:31:21.3518052Z 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-11-23T01:31:21.3519175Z 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-11-23T01:31:21.3520207Z 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-11-23T01:31:21.3521041Z 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-11-23T01:31:21.3522129Z 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-11-23T01:31:21.3523163Z 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-11-23T01:31:21.3524274Z 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-11-23T01:31:21.3525270Z 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-11-23T01:31:21.3525927Z 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-11-23T01:31:21.3527179Z 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-11-23T01:31:21.3527846Z 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-11-23T01:31:21.3528629Z 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-11-23T01:31:21.3529825Z 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-11-23T01:31:21.3531158Z 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-11-23T01:31:21.3531781Z 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-11-23T01:31:21.3532451Z 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-11-23T01:31:21.3533387Z 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-11-23T01:31:21.3534229Z 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-11-23T01:31:21.3535269Z 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-11-23T01:31:21.3536245Z 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-11-23T01:31:21.3537230Z 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-11-23T01:31:21.3538079Z 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-11-23T01:31:21.3539148Z 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-11-23T01:31:21.3539972Z 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-11-23T01:31:21.3541445Z 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-11-23T01:31:21.3542379Z 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-11-23T01:31:21.3543379Z 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-11-23T01:31:21.3543987Z 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-11-23T01:31:21.3545220Z 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-11-23T01:31:21.3546130Z 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-11-23T01:31:21.3547209Z 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-11-23T01:31:21.3548765Z 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-11-23T01:31:21.3549802Z 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-11-23T01:31:21.3550711Z 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-11-23T01:31:21.3552495Z 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-11-23T01:31:21.3553068Z 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-11-23T01:31:21.3553927Z 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-11-23T01:31:21.3554477Z 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-11-23T01:31:21.3555517Z 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-11-23T01:31:21.3556417Z 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-11-23T01:31:21.3557560Z 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-11-23T01:31:21.3559059Z 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-11-23T01:31:21.3560043Z 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-11-23T01:31:21.3560929Z 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-11-23T01:31:21.3561780Z 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-11-23T01:31:21.3562770Z 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-11-23T01:31:21.3564649Z 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-11-23T01:31:21.3565242Z 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-11-23T01:31:21.3566525Z 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-11-23T01:31:21.3567240Z 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-11-23T01:31:21.3567955Z 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-11-23T01:31:21.3569531Z 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-11-23T01:31:21.3570208Z 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-11-23T01:31:21.3571251Z 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-11-23T01:31:21.3572376Z 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-11-23T01:31:21.3573257Z 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-11-23T01:31:21.3574069Z 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-11-23T01:31:21.3575890Z 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-11-23T01:31:21.3576578Z 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-11-23T01:31:21.3577224Z 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-11-23T01:31:21.3577993Z 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-11-23T01:31:21.3579087Z 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-11-23T01:31:21.3580023Z 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-11-23T01:31:21.3580774Z 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-11-23T01:31:21.3582505Z 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-11-23T01:31:21.3582946Z 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-11-23T01:31:21.3584809Z 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-11-23T01:31:21.3585349Z 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-11-23T01:31:21.3585937Z 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-11-23T01:31:21.3586989Z 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-11-23T01:31:21.3587932Z 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-11-23T01:31:21.3588951Z 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-11-23T01:31:21.3590321Z 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-11-23T01:31:21.3591362Z 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-11-23T01:31:21.3592314Z 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-11-23T01:31:21.3593416Z 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-11-23T01:31:21.3594005Z 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-11-23T01:31:21.3595122Z 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-11-23T01:31:21.3596183Z 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-11-23T01:31:21.3596912Z 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-11-23T01:31:21.3597859Z 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-11-23T01:31:21.3598600Z 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-11-23T01:31:21.3599783Z 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-11-23T01:31:21.3600452Z 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-11-23T01:31:21.3601897Z 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-11-23T01:31:21.3602842Z 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-11-23T01:31:21.3603693Z 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-11-23T01:31:21.3605330Z 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-11-23T01:31:21.3605929Z 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-11-23T01:31:21.3606685Z 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-11-23T01:31:21.3607837Z 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-11-23T01:31:21.3608918Z 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-11-23T01:31:21.3610497Z 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-11-23T01:31:21.3610895Z 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-11-23T01:31:21.3612305Z 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-11-23T01:31:21.3612955Z 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-11-23T01:31:21.3614369Z 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-11-23T01:31:21.3615147Z 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-11-23T01:31:21.3616678Z 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-11-23T01:31:21.3617428Z 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-11-23T01:31:21.3619001Z 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-11-23T01:31:21.3619864Z 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-11-23T01:31:21.3620948Z 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-11-23T01:31:21.3622338Z 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-11-23T01:31:21.3623663Z 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-11-23T01:31:21.3624691Z 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-11-23T01:31:21.3625865Z 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-11-23T01:31:21.3626872Z 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-11-23T01:31:21.3628031Z 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-11-23T01:31:21.3629272Z 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-11-23T01:31:21.3630448Z 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-11-23T01:31:21.3631528Z 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-11-23T01:31:21.3632812Z 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-11-23T01:31:21.3633994Z 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-11-23T01:31:21.3635081Z 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-11-23T01:31:21.3636096Z 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-11-23T01:31:21.3637464Z 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-11-23T01:31:21.3638449Z 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-11-23T01:31:21.3639686Z 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-11-23T01:31:21.3640918Z 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-11-23T01:31:21.3642210Z 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-11-23T01:31:21.3644162Z 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-11-23T01:31:21.3645024Z 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-11-23T01:31:21.3646231Z 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-11-23T01:31:21.3647609Z 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-11-23T01:31:21.3648775Z 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-11-23T01:31:21.3650019Z 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-11-23T01:31:21.3651084Z 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-11-23T01:31:21.3652170Z 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-11-23T01:31:21.3653399Z 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-11-23T01:31:21.3654500Z 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-11-23T01:31:21.3664902Z 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-11-23T01:31:21.3665702Z 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-11-23T01:31:21.3666818Z 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-11-23T01:31:21.3668026Z 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-11-23T01:31:21.3669243Z 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-11-23T01:31:21.3670563Z 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-11-23T01:31:21.3671782Z 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-11-23T01:31:21.3672897Z 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-11-23T01:31:21.3673909Z 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-11-23T01:31:21.3675160Z 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-11-23T01:31:21.3676316Z 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-11-23T01:31:21.3677720Z 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-11-23T01:31:21.3678618Z 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-11-23T01:31:21.3679842Z 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-11-23T01:31:21.3680943Z 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-11-23T01:31:21.3682261Z 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-11-23T01:31:21.3683468Z 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-11-23T01:31:21.3684555Z 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-11-23T01:31:21.3685743Z 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-11-23T01:31:21.3686927Z 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-11-23T01:31:21.3688188Z 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-11-23T01:31:21.3689241Z 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-11-23T01:31:21.3690360Z 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-11-23T01:31:21.3691675Z 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-11-23T01:31:21.3692681Z 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-11-23T01:31:21.3694002Z 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-11-23T01:31:21.3695055Z 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-11-23T01:31:21.3696149Z 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-11-23T01:31:21.3697319Z 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-11-23T01:31:21.3698502Z 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-11-23T01:31:21.3699601Z 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-11-23T01:31:21.3700791Z 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-11-23T01:31:21.3701988Z 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-11-23T01:31:21.3703029Z 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-11-23T01:31:21.3704181Z 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-11-23T01:31:21.3705356Z 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-11-23T01:31:21.3707519Z 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-11-23T01:31:21.3708209Z 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-11-23T01:31:21.3709023Z 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-11-23T01:31:21.3710215Z 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-11-23T01:31:21.3711573Z 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-11-23T01:31:21.3712678Z 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-11-23T01:31:21.3713843Z 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-11-23T01:31:21.3714942Z 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-11-23T01:31:21.3716170Z 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-11-23T01:31:21.3717239Z 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-11-23T01:31:21.3718527Z 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-11-23T01:31:21.3719625Z 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-11-23T01:31:21.3720810Z 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-11-23T01:31:21.3722033Z 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-11-23T01:31:21.3723060Z 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-11-23T01:31:21.3724387Z 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-11-23T01:31:21.3725729Z 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-11-23T01:31:21.3726819Z 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-11-23T01:31:21.3728834Z 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-11-23T01:31:21.3729812Z 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-11-23T01:31:21.3731047Z 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-11-23T01:31:21.3732292Z 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-11-23T01:31:21.3733354Z 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-11-23T01:31:21.3734540Z 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-11-23T01:31:21.3735990Z 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-11-23T01:31:21.3736907Z 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-11-23T01:31:21.3738160Z 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-11-23T01:31:21.3739345Z 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-11-23T01:31:21.3740405Z 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-11-23T01:31:21.3741400Z 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-11-23T01:31:21.3742602Z 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-11-23T01:31:21.3743765Z 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-11-23T01:31:21.3744871Z 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-11-23T01:31:21.3746126Z 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-11-23T01:31:21.3747262Z 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-11-23T01:31:21.3748498Z 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-11-23T01:31:21.3749818Z 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-11-23T01:31:21.3750860Z 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-11-23T01:31:21.3752020Z 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-11-23T01:31:21.3753137Z 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-11-23T01:31:21.3754306Z 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-11-23T01:31:21.3755491Z 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-11-23T01:31:21.3756705Z 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-11-23T01:31:21.3757776Z 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-11-23T01:31:21.3759007Z 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-11-23T01:31:21.3760160Z 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-11-23T01:31:21.3761205Z 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-11-23T01:31:21.3762288Z 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-11-23T01:31:21.3764499Z 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-11-23T01:31:21.3765581Z 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-11-23T01:31:21.3766535Z 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-11-23T01:31:21.3767854Z 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-11-23T01:31:21.3768984Z 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-11-23T01:31:21.3770090Z 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-11-23T01:31:21.3771160Z 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-11-23T01:31:21.3772237Z 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-11-23T01:31:21.3773473Z 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-11-23T01:31:21.3775086Z 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-11-23T01:31:21.3776086Z 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-11-23T01:31:21.3777194Z 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-11-23T01:31:21.3778305Z 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-11-23T01:31:21.3779375Z 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-11-23T01:31:21.3780503Z 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-11-23T01:31:21.3781691Z 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-11-23T01:31:21.3782721Z 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-11-23T01:31:21.3785178Z 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-11-23T01:31:21.3785790Z 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-11-23T01:31:21.3786354Z 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-11-23T01:31:21.3787404Z 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-11-23T01:31:21.3788651Z 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-11-23T01:31:21.3789755Z 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-11-23T01:31:21.3790910Z 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-11-23T01:31:21.3792250Z 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-11-23T01:31:21.3793319Z 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-11-23T01:31:21.3794440Z 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-11-23T01:31:21.3795486Z 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-11-23T01:31:21.3796723Z 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-11-23T01:31:21.3797814Z 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-11-23T01:31:21.3798870Z 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-11-23T01:31:21.3800184Z 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-11-23T01:31:21.3801330Z 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-11-23T01:31:21.3802457Z 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-11-23T01:31:21.3804415Z 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-11-23T01:31:21.3805415Z 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-11-23T01:31:21.3806504Z 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-11-23T01:31:21.3807577Z 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-11-23T01:31:21.3808727Z 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-11-23T01:31:21.3810073Z 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-11-23T01:31:21.3811258Z 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-11-23T01:31:21.3812376Z 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-11-23T01:31:21.3813388Z 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-11-23T01:31:21.3814712Z 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-11-23T01:31:21.3816119Z 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-11-23T01:31:21.3817004Z 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-11-23T01:31:21.3818364Z 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-11-23T01:31:21.3819488Z 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-11-23T01:31:21.3820384Z 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-11-23T01:31:21.3821619Z 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-11-23T01:31:21.3822740Z 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-11-23T01:31:21.3823767Z 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-11-23T01:31:21.3825002Z 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-11-23T01:31:21.3826233Z 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-11-23T01:31:21.3827549Z 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-11-23T01:31:21.3828856Z 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-11-23T01:31:21.3829827Z 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-11-23T01:31:21.3831263Z 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-11-23T01:31:21.3832270Z 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-11-23T01:31:21.3833684Z 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-11-23T01:31:21.3834687Z 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-11-23T01:31:21.3835967Z 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-11-23T01:31:21.3837109Z 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-11-23T01:31:21.3838133Z 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-11-23T01:31:21.3839148Z 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-11-23T01:31:21.3840471Z 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-11-23T01:31:21.3842110Z 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-11-23T01:31:21.3843035Z 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-11-23T01:31:21.3844465Z 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-11-23T01:31:21.3845548Z 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-11-23T01:31:21.3846892Z 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-11-23T01:31:21.3848137Z 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-11-23T01:31:21.3849195Z 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-11-23T01:31:21.3850311Z 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-11-23T01:31:21.3851706Z 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-11-23T01:31:21.3853009Z 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-11-23T01:31:21.3854157Z 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-11-23T01:31:21.3855284Z 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-11-23T01:31:21.3856540Z 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-11-23T01:31:21.3857698Z 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-11-23T01:31:21.3858769Z 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-11-23T01:31:21.3859963Z 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-11-23T01:31:21.3861070Z 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-11-23T01:31:21.3862491Z 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-11-23T01:31:21.3863465Z 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-11-23T01:31:21.3864491Z 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-11-23T01:31:21.3865822Z 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-11-23T01:31:21.3866797Z 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-11-23T01:31:21.3867898Z 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-11-23T01:31:21.3870315Z 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-11-23T01:31:21.3870950Z 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-11-23T01:31:21.3871714Z 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-11-23T01:31:21.3872615Z 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-11-23T01:31:21.3873391Z 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-11-23T01:31:21.3874734Z 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-11-23T01:31:21.3875733Z 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-11-23T01:31:21.3876702Z 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-11-23T01:31:21.3877893Z 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-11-23T01:31:21.3879567Z 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-11-23T01:31:21.3880430Z 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-11-23T01:31:21.3881892Z 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-11-23T01:31:21.3883032Z 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-11-23T01:31:21.3884048Z 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-11-23T01:31:21.3885205Z 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-11-23T01:31:21.3886310Z 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-11-23T01:31:21.3887431Z 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-11-23T01:31:21.3888700Z 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-11-23T01:31:21.3889935Z 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-11-23T01:31:21.3891346Z 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-11-23T01:31:21.3892247Z 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-11-23T01:31:21.3893357Z 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-11-23T01:31:21.3894438Z 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-11-23T01:31:21.3895806Z 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-11-23T01:31:21.3896911Z 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-11-23T01:31:21.3898070Z 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-11-23T01:31:21.3899183Z 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-11-23T01:31:21.3900395Z 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-11-23T01:31:21.3901698Z 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-11-23T01:31:21.3902680Z 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-11-23T01:31:21.3903736Z 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-11-23T01:31:21.3904839Z 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-11-23T01:31:21.3906124Z 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-11-23T01:31:21.3907248Z 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-11-23T01:31:21.3908595Z 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-11-23T01:31:21.3909709Z 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-11-23T01:31:21.3910959Z 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-11-23T01:31:21.3912010Z 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-11-23T01:31:21.3913219Z 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-11-23T01:31:21.3914549Z 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-11-23T01:31:21.3915763Z 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-11-23T01:31:21.3916886Z 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-11-23T01:31:21.3917933Z 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-11-23T01:31:21.3918971Z 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-11-23T01:31:21.3920145Z 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-11-23T01:31:21.3921392Z 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-11-23T01:31:21.3922683Z 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-11-23T01:31:21.3923779Z 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-11-23T01:31:21.3925000Z 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-11-23T01:31:21.3926093Z 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-11-23T01:31:21.3927214Z 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-11-23T01:31:21.3928437Z 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-11-23T01:31:21.3929778Z 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-11-23T01:31:21.3931013Z 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-11-23T01:31:21.3932113Z 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-11-23T01:31:21.3933164Z 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-11-23T01:31:21.3934387Z 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-11-23T01:31:21.3935336Z 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-11-23T01:31:21.3936680Z 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-11-23T01:31:21.3937996Z 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-11-23T01:31:21.3938983Z 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-11-23T01:31:21.3940010Z 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-11-23T01:31:21.3941114Z 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-11-23T01:31:21.3942440Z 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-11-23T01:31:21.3943625Z 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-11-23T01:31:21.3944753Z 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-11-23T01:31:21.3945872Z 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-11-23T01:31:21.3946956Z 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-11-23T01:31:21.3948721Z 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-11-23T01:31:21.3949361Z 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-11-23T01:31:21.3950480Z 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-11-23T01:31:21.3951364Z 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-11-23T01:31:21.3957226Z 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-11-23T01:31:21.3957858Z 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-11-23T01:31:21.3958277Z 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-11-23T01:31:21.3958759Z 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-11-23T01:31:21.3959089Z 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-11-23T01:31:21.3959549Z 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-11-23T01:31:21.3959985Z 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-11-23T01:31:21.3960359Z 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-11-23T01:31:21.3960707Z 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-11-23T01:31:21.3961504Z 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-11-23T01:31:21.3962433Z 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-11-23T01:31:21.3964115Z 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-11-23T01:31:21.3965121Z 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-11-23T01:31:21.3966267Z 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-11-23T01:31:21.3966834Z 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-11-23T01:31:21.3968252Z 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-11-23T01:31:21.3969167Z 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-11-23T01:31:21.3970585Z 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-11-23T01:31:21.3971317Z 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-11-23T01:31:21.3972855Z 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-11-23T01:31:21.3973646Z 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-11-23T01:31:21.3974823Z 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-11-23T01:31:21.3975893Z 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-11-23T01:31:21.3976907Z 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-11-23T01:31:21.3977826Z 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-11-23T01:31:21.3979180Z 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-11-23T01:31:21.3980136Z 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-11-23T01:31:21.3981121Z 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-11-23T01:31:21.3982675Z 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-11-23T01:31:21.3983281Z 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-11-23T01:31:21.3984717Z 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-11-23T01:31:21.3985797Z 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-11-23T01:31:21.3986928Z 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-11-23T01:31:21.3988004Z 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-11-23T01:31:21.3989126Z 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-11-23T01:31:21.3991077Z 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-11-23T01:31:21.3991814Z 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-11-23T01:31:21.3992740Z 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-11-23T01:31:21.3993567Z 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-11-23T01:31:21.3994728Z 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-11-23T01:31:21.3995849Z 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-11-23T01:31:21.3996979Z 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-11-23T01:31:21.3998120Z 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-11-23T01:31:21.3999263Z 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-11-23T01:31:21.4000387Z 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-11-23T01:31:21.4001832Z 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-11-23T01:31:21.4002761Z 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-11-23T01:31:21.4003944Z 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-11-23T01:31:21.4005248Z 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-11-23T01:31:21.4006255Z 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-11-23T01:31:21.4007415Z 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-11-23T01:31:21.4008583Z 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-11-23T01:31:21.4010400Z 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-11-23T01:31:21.4011343Z 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-11-23T01:31:21.4012504Z 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-11-23T01:31:21.4013667Z 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-11-23T01:31:21.4014824Z 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-11-23T01:31:21.4016112Z 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-11-23T01:31:21.4017254Z 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-11-23T01:31:21.4018390Z 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-11-23T01:31:21.4019559Z 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-11-23T01:31:21.4020574Z 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-11-23T01:31:21.4021666Z 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-11-23T01:31:21.4022808Z 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-11-23T01:31:21.4024253Z 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-11-23T01:31:21.4026031Z 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-11-23T01:31:21.4026963Z 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-11-23T01:31:21.4028295Z 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-11-23T01:31:21.4029633Z 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-11-23T01:31:21.4030740Z 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-11-23T01:31:21.4031661Z 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-11-23T01:31:21.4032784Z 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-11-23T01:31:21.4034035Z 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-11-23T01:31:21.4035123Z 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-11-23T01:31:21.4036357Z 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-11-23T01:31:21.4037393Z 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-11-23T01:31:21.4038735Z 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-11-23T01:31:21.4040074Z 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-11-23T01:31:21.4041130Z 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-11-23T01:31:21.4042353Z 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-11-23T01:31:21.4043340Z 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-11-23T01:31:21.4044699Z 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-11-23T01:31:21.4045807Z 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-11-23T01:31:21.4047161Z 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-11-23T01:31:21.4048067Z 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-11-23T01:31:21.4050155Z 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-11-23T01:31:21.4050755Z 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-11-23T01:31:21.4051461Z 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-11-23T01:31:21.4052687Z 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-11-23T01:31:21.4054201Z 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-11-23T01:31:21.4055448Z 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-11-23T01:31:21.4056314Z 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-11-23T01:31:21.4057451Z 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-11-23T01:31:21.4058796Z 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-11-23T01:31:21.4059892Z 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-11-23T01:31:21.4060894Z 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-11-23T01:31:21.4062033Z 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-11-23T01:31:21.4063385Z 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-11-23T01:31:21.4064710Z 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-11-23T01:31:21.4065954Z 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-11-23T01:31:21.4067178Z 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-11-23T01:31:21.4068215Z 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-11-23T01:31:21.4069278Z 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-11-23T01:31:21.4070418Z 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-11-23T01:31:21.4071523Z 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-11-23T01:31:21.4072800Z 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-11-23T01:31:21.4073827Z 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-11-23T01:31:21.4074982Z 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-11-23T01:31:21.4076094Z 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-11-23T01:31:21.4077375Z 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-11-23T01:31:21.4078483Z 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-11-23T01:31:21.4079750Z 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-11-23T01:31:21.4080800Z 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-11-23T01:31:21.4082106Z 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-11-23T01:31:21.4083270Z 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-11-23T01:31:21.4084396Z 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-11-23T01:31:21.4085658Z 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-11-23T01:31:21.4086919Z 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-11-23T01:31:21.4087924Z 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-11-23T01:31:21.4089207Z 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-11-23T01:31:21.4090455Z 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-11-23T01:31:21.4091597Z 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-11-23T01:31:21.4092610Z 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-11-23T01:31:21.4093805Z 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-11-23T01:31:21.4094956Z 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-11-23T01:31:21.4096052Z 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-11-23T01:31:21.4097180Z 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-11-23T01:31:21.4098209Z 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-11-23T01:31:21.4099434Z 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-11-23T01:31:21.4101495Z 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-11-23T01:31:21.4102362Z 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-11-23T01:31:21.4103471Z 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-11-23T01:31:21.4105265Z 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-11-23T01:31:21.4106117Z 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-11-23T01:31:21.4107251Z 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-11-23T01:31:21.4108439Z 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-11-23T01:31:21.4109498Z 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-11-23T01:31:21.4110561Z 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-11-23T01:31:21.4112490Z 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-11-23T01:31:21.4113436Z 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-11-23T01:31:21.4114371Z 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-11-23T01:31:21.4115558Z 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-11-23T01:31:21.4117313Z 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-11-23T01:31:21.4118167Z 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-11-23T01:31:21.4119389Z 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-11-23T01:31:21.4120517Z 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-11-23T01:31:21.4121748Z 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-11-23T01:31:21.4122961Z 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-11-23T01:31:21.4125193Z 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-11-23T01:31:21.4126102Z 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-11-23T01:31:21.4127096Z 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-11-23T01:31:21.4128526Z 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-11-23T01:31:21.4129507Z 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-11-23T01:31:21.4130649Z 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-11-23T01:31:21.4131835Z 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-11-23T01:31:21.4133176Z 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-11-23T01:31:21.4134214Z 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-11-23T01:31:21.4135449Z 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-11-23T01:31:21.4136399Z 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-11-23T01:31:21.4137802Z 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-11-23T01:31:21.4138909Z 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-11-23T01:31:21.4139974Z 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-11-23T01:31:21.4141140Z 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-11-23T01:31:21.4142218Z 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-11-23T01:31:21.4143331Z 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-11-23T01:31:21.4147947Z 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-11-23T01:31:21.4148900Z 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-11-23T01:31:21.4150093Z 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-11-23T01:31:21.4151535Z 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-11-23T01:31:21.4152479Z 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-11-23T01:31:21.4153479Z 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-11-23T01:31:21.4154846Z 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-11-23T01:31:21.4155930Z 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-11-23T01:31:21.4157022Z 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-11-23T01:31:21.4158119Z 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-11-23T01:31:21.4159427Z 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-11-23T01:31:21.4160650Z 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-11-23T01:31:21.4162046Z 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-11-23T01:31:21.4163221Z 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-11-23T01:31:21.4164334Z 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-11-23T01:31:21.4165549Z 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-11-23T01:31:21.4166629Z 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-11-23T01:31:21.4167748Z 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-11-23T01:31:21.4168893Z 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-11-23T01:31:21.4170040Z 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-11-23T01:31:21.4171232Z 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-11-23T01:31:21.4172522Z 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-11-23T01:31:21.4173801Z 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-11-23T01:31:21.4174884Z 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-11-23T01:31:21.4176060Z 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-11-23T01:31:21.4177212Z 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-11-23T01:31:21.4178285Z 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-11-23T01:31:21.4179372Z 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-11-23T01:31:21.4181223Z 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-11-23T01:31:21.4182214Z 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-11-23T01:31:21.4183411Z 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-11-23T01:31:21.4184595Z 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-11-23T01:31:21.4185693Z 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-11-23T01:31:21.4186872Z 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-11-23T01:31:21.4188700Z 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-11-23T01:31:21.4189965Z 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-11-23T01:31:21.4191970Z 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-11-23T01:31:21.4192653Z 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-11-23T01:31:21.4193405Z 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-11-23T01:31:21.4194783Z 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-11-23T01:31:21.4195916Z 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-11-23T01:31:21.4197047Z 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-11-23T01:31:21.4198145Z 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-11-23T01:31:21.4199333Z 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-11-23T01:31:21.4200490Z 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-11-23T01:31:21.4202008Z 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-11-23T01:31:21.4203113Z 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-11-23T01:31:21.4204293Z 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-11-23T01:31:21.4205482Z 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-11-23T01:31:21.4206708Z 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-11-23T01:31:21.4207969Z 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-11-23T01:31:21.4208995Z 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-11-23T01:31:21.4210957Z 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-11-23T01:31:21.4211347Z 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-11-23T01:31:21.4212552Z 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-11-23T01:31:21.4213526Z 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-11-23T01:31:21.4214672Z 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-11-23T01:31:21.4215640Z 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-11-23T01:31:21.4216539Z 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-11-23T01:31:21.4217566Z 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-11-23T01:31:21.4218609Z 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-11-23T01:31:21.4219631Z 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-11-23T01:31:21.4220728Z 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-11-23T01:31:21.4221407Z 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-11-23T01:31:21.4222646Z 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-11-23T01:31:21.4223751Z 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-11-23T01:31:21.4224537Z 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-11-23T01:31:21.4225502Z 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-11-23T01:31:21.4226563Z 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-11-23T01:31:21.4227918Z 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-11-23T01:31:21.4229276Z 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-11-23T01:31:21.4230053Z 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-11-23T01:31:21.4231140Z 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-11-23T01:31:21.4232111Z 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-11-23T01:31:21.4233051Z 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-11-23T01:31:21.4233984Z 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-11-23T01:31:21.4234958Z 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-11-23T01:31:21.4235494Z 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-11-23T01:31:21.4236488Z 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-11-23T01:31:21.4237530Z 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-11-23T01:31:21.4238583Z 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-11-23T01:31:21.4239519Z 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-11-23T01:31:21.4240591Z 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-11-23T01:31:21.4241782Z 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-11-23T01:31:21.4242679Z 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-11-23T01:31:21.4244531Z 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-11-23T01:31:21.4245488Z 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-11-23T01:31:21.4246361Z 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-11-23T01:31:21.4247471Z 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-11-23T01:31:21.4248422Z 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-11-23T01:31:21.4249140Z 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-11-23T01:31:21.4250195Z 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-11-23T01:31:21.4251605Z 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-11-23T01:31:21.4252225Z 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-11-23T01:31:21.4253178Z 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-11-23T01:31:21.4254051Z 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-11-23T01:31:21.4255018Z 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-11-23T01:31:21.4255991Z 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-11-23T01:31:21.4256884Z 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-11-23T01:31:21.4257869Z 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-11-23T01:31:21.4258849Z 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-11-23T01:31:21.4259935Z 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-11-23T01:31:21.4260890Z 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-11-23T01:31:21.4262624Z 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-11-23T01:31:21.4263163Z 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-11-23T01:31:21.4264079Z 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-11-23T01:31:21.4265091Z 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-11-23T01:31:21.4266104Z 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-11-23T01:31:21.4267110Z 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-11-23T01:31:21.4268382Z 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-11-23T01:31:21.4269503Z 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-11-23T01:31:21.4270747Z 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-11-23T01:31:21.4271644Z 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-11-23T01:31:21.4272754Z 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-11-23T01:31:21.4274086Z 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-11-23T01:31:21.4275308Z 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-11-23T01:31:21.4276358Z 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-11-23T01:31:21.4277502Z 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-11-23T01:31:21.4278803Z 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-11-23T01:31:21.4279705Z 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-11-23T01:31:21.4280859Z 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-11-23T01:31:21.4282226Z 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-11-23T01:31:21.4283347Z 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-11-23T01:31:21.4284481Z 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-11-23T01:31:21.4285649Z 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-11-23T01:31:21.4286855Z 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-11-23T01:31:21.4288173Z 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-11-23T01:31:21.4289368Z 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-11-23T01:31:21.4290363Z 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-11-23T01:31:21.4291508Z 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-11-23T01:31:21.4292607Z 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-11-23T01:31:21.4293809Z 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-11-23T01:31:21.4294932Z 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-11-23T01:31:21.4296410Z 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-11-23T01:31:21.4297372Z 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-11-23T01:31:21.4298517Z 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-11-23T01:31:21.4299554Z 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-11-23T01:31:21.4300971Z 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-11-23T01:31:21.4302056Z 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-11-23T01:31:21.4303257Z 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-11-23T01:31:21.4304349Z 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-11-23T01:31:21.4305765Z 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-11-23T01:31:21.4306810Z 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-11-23T01:31:21.4307820Z 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-11-23T01:31:21.4309146Z 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-11-23T01:31:21.4310596Z 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-11-23T01:31:21.4311560Z 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-11-23T01:31:21.4312769Z 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-11-23T01:31:21.4314205Z 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-11-23T01:31:21.4315179Z 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-11-23T01:31:21.4316234Z 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-11-23T01:31:21.4317409Z 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-11-23T01:31:21.4318558Z 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-11-23T01:31:21.4319762Z 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-11-23T01:31:21.4321219Z 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-11-23T01:31:21.4322362Z 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-11-23T01:31:21.4324220Z 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-11-23T01:31:21.4325388Z 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-11-23T01:31:21.4326747Z 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-11-23T01:31:21.4327565Z 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-11-23T01:31:21.4328921Z 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-11-23T01:31:21.4330137Z 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-11-23T01:31:21.4331225Z 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-11-23T01:31:21.4332362Z 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-11-23T01:31:21.4333583Z 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-11-23T01:31:21.4334595Z 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-11-23T01:31:21.4335897Z 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-11-23T01:31:21.4336993Z 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-11-23T01:31:21.4338084Z 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-11-23T01:31:21.4339292Z 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-11-23T01:31:21.4341438Z 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-11-23T01:31:21.4342719Z 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-11-23T01:31:21.4343753Z 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-11-23T01:31:21.4344980Z 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-11-23T01:31:21.4346245Z 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-11-23T01:31:21.4347895Z 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-11-23T01:31:21.4350095Z 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-11-23T01:31:21.4351154Z 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-11-23T01:31:21.4352174Z 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-11-23T01:31:21.4353374Z 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-11-23T01:31:21.4354573Z 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-11-23T01:31:21.4358343Z 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-11-23T01:31:21.4359354Z 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-11-23T01:31:21.4360283Z 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-11-23T01:31:21.4361577Z 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-11-23T01:31:21.4363716Z 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-11-23T01:31:21.4364316Z 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-11-23T01:31:21.4365118Z 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-11-23T01:31:21.4366331Z 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-11-23T01:31:21.4367507Z 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-11-23T01:31:21.4368778Z 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-11-23T01:31:21.4369935Z 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-11-23T01:31:21.4371014Z 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-11-23T01:31:21.4372288Z 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-11-23T01:31:21.4373399Z 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-11-23T01:31:21.4374564Z 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-11-23T01:31:21.4375724Z 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-11-23T01:31:21.4376916Z 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-11-23T01:31:21.4378990Z 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-11-23T01:31:21.4379647Z 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-11-23T01:31:21.4380454Z 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-11-23T01:31:21.4381518Z 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-11-23T01:31:21.4382667Z 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-11-23T01:31:21.4383814Z 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-11-23T01:31:21.4384936Z 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-11-23T01:31:21.4386200Z 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-11-23T01:31:21.4387399Z 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-11-23T01:31:21.4388565Z 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-11-23T01:31:21.4389707Z 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-11-23T01:31:21.4390935Z 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-11-23T01:31:21.4391980Z 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-11-23T01:31:21.4393139Z 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-11-23T01:31:21.4394441Z 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-11-23T01:31:21.4395457Z 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-11-23T01:31:21.4396701Z 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-11-23T01:31:21.4397722Z 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-11-23T01:31:21.4399296Z 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-11-23T01:31:21.4400281Z 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-11-23T01:31:21.4401358Z 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-11-23T01:31:21.4402677Z 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-11-23T01:31:21.4405393Z 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-11-23T01:31:21.4406091Z 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-11-23T01:31:21.4407218Z 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-11-23T01:31:21.4408345Z 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-11-23T01:31:21.4409428Z 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-11-23T01:31:21.4410574Z 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-11-23T01:31:21.4411883Z 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-11-23T01:31:21.4412948Z 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-11-23T01:31:21.4414265Z 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-11-23T01:31:21.4415295Z 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-11-23T01:31:21.4416431Z 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-11-23T01:31:21.4417587Z 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-11-23T01:31:21.4418955Z 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-11-23T01:31:21.4420102Z 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-11-23T01:31:21.4421136Z 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-11-23T01:31:21.4422271Z 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-11-23T01:31:21.4423377Z 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-11-23T01:31:21.4424574Z 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-11-23T01:31:21.4425734Z 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-11-23T01:31:21.4427369Z 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-11-23T01:31:21.4428373Z 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-11-23T01:31:21.4429495Z 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-11-23T01:31:21.4430658Z 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-11-23T01:31:21.4431874Z 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-11-23T01:31:21.4433014Z 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-11-23T01:31:21.4434212Z 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-11-23T01:31:21.4435321Z 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-11-23T01:31:21.4436490Z 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-11-23T01:31:21.4437775Z 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-11-23T01:31:21.4438827Z 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-11-23T01:31:21.4440047Z 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-11-23T01:31:21.4441220Z 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-11-23T01:31:21.4442750Z 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-11-23T01:31:21.4444063Z 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-11-23T01:31:21.4445194Z 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-11-23T01:31:21.4446360Z 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-11-23T01:31:21.4447468Z 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-11-23T01:31:21.4448782Z 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-11-23T01:31:21.4450065Z 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-11-23T01:31:21.4451996Z 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-11-23T01:31:21.4452648Z 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-11-23T01:31:21.4453630Z 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-11-23T01:31:21.4454901Z 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-11-23T01:31:21.4455961Z 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-11-23T01:31:21.4457172Z 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-11-23T01:31:21.4458374Z 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-11-23T01:31:21.4459412Z 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-11-23T01:31:21.4460582Z 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-11-23T01:31:21.4461916Z 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-11-23T01:31:21.4462960Z 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-11-23T01:31:21.4464029Z 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-11-23T01:31:21.4465020Z 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-11-23T01:31:21.4466123Z 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-11-23T01:31:21.4467231Z 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-11-23T01:31:21.4468651Z 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-11-23T01:31:21.4469613Z 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-11-23T01:31:21.4470764Z 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-11-23T01:31:21.4471871Z 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-11-23T01:31:21.4473045Z 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-11-23T01:31:21.4474489Z 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-11-23T01:31:21.4475361Z 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-11-23T01:31:21.4476522Z 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-11-23T01:31:21.4477640Z 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-11-23T01:31:21.4478701Z 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-11-23T01:31:21.4480651Z 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-11-23T01:31:21.4481718Z 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-11-23T01:31:21.4483936Z 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-11-23T01:31:21.4484611Z 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-11-23T01:31:21.4485570Z 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-11-23T01:31:21.4486768Z 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-11-23T01:31:21.4487902Z 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-11-23T01:31:21.4489356Z 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-11-23T01:31:21.4490338Z 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-11-23T01:31:21.4491527Z 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-11-23T01:31:21.4492594Z 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-11-23T01:31:21.4493701Z 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-11-23T01:31:21.4495012Z 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-11-23T01:31:21.4496278Z 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-11-23T01:31:21.4497559Z 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-11-23T01:31:21.4498658Z 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-11-23T01:31:21.4499732Z 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-11-23T01:31:21.4501045Z 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-11-23T01:31:21.4502249Z 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-11-23T01:31:21.4503547Z 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-11-23T01:31:21.4504542Z 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-11-23T01:31:21.4505612Z 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-11-23T01:31:21.4506944Z 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-11-23T01:31:21.4508175Z 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-11-23T01:31:21.4509219Z 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-11-23T01:31:21.4510487Z 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-11-23T01:31:21.4511489Z 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-11-23T01:31:21.4512702Z 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-11-23T01:31:21.4513815Z 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-11-23T01:31:21.4515298Z 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-11-23T01:31:21.4516356Z 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-11-23T01:31:21.4517362Z 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-11-23T01:31:21.4518442Z 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-11-23T01:31:21.4519672Z 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-11-23T01:31:21.4520840Z 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-11-23T01:31:21.4522255Z 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-11-23T01:31:21.4523378Z 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-11-23T01:31:21.4524701Z 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-11-23T01:31:21.4525720Z 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-11-23T01:31:21.4526940Z 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-11-23T01:31:21.4528026Z 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-11-23T01:31:21.4529130Z 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-11-23T01:31:21.4530368Z 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-11-23T01:31:21.4531710Z 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-11-23T01:31:21.4532767Z 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-11-23T01:31:21.4534171Z 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-11-23T01:31:21.4535025Z 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-11-23T01:31:21.4536193Z 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-11-23T01:31:21.4537388Z 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-11-23T01:31:21.4538723Z 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-11-23T01:31:21.4540068Z 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-11-23T01:31:21.4541000Z 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-11-23T01:31:21.4542128Z 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-11-23T01:31:21.4543465Z 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-11-23T01:31:21.4544491Z 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-11-23T01:31:21.4545684Z 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-11-23T01:31:21.4546827Z 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-11-23T01:31:21.4548290Z 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-11-23T01:31:21.4549313Z 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-11-23T01:31:21.4550644Z 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-11-23T01:31:21.4552013Z 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-11-23T01:31:21.4553078Z 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-11-23T01:31:21.4554072Z 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-11-23T01:31:21.4556289Z 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-11-23T01:31:21.4557199Z 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-11-23T01:31:21.4557784Z 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-11-23T01:31:21.4559170Z 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-11-23T01:31:21.4560396Z 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-11-23T01:31:21.4561446Z 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-11-23T01:31:21.4562349Z 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-11-23T01:31:21.4563313Z 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-11-23T01:31:21.4564277Z 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-11-23T01:31:21.4565446Z 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-11-23T01:31:21.4566298Z 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-11-23T01:31:21.4567411Z 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-11-23T01:31:21.4568587Z 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-11-23T01:31:21.4569629Z 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-11-23T01:31:21.4570514Z 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-11-23T01:31:21.4571510Z 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-11-23T01:31:21.4572481Z 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-11-23T01:31:21.4573438Z 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-11-23T01:31:21.4574401Z 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-11-23T01:31:21.4575238Z 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-11-23T01:31:21.4576552Z 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-11-23T01:31:21.4577794Z 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-11-23T01:31:21.4578723Z 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-11-23T01:31:21.4579667Z 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-11-23T01:31:21.4580710Z 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-11-23T01:31:21.4581896Z 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-11-23T01:31:21.4582965Z 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-11-23T01:31:21.4583563Z 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-11-23T01:31:21.4585358Z 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-11-23T01:31:21.4585929Z 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-11-23T01:31:21.4586850Z 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-11-23T01:31:21.4587688Z 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-11-23T01:31:21.4589021Z 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-11-23T01:31:21.4589749Z 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-11-23T01:31:21.4590711Z 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-11-23T01:31:21.4591829Z 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-11-23T01:31:21.4592830Z 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-11-23T01:31:21.4593770Z 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-11-23T01:31:21.4594549Z 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-11-23T01:31:21.4596001Z 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-11-23T01:31:21.4596950Z 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-11-23T01:31:21.4597873Z 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-11-23T01:31:21.4598931Z 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-11-23T01:31:21.4599846Z 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-11-23T01:31:21.4600754Z 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-11-23T01:31:21.4601795Z 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-11-23T01:31:21.4602346Z 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-11-23T01:31:21.4603742Z 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-11-23T01:31:21.4605242Z 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-11-23T01:31:21.4606188Z 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-11-23T01:31:21.4606788Z 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-11-23T01:31:21.4607343Z 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-11-23T01:31:21.4608394Z 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-11-23T01:31:21.4609619Z 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-11-23T01:31:21.4610343Z 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-11-23T01:31:21.4611532Z 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-11-23T01:31:21.4612533Z 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-11-23T01:31:21.4613741Z 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-11-23T01:31:21.4614251Z 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-11-23T01:31:21.4615249Z 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-11-23T01:31:21.4616334Z 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-11-23T01:31:21.4617245Z 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-11-23T01:31:21.4618798Z 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-11-23T01:31:21.4619223Z 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-11-23T01:31:21.4620072Z 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-11-23T01:31:21.4621485Z 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-11-23T01:31:21.4622406Z 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-11-23T01:31:21.4623343Z 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-11-23T01:31:21.4624464Z 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-11-23T01:31:21.4625421Z 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-11-23T01:31:21.4626657Z 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-11-23T01:31:21.4627552Z 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-11-23T01:31:21.4628794Z 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-11-23T01:31:21.4629694Z 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-11-23T01:31:21.4630780Z 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-11-23T01:31:21.4631981Z 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-11-23T01:31:21.4632984Z 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-11-23T01:31:21.4633941Z 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-11-23T01:31:21.4635051Z 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-11-23T01:31:21.4635649Z 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-11-23T01:31:21.4637071Z 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-11-23T01:31:21.4638142Z 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-11-23T01:31:21.4639246Z 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-11-23T01:31:21.4639984Z 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-11-23T01:31:21.4641810Z 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-11-23T01:31:21.4644004Z 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-11-23T01:31:21.4646884Z 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-11-23T01:31:21.4648023Z 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-11-23T01:31:21.4649167Z 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-11-23T01:31:21.4650458Z 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-11-23T01:31:21.4651363Z 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-11-23T01:31:21.4652307Z 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-11-23T01:31:21.4653252Z 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-11-23T01:31:21.4654188Z 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-11-23T01:31:21.4655159Z 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-11-23T01:31:21.4656348Z 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-11-23T01:31:21.4657439Z 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-11-23T01:31:21.4658688Z 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-11-23T01:31:21.4659588Z 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-11-23T01:31:21.4660484Z 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-11-23T01:31:21.4662033Z 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-11-23T01:31:21.4662608Z 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-11-23T01:31:21.4663479Z 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-11-23T01:31:21.4664166Z 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-11-23T01:31:21.4665289Z 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-11-23T01:31:21.4666065Z 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-11-23T01:31:21.4667243Z 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-11-23T01:31:21.4668235Z 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-11-23T01:31:21.4669073Z 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-11-23T01:31:21.4670081Z 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-11-23T01:31:21.4670987Z 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-11-23T01:31:21.4671836Z 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-11-23T01:31:21.4672612Z 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-11-23T01:31:21.4673561Z 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-11-23T01:31:21.4674450Z 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-11-23T01:31:21.4675452Z 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-11-23T01:31:21.4676482Z 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-11-23T01:31:21.4677463Z 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-11-23T01:31:21.4678405Z 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-11-23T01:31:21.4679388Z 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-11-23T01:31:21.4680619Z 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-11-23T01:31:21.4681916Z 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-11-23T01:31:21.4682548Z 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-11-23T01:31:21.4683790Z 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-11-23T01:31:21.4684845Z 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-11-23T01:31:21.4685732Z 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-11-23T01:31:21.4687021Z 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-11-23T01:31:21.4688312Z 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-11-23T01:31:21.4689107Z 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-11-23T01:31:21.4690581Z 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-11-23T01:31:21.4691518Z 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-11-23T01:31:21.4692228Z 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-11-23T01:31:21.4693316Z 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-11-23T01:31:21.4694403Z 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-11-23T01:31:21.4695171Z 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-11-23T01:31:21.4696089Z 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-11-23T01:31:21.4697091Z 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-11-23T01:31:21.4697902Z 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-11-23T01:31:21.4698776Z 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-11-23T01:31:21.4699761Z 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-11-23T01:31:21.4700684Z 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-11-23T01:31:21.4701622Z 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-11-23T01:31:21.4702591Z 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-11-23T01:31:21.4703450Z 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-11-23T01:31:21.4704354Z 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-11-23T01:31:21.4705354Z 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-11-23T01:31:21.4706060Z 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-11-23T01:31:21.4707044Z 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-11-23T01:31:21.4707977Z 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-11-23T01:31:21.4708983Z 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-11-23T01:31:21.4710094Z 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-11-23T01:31:21.4711395Z 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-11-23T01:31:21.4711931Z 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-11-23T01:31:21.4712719Z 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-11-23T01:31:21.4713816Z 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-11-23T01:31:21.4714640Z 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-11-23T01:31:21.4715617Z 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-11-23T01:31:21.4716363Z 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-11-23T01:31:21.4717544Z 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-11-23T01:31:21.4718101Z 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-11-23T01:31:21.4719108Z 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-11-23T01:31:21.4720600Z 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-11-23T01:31:21.4721206Z 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-11-23T01:31:21.4722300Z 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-11-23T01:31:21.4723536Z 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-11-23T01:31:21.4724451Z 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-11-23T01:31:21.4725443Z 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-11-23T01:31:21.4726316Z 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-11-23T01:31:21.4727139Z 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-11-23T01:31:21.4728144Z 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-11-23T01:31:21.4729499Z 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-11-23T01:31:21.4729990Z 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-11-23T01:31:21.4731289Z 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-11-23T01:31:21.4732033Z 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-11-23T01:31:21.4733182Z 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-11-23T01:31:21.4733727Z 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-11-23T01:31:21.4735269Z 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-11-23T01:31:21.4735784Z 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-11-23T01:31:21.4736854Z 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-11-23T01:31:21.4737843Z 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-11-23T01:31:21.4738797Z 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-11-23T01:31:21.4739592Z 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-11-23T01:31:21.4740702Z 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-11-23T01:31:21.4741266Z 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-11-23T01:31:21.4742259Z 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-11-23T01:31:21.4743659Z 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-11-23T01:31:21.4744119Z 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-11-23T01:31:21.4746018Z 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-11-23T01:31:21.4746434Z 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-11-23T01:31:21.4747889Z 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-11-23T01:31:21.4748354Z 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-11-23T01:31:21.4749399Z 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-11-23T01:31:21.4750140Z 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-11-23T01:31:21.4752427Z 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-11-23T01:31:21.4752932Z 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-11-23T01:31:21.4753997Z 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-11-23T01:31:21.4754912Z 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-11-23T01:31:21.4756203Z 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-11-23T01:31:21.4757979Z 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-11-23T01:31:21.4758820Z 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-11-23T01:31:21.4759664Z 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-11-23T01:31:21.4760624Z 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-11-23T01:31:21.4761920Z 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-11-23T01:31:21.4763355Z 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-11-23T01:31:21.4765279Z 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-11-23T01:31:21.4766218Z 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-11-23T01:31:21.4767179Z 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-11-23T01:31:21.4768716Z 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-11-23T01:31:21.4769731Z 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-11-23T01:31:21.4770960Z 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-11-23T01:31:21.4771947Z 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-11-23T01:31:21.4773175Z 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-11-23T01:31:21.4774283Z 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-11-23T01:31:21.4775426Z 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-11-23T01:31:21.4776620Z 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-11-23T01:31:21.4777721Z 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-11-23T01:31:21.4778980Z 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-11-23T01:31:21.4780069Z 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-11-23T01:31:21.4781210Z 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-11-23T01:31:21.4782340Z 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-11-23T01:31:21.4783436Z 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-11-23T01:31:21.4784726Z 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-11-23T01:31:21.4785758Z 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-11-23T01:31:21.4786880Z 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-11-23T01:31:21.4787975Z 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-11-23T01:31:21.4789157Z 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-11-23T01:31:21.4790237Z 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-11-23T01:31:21.4791596Z 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-11-23T01:31:21.4792789Z 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-11-23T01:31:21.4793879Z 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-11-23T01:31:21.4794893Z 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-11-23T01:31:21.4796084Z 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-11-23T01:31:21.4797288Z 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-11-23T01:31:21.4798517Z 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-11-23T01:31:21.4799560Z 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-11-23T01:31:21.4800712Z 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-11-23T01:31:21.4802022Z 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-11-23T01:31:21.4803493Z 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-11-23T01:31:21.4804416Z 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-11-23T01:31:21.4805571Z 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-11-23T01:31:21.4806615Z 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-11-23T01:31:21.4808061Z 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-11-23T01:31:21.4809059Z 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-11-23T01:31:21.4810385Z 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-11-23T01:31:21.4811678Z 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-11-23T01:31:21.4812674Z 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-11-23T01:31:21.4813830Z 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-11-23T01:31:21.4815041Z 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-11-23T01:31:21.4816213Z 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-11-23T01:31:21.4817372Z 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-11-23T01:31:21.4818431Z 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-11-23T01:31:21.4819846Z 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-11-23T01:31:21.4820938Z 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-11-23T01:31:21.4822143Z 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-11-23T01:31:21.4823181Z 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-11-23T01:31:21.4824313Z 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-11-23T01:31:21.4825616Z 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-11-23T01:31:21.4827463Z 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-11-23T01:31:21.4828423Z 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-11-23T01:31:21.4829725Z 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-11-23T01:31:21.4830774Z 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-11-23T01:31:21.4831904Z 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-11-23T01:31:21.4833025Z 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-11-23T01:31:21.4834237Z 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-11-23T01:31:21.4835485Z 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-11-23T01:31:21.4836569Z 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-11-23T01:31:21.4837737Z 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-11-23T01:31:21.4839065Z 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-11-23T01:31:21.4840067Z 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-11-23T01:31:21.4841234Z 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-11-23T01:31:21.4842569Z 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-11-23T01:31:21.4843808Z 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-11-23T01:31:21.4844935Z 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-11-23T01:31:21.4846144Z 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-11-23T01:31:21.4847289Z 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-11-23T01:31:21.4848766Z 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-11-23T01:31:21.4849882Z 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-11-23T01:31:21.4851060Z 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-11-23T01:31:21.4852229Z 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-11-23T01:31:21.4853161Z 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-11-23T01:31:21.4854200Z 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-11-23T01:31:21.4855518Z 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-11-23T01:31:21.4856731Z 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-11-23T01:31:21.4857871Z 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-11-23T01:31:21.4858985Z 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-11-23T01:31:21.4860274Z 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-11-23T01:31:21.4861366Z 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-11-23T01:31:21.4862504Z 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-11-23T01:31:21.4863792Z 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-11-23T01:31:21.4864826Z 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-11-23T01:31:21.4865912Z 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-11-23T01:31:21.4867159Z 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-11-23T01:31:21.4868280Z 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-11-23T01:31:21.4869636Z 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-11-23T01:31:21.4870536Z 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-11-23T01:31:21.4871743Z 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-11-23T01:31:21.4872948Z 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-11-23T01:31:21.4874294Z 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-11-23T01:31:21.4875392Z 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-11-23T01:31:21.4876453Z 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-11-23T01:31:21.4877908Z 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-11-23T01:31:21.4879108Z 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-11-23T01:31:21.4880240Z 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-11-23T01:31:21.4881396Z 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-11-23T01:31:21.4882611Z 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-11-23T01:31:21.4883937Z 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-11-23T01:31:21.4884962Z 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-11-23T01:31:21.4886244Z 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-11-23T01:31:21.4887337Z 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-11-23T01:31:21.4888662Z 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-11-23T01:31:21.4889686Z 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-11-23T01:31:21.4890878Z 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-11-23T01:31:21.4892256Z 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-11-23T01:31:21.4893454Z 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-11-23T01:31:21.4894374Z 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-11-23T01:31:21.4895513Z 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-11-23T01:31:21.4896601Z 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-11-23T01:31:21.4897861Z 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-11-23T01:31:21.4899168Z 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-11-23T01:31:21.4899795Z 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-11-23T01:31:21.4900844Z 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-11-23T01:31:21.4902765Z 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-11-23T01:31:21.4903165Z 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-11-23T01:31:21.4904465Z 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-11-23T01:31:21.4905355Z 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-11-23T01:31:21.4907294Z 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-11-23T01:31:21.4907778Z 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-11-23T01:31:21.4909094Z 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-11-23T01:31:21.4909834Z 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-11-23T01:31:21.4911305Z 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-11-23T01:31:21.4911841Z 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-11-23T01:31:21.4913274Z 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-11-23T01:31:21.4914291Z 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-11-23T01:31:21.4915433Z 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-11-23T01:31:21.4917001Z 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-11-23T01:31:21.4918317Z 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-11-23T01:31:21.4919588Z 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-11-23T01:31:21.4920711Z 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-11-23T01:31:21.4921825Z 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-11-23T01:31:21.4923157Z 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-11-23T01:31:21.4925412Z 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-11-23T01:31:21.4926349Z 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-11-23T01:31:21.4927821Z 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-11-23T01:31:21.4929010Z 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-11-23T01:31:21.4930105Z 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-11-23T01:31:21.4931344Z 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-11-23T01:31:21.4932446Z 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-11-23T01:31:21.4933588Z 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-11-23T01:31:21.4934743Z 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-11-23T01:31:21.4936085Z 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-11-23T01:31:21.4938002Z 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-11-23T01:31:21.4939136Z 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-11-23T01:31:21.4940377Z 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-11-23T01:31:21.4941433Z 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-11-23T01:31:21.4942466Z 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-11-23T01:31:21.4944858Z 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-11-23T01:31:21.4945408Z 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-11-23T01:31:21.4947538Z 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-11-23T01:31:21.4948904Z 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-11-23T01:31:21.4949700Z 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-11-23T01:31:21.4953825Z 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-11-23T01:31:21.4954547Z 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-11-23T01:31:21.4955596Z 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-11-23T01:31:21.4956649Z 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-11-23T01:31:21.4958029Z 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-11-23T01:31:21.4959049Z 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-11-23T01:31:21.4960225Z 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-11-23T01:31:21.4961423Z 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-11-23T01:31:21.4962903Z 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-11-23T01:31:21.4964089Z 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-11-23T01:31:21.4965287Z 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-11-23T01:31:21.4966584Z 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-11-23T01:31:21.4967558Z 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-11-23T01:31:21.4968753Z 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-11-23T01:31:21.4970140Z 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-11-23T01:31:21.4971382Z 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-11-23T01:31:21.4972463Z 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-11-23T01:31:21.4973503Z 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-11-23T01:31:21.4974749Z 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-11-23T01:31:21.4976002Z 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-11-23T01:31:21.4977184Z 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-11-23T01:31:21.4978354Z 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-11-23T01:31:21.4979467Z 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-11-23T01:31:21.4980634Z 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-11-23T01:31:21.4981709Z 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-11-23T01:31:21.4983579Z 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-11-23T01:31:21.4984569Z 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-11-23T01:31:21.4985755Z 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-11-23T01:31:21.4986963Z 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-11-23T01:31:21.4987910Z 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-11-23T01:31:21.4989237Z 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-11-23T01:31:21.4990430Z 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-11-23T01:31:21.4991374Z 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-11-23T01:31:21.4992642Z 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-11-23T01:31:21.4993743Z 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-11-23T01:31:21.4994905Z 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-11-23T01:31:21.4996132Z 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-11-23T01:31:21.4997999Z 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-11-23T01:31:21.4998978Z 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-11-23T01:31:21.5000022Z 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-11-23T01:31:21.5001014Z 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-11-23T01:31:21.5002395Z 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-11-23T01:31:21.5003699Z 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-11-23T01:31:21.5004787Z 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-11-23T01:31:21.5006220Z 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-11-23T01:31:21.5007234Z 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-11-23T01:31:21.5008486Z 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-11-23T01:31:21.5009709Z 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-11-23T01:31:21.5010819Z 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-11-23T01:31:21.5012042Z 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-11-23T01:31:21.5013183Z 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-11-23T01:31:21.5014188Z 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-11-23T01:31:21.5015309Z 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-11-23T01:31:21.5016559Z 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-11-23T01:31:21.5017728Z 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-11-23T01:31:21.5018893Z 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-11-23T01:31:21.5020026Z 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-11-23T01:31:21.5021164Z 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-11-23T01:31:21.5022407Z 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-11-23T01:31:21.5023584Z 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-11-23T01:31:21.5024597Z 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-11-23T01:31:21.5025727Z 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-11-23T01:31:21.5026854Z 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-11-23T01:31:21.5028507Z 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-11-23T01:31:21.5029499Z 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-11-23T01:31:21.5030654Z 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-11-23T01:31:21.5031715Z 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-11-23T01:31:21.5032909Z 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-11-23T01:31:21.5034024Z 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-11-23T01:31:21.5035184Z 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-11-23T01:31:21.5036553Z 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-11-23T01:31:21.5037504Z 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-11-23T01:31:21.5038650Z 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-11-23T01:31:21.5039699Z 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-11-23T01:31:21.5040816Z 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-11-23T01:31:21.5042134Z 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-11-23T01:31:21.5043350Z 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-11-23T01:31:21.5044704Z 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-11-23T01:31:21.5045981Z 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-11-23T01:31:21.5047099Z 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-11-23T01:31:21.5048261Z 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-11-23T01:31:21.5049679Z 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-11-23T01:31:21.5050594Z 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-11-23T01:31:21.5051726Z 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-11-23T01:31:21.5052860Z 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-11-23T01:31:21.5054059Z 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-11-23T01:31:21.5055277Z 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-11-23T01:31:21.5056336Z 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-11-23T01:31:21.5057696Z 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-11-23T01:31:21.5059653Z 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-11-23T01:31:21.5060583Z 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-11-23T01:31:21.5061447Z 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-11-23T01:31:21.5062732Z 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-11-23T01:31:21.5063948Z 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-11-23T01:31:21.5065091Z 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-11-23T01:31:21.5066195Z 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-11-23T01:31:21.5067399Z 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-11-23T01:31:21.5068797Z 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-11-23T01:31:21.5069900Z 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-11-23T01:31:21.5070869Z 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-11-23T01:31:21.5071995Z 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-11-23T01:31:21.5073382Z 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-11-23T01:31:21.5074466Z 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-11-23T01:31:21.5075536Z 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-11-23T01:31:21.5076576Z 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-11-23T01:31:21.5077756Z 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-11-23T01:31:21.5079960Z 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-11-23T01:31:21.5080527Z 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-11-23T01:31:21.5081329Z 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-11-23T01:31:21.5082674Z 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-11-23T01:31:21.5084996Z 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-11-23T01:31:21.5085829Z 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-11-23T01:31:21.5086929Z 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-11-23T01:31:21.5088107Z 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-11-23T01:31:21.5089334Z 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-11-23T01:31:21.5090518Z 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-11-23T01:31:21.5091564Z 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-11-23T01:31:21.5092617Z 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-11-23T01:31:21.5093738Z 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-11-23T01:31:21.5095117Z 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-11-23T01:31:21.5096360Z 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-11-23T01:31:21.5097985Z 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-11-23T01:31:21.5098827Z 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-11-23T01:31:21.5099929Z 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-11-23T01:31:21.5100969Z 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-11-23T01:31:21.5102220Z 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-11-23T01:31:21.5103547Z 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-11-23T01:31:21.5104842Z 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-11-23T01:31:21.5106105Z 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-11-23T01:31:21.5107147Z 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-11-23T01:31:21.5108288Z 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-11-23T01:31:21.5109428Z 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-11-23T01:31:21.5110508Z 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-11-23T01:31:21.5111632Z 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-11-23T01:31:21.5112671Z 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-11-23T01:31:21.5114037Z 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-11-23T01:31:21.5115201Z 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-11-23T01:31:21.5116470Z 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-11-23T01:31:21.5117585Z 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-11-23T01:31:21.5118686Z 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-11-23T01:31:21.5119827Z 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-11-23T01:31:21.5121142Z 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-11-23T01:31:21.5122280Z 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-11-23T01:31:21.5123435Z 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-11-23T01:31:21.5124684Z 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-11-23T01:31:21.5125854Z 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-11-23T01:31:21.5127017Z 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-11-23T01:31:21.5128170Z 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-11-23T01:31:21.5129302Z 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-11-23T01:31:21.5130722Z 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-11-23T01:31:21.5131912Z 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-11-23T01:31:21.5133123Z 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-11-23T01:31:21.5134240Z 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-11-23T01:31:21.5136074Z 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-11-23T01:31:21.5137262Z 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-11-23T01:31:21.5138311Z 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-11-23T01:31:21.5139484Z 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-11-23T01:31:21.5140610Z 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-11-23T01:31:21.5141749Z 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-11-23T01:31:21.5142817Z 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-11-23T01:31:21.5143956Z 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-11-23T01:31:21.5145096Z 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-11-23T01:31:21.5146367Z 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-11-23T01:31:21.5147419Z 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-11-23T01:31:21.5148566Z 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-11-23T01:31:21.5149715Z 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-11-23T01:31:21.5150758Z 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-11-23T01:31:21.5152104Z 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-11-23T01:31:21.5153366Z 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-11-23T01:31:21.5154331Z 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-11-23T01:31:21.5155457Z 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-11-23T01:31:21.5156751Z 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-11-23T01:31:21.5157896Z 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-11-23T01:31:21.5158903Z 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-11-23T01:31:21.5160008Z 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-11-23T01:31:21.5161194Z 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-11-23T01:31:21.5162509Z 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-11-23T01:31:21.5164741Z 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-11-23T01:31:21.5165626Z 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-11-23T01:31:21.5166826Z 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-11-23T01:31:21.5168056Z 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-11-23T01:31:21.5169381Z 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-11-23T01:31:21.5170459Z 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-11-23T01:31:21.5171687Z 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-11-23T01:31:21.5172821Z 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-11-23T01:31:21.5174109Z 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-11-23T01:31:21.5175172Z 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-11-23T01:31:21.5176372Z 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-11-23T01:31:21.5177491Z 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-11-23T01:31:21.5178696Z 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-11-23T01:31:21.5179810Z 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-11-23T01:31:21.5180993Z 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-11-23T01:31:21.5182295Z 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-11-23T01:31:21.5183375Z 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-11-23T01:31:21.5184578Z 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-11-23T01:31:21.5185694Z 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-11-23T01:31:21.5186992Z 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-11-23T01:31:21.5188073Z 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-11-23T01:31:21.5189185Z 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-11-23T01:31:21.5190350Z 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-11-23T01:31:21.5191646Z 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-11-23T01:31:21.5192724Z 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-11-23T01:31:21.5193850Z 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-11-23T01:31:21.5195097Z 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-11-23T01:31:21.5196325Z 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-11-23T01:31:21.5197440Z 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-11-23T01:31:21.5198537Z 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-11-23T01:31:21.5199652Z 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-11-23T01:31:21.5201031Z 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-11-23T01:31:21.5202213Z 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-11-23T01:31:21.5203472Z 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-11-23T01:31:21.5204678Z 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-11-23T01:31:21.5205983Z 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-11-23T01:31:21.5207289Z 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-11-23T01:31:21.5208397Z 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-11-23T01:31:21.5209445Z 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-11-23T01:31:21.5210695Z 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-11-23T01:31:21.5212863Z 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-11-23T01:31:21.5213619Z 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-11-23T01:31:21.5214809Z 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-11-23T01:31:21.5216011Z 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-11-23T01:31:21.5217289Z 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-11-23T01:31:21.5218325Z 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-11-23T01:31:21.5219606Z 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-11-23T01:31:21.5220839Z 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-11-23T01:31:21.5222011Z 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-11-23T01:31:21.5223095Z 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-11-23T01:31:21.5224449Z 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-11-23T01:31:21.5225597Z 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-11-23T01:31:21.5226599Z 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-11-23T01:31:21.5227812Z 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-11-23T01:31:21.5228790Z 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-11-23T01:31:21.5229809Z 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-11-23T01:31:21.5231075Z 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-11-23T01:31:21.5232348Z 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-11-23T01:31:21.5233473Z 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-11-23T01:31:21.5234549Z 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-11-23T01:31:21.5235673Z 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-11-23T01:31:21.5237024Z 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-11-23T01:31:21.5237972Z 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-11-23T01:31:21.5239130Z 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-11-23T01:31:21.5249990Z 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-11-23T01:31:21.5250680Z 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-11-23T01:31:21.5251255Z 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-11-23T01:31:21.5251805Z 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-11-23T01:31:21.5252381Z 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-11-23T01:31:21.5252955Z 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-11-23T01:31:21.5253679Z 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-11-23T01:31:21.5254464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.5255061Z 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-11-23T01:31:21.5255667Z 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-11-23T01:31:21.5256239Z 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-11-23T01:31:21.5256822Z 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-11-23T01:31:21.5257353Z 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-11-23T01:31:21.5258043Z 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-11-23T01:31:21.5258822Z 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-11-23T01:31:21.5259375Z 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-11-23T01:31:21.5259896Z 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-11-23T01:31:21.5260568Z 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-11-23T01:31:21.5261520Z 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-11-23T01:31:21.5262697Z 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-11-23T01:31:21.5263796Z 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-11-23T01:31:21.5264867Z 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-11-23T01:31:21.5266260Z 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-11-23T01:31:21.5267472Z 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-11-23T01:31:21.5268519Z 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-11-23T01:31:21.5269755Z 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-11-23T01:31:21.5271273Z 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-11-23T01:31:21.5272986Z 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-11-23T01:31:21.5274714Z 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-11-23T01:31:21.5275781Z 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-11-23T01:31:21.5277073Z 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-11-23T01:31:21.5278438Z 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-11-23T01:31:21.5279377Z 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-11-23T01:31:21.5280538Z 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-11-23T01:31:21.5281917Z 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-11-23T01:31:21.5283118Z 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-11-23T01:31:21.5284256Z 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-11-23T01:31:21.5285547Z 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-11-23T01:31:21.5286948Z 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-11-23T01:31:21.5288174Z 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-11-23T01:31:21.5290023Z 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-11-23T01:31:21.5291073Z 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-11-23T01:31:21.5292150Z 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-11-23T01:31:21.5293190Z 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-11-23T01:31:21.5294401Z 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-11-23T01:31:21.5295538Z 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-11-23T01:31:21.5296967Z 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-11-23T01:31:21.5298049Z 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-11-23T01:31:21.5298979Z 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-11-23T01:31:21.5300285Z 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-11-23T01:31:21.5301554Z 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-11-23T01:31:21.5302637Z 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-11-23T01:31:21.5303990Z 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-11-23T01:31:21.5305064Z 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-11-23T01:31:21.5306353Z 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-11-23T01:31:21.5307153Z 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-11-23T01:31:21.5308504Z 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-11-23T01:31:21.5309869Z 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-11-23T01:31:21.5310921Z 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-11-23T01:31:21.5311987Z 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-11-23T01:31:21.5313055Z 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-11-23T01:31:21.5314160Z 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-11-23T01:31:21.5315389Z 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-11-23T01:31:21.5316539Z 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-11-23T01:31:21.5317901Z 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-11-23T01:31:21.5319066Z 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-11-23T01:31:21.5322166Z 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-11-23T01:31:21.5322722Z 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-11-23T01:31:21.5323302Z 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-11-23T01:31:21.5324354Z 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-11-23T01:31:21.5325705Z 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-11-23T01:31:21.5326757Z 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-11-23T01:31:21.5327961Z 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-11-23T01:31:21.5329408Z 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-11-23T01:31:21.5330766Z 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-11-23T01:31:21.5331735Z 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-11-23T01:31:21.5332842Z 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-11-23T01:31:21.5333951Z 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-11-23T01:31:21.5335245Z 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-11-23T01:31:21.5336521Z 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-11-23T01:31:21.5337688Z 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-11-23T01:31:21.5339860Z 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-11-23T01:31:21.5340438Z 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-11-23T01:31:21.5341151Z 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-11-23T01:31:21.5341759Z 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-11-23T01:31:21.5343380Z 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-11-23T01:31:21.5344137Z 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-11-23T01:31:21.5345005Z 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-11-23T01:31:21.5345842Z 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-11-23T01:31:21.5346727Z 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-11-23T01:31:21.5347420Z 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-11-23T01:31:21.5348325Z 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-11-23T01:31:21.5349345Z 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-11-23T01:31:21.5350102Z 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-11-23T01:31:21.5351045Z 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-11-23T01:31:21.5352128Z 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-11-23T01:31:21.5353118Z 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-11-23T01:31:21.5353928Z 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-11-23T01:31:21.5354411Z 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-11-23T01:31:21.5355647Z 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-11-23T01:31:21.5356628Z 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-11-23T01:31:21.5357559Z 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-11-23T01:31:21.5358830Z 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-11-23T01:31:21.5359433Z 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-11-23T01:31:21.5360962Z 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-11-23T01:31:21.5361965Z 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-11-23T01:31:21.5363004Z 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-11-23T01:31:21.5364032Z 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-11-23T01:31:21.5364481Z 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-11-23T01:31:21.5365766Z 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-11-23T01:31:21.5366357Z 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-11-23T01:31:21.5367350Z 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-11-23T01:31:21.5368246Z 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-11-23T01:31:21.5369296Z 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-11-23T01:31:21.5370196Z 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-11-23T01:31:21.5371001Z 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-11-23T01:31:21.5371781Z 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-11-23T01:31:21.5372832Z 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-11-23T01:31:21.5373701Z 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-11-23T01:31:21.5374293Z 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-11-23T01:31:21.5375406Z 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-11-23T01:31:21.5376244Z 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-11-23T01:31:21.5377188Z 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-11-23T01:31:21.5378181Z 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-11-23T01:31:21.5378978Z 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-11-23T01:31:21.5379840Z 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-11-23T01:31:21.5380840Z 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-11-23T01:31:21.5381819Z 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-11-23T01:31:21.5383100Z 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-11-23T01:31:21.5384094Z 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-11-23T01:31:21.5384882Z 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-11-23T01:31:21.5385751Z 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-11-23T01:31:21.5386620Z 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-11-23T01:31:21.5387580Z 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-11-23T01:31:21.5388882Z 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-11-23T01:31:21.5389592Z 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-11-23T01:31:21.5390473Z 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-11-23T01:31:21.5391699Z 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-11-23T01:31:21.5392772Z 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-11-23T01:31:21.5393638Z 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-11-23T01:31:21.5394534Z 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-11-23T01:31:21.5395828Z 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-11-23T01:31:21.5396808Z 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-11-23T01:31:21.5397803Z 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-11-23T01:31:21.5398849Z 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-11-23T01:31:21.5399890Z 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-11-23T01:31:21.5400725Z 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-11-23T01:31:21.5401962Z 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-11-23T01:31:21.5402809Z 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-11-23T01:31:21.5404023Z 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-11-23T01:31:21.5404909Z 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-11-23T01:31:21.5405776Z 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-11-23T01:31:21.5406774Z 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-11-23T01:31:21.5407949Z 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-11-23T01:31:21.5408775Z 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-11-23T01:31:21.5409675Z 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-11-23T01:31:21.5410628Z 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-11-23T01:31:21.5411483Z 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-11-23T01:31:21.5412373Z 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-11-23T01:31:21.5413816Z 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-11-23T01:31:21.5414643Z 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-11-23T01:31:21.5416303Z 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-11-23T01:31:21.5417008Z 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-11-23T01:31:21.5418491Z 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-11-23T01:31:21.5419410Z 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-11-23T01:31:21.5420272Z 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-11-23T01:31:21.5421302Z 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-11-23T01:31:21.5422278Z 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-11-23T01:31:21.5423741Z 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-11-23T01:31:21.5424723Z 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-11-23T01:31:21.5425811Z 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-11-23T01:31:21.5426750Z 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-11-23T01:31:21.5427608Z 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-11-23T01:31:21.5428475Z 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-11-23T01:31:21.5429482Z 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-11-23T01:31:21.5430451Z 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-11-23T01:31:21.5431431Z 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-11-23T01:31:21.5432183Z 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-11-23T01:31:21.5433447Z 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-11-23T01:31:21.5434396Z 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-11-23T01:31:21.5435250Z 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-11-23T01:31:21.5436203Z 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-11-23T01:31:21.5437169Z 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-11-23T01:31:21.5438068Z 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-11-23T01:31:21.5439040Z 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-11-23T01:31:21.5439945Z 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-11-23T01:31:21.5441016Z 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-11-23T01:31:21.5442075Z 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-11-23T01:31:21.5443024Z 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-11-23T01:31:21.5443906Z 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-11-23T01:31:21.5444843Z 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-11-23T01:31:21.5445753Z 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-11-23T01:31:21.5446677Z 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-11-23T01:31:21.5447719Z 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-11-23T01:31:21.5449603Z 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-11-23T01:31:21.5450010Z 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-11-23T01:31:21.5450721Z 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-11-23T01:31:21.5451799Z 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-11-23T01:31:21.5452843Z 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-11-23T01:31:21.5453864Z 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-11-23T01:31:21.5454915Z 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-11-23T01:31:21.5456039Z 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-11-23T01:31:21.5457291Z 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-11-23T01:31:21.5458312Z 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-11-23T01:31:21.5459025Z 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-11-23T01:31:21.5459912Z 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-11-23T01:31:21.5460587Z 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-11-23T01:31:21.5461469Z 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-11-23T01:31:21.5462727Z 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-11-23T01:31:21.5464214Z 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-11-23T01:31:21.5464821Z 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-11-23T01:31:21.5465405Z 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-11-23T01:31:21.5466011Z 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-11-23T01:31:21.5466910Z 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-11-23T01:31:21.5468006Z 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-11-23T01:31:21.5469095Z 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-11-23T01:31:21.5469762Z 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-11-23T01:31:21.5470759Z 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-11-23T01:31:21.5471642Z 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-11-23T01:31:21.5472575Z 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-11-23T01:31:21.5474169Z 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-11-23T01:31:21.5474950Z 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-11-23T01:31:21.5475806Z 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-11-23T01:31:21.5476550Z 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-11-23T01:31:21.5477748Z 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-11-23T01:31:21.5478528Z 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-11-23T01:31:21.5479730Z 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-11-23T01:31:21.5480846Z 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-11-23T01:31:21.5481917Z 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-11-23T01:31:21.5482741Z 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-11-23T01:31:21.5484252Z 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-11-23T01:31:21.5485154Z 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-11-23T01:31:21.5486419Z 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-11-23T01:31:21.5487130Z 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-11-23T01:31:21.5488143Z 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-11-23T01:31:21.5489303Z 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-11-23T01:31:21.5489779Z 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-11-23T01:31:21.5491232Z 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-11-23T01:31:21.5491750Z 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-11-23T01:31:21.5492835Z 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-11-23T01:31:21.5493911Z 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-11-23T01:31:21.5495048Z 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-11-23T01:31:21.5496151Z 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-11-23T01:31:21.5497616Z 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-11-23T01:31:21.5498740Z 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-11-23T01:31:21.5499983Z 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-11-23T01:31:21.5500917Z 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-11-23T01:31:21.5502206Z 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-11-23T01:31:21.5503294Z 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-11-23T01:31:21.5504738Z 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-11-23T01:31:21.5505842Z 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-11-23T01:31:21.5506872Z 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-11-23T01:31:21.5508002Z 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-11-23T01:31:21.5509096Z 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-11-23T01:31:21.5510414Z 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-11-23T01:31:21.5511785Z 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-11-23T01:31:21.5512788Z 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-11-23T01:31:21.5513957Z 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-11-23T01:31:21.5515029Z 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-11-23T01:31:21.5516334Z 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-11-23T01:31:21.5517462Z 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-11-23T01:31:21.5518576Z 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-11-23T01:31:21.5519654Z 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-11-23T01:31:21.5521011Z 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-11-23T01:31:21.5522312Z 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-11-23T01:31:21.5523435Z 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-11-23T01:31:21.5524540Z 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-11-23T01:31:21.5525753Z 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-11-23T01:31:21.5526990Z 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-11-23T01:31:21.5528048Z 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-11-23T01:31:21.5529350Z 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-11-23T01:31:21.5530441Z 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-11-23T01:31:21.5531754Z 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-11-23T01:31:21.5533060Z 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-11-23T01:31:21.5534205Z 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-11-23T01:31:21.5535167Z 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-11-23T01:31:21.5536280Z 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-11-23T01:31:21.5537637Z 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-11-23T01:31:21.5538991Z 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-11-23T01:31:21.5540380Z 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-11-23T01:31:21.5541369Z 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-11-23T01:31:21.5542528Z 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-11-23T01:31:21.5543638Z 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-11-23T01:31:21.5544743Z 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-11-23T01:31:21.5546197Z 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-11-23T01:31:21.5547126Z 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-11-23T01:31:21.5548259Z 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-11-23T01:31:21.5549433Z 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-11-23T01:31:21.5550709Z 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-11-23T01:31:21.5551778Z 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-11-23T01:31:21.5553002Z 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-11-23T01:31:21.5554273Z 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-11-23T01:31:21.5555355Z 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-11-23T01:31:21.5556512Z 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-11-23T01:31:21.5557680Z 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-11-23T01:31:21.5559129Z 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-11-23T01:31:21.5560954Z 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-11-23T01:31:21.5562166Z 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-11-23T01:31:21.5563536Z 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-11-23T01:31:21.5564586Z 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-11-23T01:31:21.5565770Z 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-11-23T01:31:21.5567045Z 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-11-23T01:31:21.5568211Z 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-11-23T01:31:21.5569389Z 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-11-23T01:31:21.5570507Z 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-11-23T01:31:21.5571731Z 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-11-23T01:31:21.5572781Z 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-11-23T01:31:21.5573872Z 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-11-23T01:31:21.5575440Z 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-11-23T01:31:21.5576293Z 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-11-23T01:31:21.5577503Z 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-11-23T01:31:21.5578877Z 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-11-23T01:31:21.5579936Z 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-11-23T01:31:21.5581093Z 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-11-23T01:31:21.5582172Z 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-11-23T01:31:21.5583297Z 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-11-23T01:31:21.5584831Z 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-11-23T01:31:21.5586198Z 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-11-23T01:31:21.5587106Z 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-11-23T01:31:21.5588216Z 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-11-23T01:31:21.5589323Z 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-11-23T01:31:21.5590608Z 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-11-23T01:31:21.5591630Z 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-11-23T01:31:21.5592802Z 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-11-23T01:31:21.5594115Z 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-11-23T01:31:21.5595150Z 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-11-23T01:31:21.5596216Z 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-11-23T01:31:21.5597500Z 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-11-23T01:31:21.5598588Z 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-11-23T01:31:21.5599733Z 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-11-23T01:31:21.5600943Z 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-11-23T01:31:21.5602323Z 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-11-23T01:31:21.5604249Z 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-11-23T01:31:21.5604652Z 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-11-23T01:31:21.5605134Z 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-11-23T01:31:21.5606121Z 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-11-23T01:31:21.5607167Z 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-11-23T01:31:21.5608125Z 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-11-23T01:31:21.5609439Z 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-11-23T01:31:21.5610249Z 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-11-23T01:31:21.5611611Z 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-11-23T01:31:21.5612666Z 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-11-23T01:31:21.5613542Z 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-11-23T01:31:21.5614885Z 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-11-23T01:31:21.5615943Z 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-11-23T01:31:21.5617111Z 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-11-23T01:31:21.5618445Z 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-11-23T01:31:21.5619434Z 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-11-23T01:31:21.5620568Z 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-11-23T01:31:21.5621866Z 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-11-23T01:31:21.5623770Z 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-11-23T01:31:21.5624424Z 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-11-23T01:31:21.5625435Z 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-11-23T01:31:21.5626309Z 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-11-23T01:31:21.5627594Z 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-11-23T01:31:21.5628933Z 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-11-23T01:31:21.5630028Z 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-11-23T01:31:21.5631145Z 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-11-23T01:31:21.5632352Z 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-11-23T01:31:21.5633638Z 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-11-23T01:31:21.5635611Z 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-11-23T01:31:21.5636679Z 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-11-23T01:31:21.5637897Z 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-11-23T01:31:21.5639077Z 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-11-23T01:31:21.5640113Z 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-11-23T01:31:21.5641218Z 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-11-23T01:31:21.5642585Z 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-11-23T01:31:21.5643754Z 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-11-23T01:31:21.5645121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.5646380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.5647565Z 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-11-23T01:31:21.5648635Z 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-11-23T01:31:21.5649787Z 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-11-23T01:31:21.5651098Z 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-11-23T01:31:21.5652218Z 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-11-23T01:31:21.5653363Z 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-11-23T01:31:21.5654535Z 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-11-23T01:31:21.5655719Z 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-11-23T01:31:21.5656925Z 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-11-23T01:31:21.5658166Z 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-11-23T01:31:21.5659383Z 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-11-23T01:31:21.5660493Z 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-11-23T01:31:21.5661740Z 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-11-23T01:31:21.5662796Z 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-11-23T01:31:21.5663821Z 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-11-23T01:31:21.5664966Z 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-11-23T01:31:21.5666099Z 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-11-23T01:31:21.5667259Z 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-11-23T01:31:21.5668731Z 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-11-23T01:31:21.5669838Z 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-11-23T01:31:21.5671124Z 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-11-23T01:31:21.5671988Z 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-11-23T01:31:21.5673259Z 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-11-23T01:31:21.5674412Z 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-11-23T01:31:21.5675442Z 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-11-23T01:31:21.5676571Z 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-11-23T01:31:21.5677702Z 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-11-23T01:31:21.5678876Z 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-11-23T01:31:21.5680090Z 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-11-23T01:31:21.5681224Z 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-11-23T01:31:21.5682517Z 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-11-23T01:31:21.5684459Z 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-11-23T01:31:21.5685848Z 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-11-23T01:31:21.5686531Z 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-11-23T01:31:21.5687528Z 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-11-23T01:31:21.5688609Z 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-11-23T01:31:21.5689385Z 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-11-23T01:31:21.5690314Z 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-11-23T01:31:21.5691157Z 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-11-23T01:31:21.5692057Z 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-11-23T01:31:21.5693023Z 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-11-23T01:31:21.5694286Z 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-11-23T01:31:21.5694943Z 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-11-23T01:31:21.5696021Z 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-11-23T01:31:21.5697032Z 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-11-23T01:31:21.5697753Z 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-11-23T01:31:21.5698856Z 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-11-23T01:31:21.5699497Z 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-11-23T01:31:21.5700735Z 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-11-23T01:31:21.5701458Z 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-11-23T01:31:21.5702994Z 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-11-23T01:31:21.5703641Z 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-11-23T01:31:21.5705174Z 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-11-23T01:31:21.5705806Z 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-11-23T01:31:21.5706886Z 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-11-23T01:31:21.5707583Z 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-11-23T01:31:21.5708599Z 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-11-23T01:31:21.5709480Z 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-11-23T01:31:21.5710138Z 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-11-23T01:31:21.5711125Z 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-11-23T01:31:21.5712399Z 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-11-23T01:31:21.5714014Z 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-11-23T01:31:21.5715480Z 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-11-23T01:31:21.5716696Z 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-11-23T01:31:21.5717930Z 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-11-23T01:31:21.5719040Z 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-11-23T01:31:21.5720151Z 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-11-23T01:31:21.5721342Z 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-11-23T01:31:21.5722592Z 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-11-23T01:31:21.5723672Z 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-11-23T01:31:21.5724861Z 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-11-23T01:31:21.5726208Z 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-11-23T01:31:21.5727542Z 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-11-23T01:31:21.5728787Z 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-11-23T01:31:21.5729885Z 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-11-23T01:31:21.5730975Z 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-11-23T01:31:21.5732076Z 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-11-23T01:31:21.5733167Z 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-11-23T01:31:21.5734259Z 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-11-23T01:31:21.5735319Z 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-11-23T01:31:21.5736496Z 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-11-23T01:31:21.5737850Z 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-11-23T01:31:21.5739272Z 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-11-23T01:31:21.5740479Z 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-11-23T01:31:21.5741697Z 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-11-23T01:31:21.5742801Z 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-11-23T01:31:21.5743926Z 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-11-23T01:31:21.5745017Z 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-11-23T01:31:21.5746115Z 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-11-23T01:31:21.5747185Z 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-11-23T01:31:21.5748369Z 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-11-23T01:31:21.5749702Z 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-11-23T01:31:21.5751018Z 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-11-23T01:31:21.5752217Z 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-11-23T01:31:21.5753348Z 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-11-23T01:31:21.5754453Z 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-11-23T01:31:21.5755560Z 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-11-23T01:31:21.5756661Z 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-11-23T01:31:21.5757745Z 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-11-23T01:31:21.5758771Z 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-11-23T01:31:21.5759893Z 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-11-23T01:31:21.5760985Z 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-11-23T01:31:21.5762079Z 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-11-23T01:31:21.5763063Z 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-11-23T01:31:21.5764314Z 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-11-23T01:31:21.5765540Z 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-11-23T01:31:21.5766557Z 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-11-23T01:31:21.5767570Z 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-11-23T01:31:21.5768654Z 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-11-23T01:31:21.5769685Z 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-11-23T01:31:21.5770649Z 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-11-23T01:31:21.5771628Z 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-11-23T01:31:21.5772716Z 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-11-23T01:31:21.5773795Z 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-11-23T01:31:21.5774773Z 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-11-23T01:31:21.5775741Z 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-11-23T01:31:21.5776835Z 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-11-23T01:31:21.5777915Z 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-11-23T01:31:21.5778907Z 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-11-23T01:31:21.5779874Z 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-11-23T01:31:21.5781037Z 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-11-23T01:31:21.5782206Z 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-11-23T01:31:21.5783257Z 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-11-23T01:31:21.5784264Z 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-11-23T01:31:21.5785295Z 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-11-23T01:31:21.5786295Z 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-11-23T01:31:21.5787364Z 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-11-23T01:31:21.5788363Z 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-11-23T01:31:21.5789545Z 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-11-23T01:31:21.5790739Z 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-11-23T01:31:21.5791731Z 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-11-23T01:31:21.5792937Z 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-11-23T01:31:21.5794171Z 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-11-23T01:31:21.5795254Z 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-11-23T01:31:21.5796247Z 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-11-23T01:31:21.5797195Z 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-11-23T01:31:21.5798348Z 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-11-23T01:31:21.5799237Z 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-11-23T01:31:21.5800480Z 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-11-23T01:31:21.5801445Z 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-11-23T01:31:21.5803733Z 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-11-23T01:31:21.5804590Z 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-11-23T01:31:21.5805470Z 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-11-23T01:31:21.5806058Z 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-11-23T01:31:21.5807117Z 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-11-23T01:31:21.5808301Z 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-11-23T01:31:21.5809282Z 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-11-23T01:31:21.5810241Z 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-11-23T01:31:21.5811515Z 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-11-23T01:31:21.5812743Z 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-11-23T01:31:21.5813872Z 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-11-23T01:31:21.5814860Z 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-11-23T01:31:21.5815977Z 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-11-23T01:31:21.5817082Z 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-11-23T01:31:21.5818089Z 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-11-23T01:31:21.5819119Z 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-11-23T01:31:21.5820285Z 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-11-23T01:31:21.5821539Z 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-11-23T01:31:21.5822866Z 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-11-23T01:31:21.5824120Z 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-11-23T01:31:21.5825240Z 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-11-23T01:31:21.5826323Z 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-11-23T01:31:21.5827421Z 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-11-23T01:31:21.5828501Z 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-11-23T01:31:21.5829571Z 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-11-23T01:31:21.5830632Z 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-11-23T01:31:21.5831811Z 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-11-23T01:31:21.5833135Z 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-11-23T01:31:21.5834459Z 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-11-23T01:31:21.5835641Z 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-11-23T01:31:21.5836848Z 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-11-23T01:31:21.5838006Z 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-11-23T01:31:21.5839087Z 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-11-23T01:31:21.5840175Z 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-11-23T01:31:21.5841242Z 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-11-23T01:31:21.5842402Z 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-11-23T01:31:21.5843490Z 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-11-23T01:31:21.5844507Z 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-11-23T01:31:21.5845486Z 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-11-23T01:31:21.5846456Z 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-11-23T01:31:21.5847582Z 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-11-23T01:31:21.5848809Z 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-11-23T01:31:21.5850043Z 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-11-23T01:31:21.5851388Z 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-11-23T01:31:21.5852537Z 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-11-23T01:31:21.5853666Z 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-11-23T01:31:21.5854787Z 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-11-23T01:31:21.5855742Z 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-11-23T01:31:21.5857270Z 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-11-23T01:31:21.5858411Z 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-11-23T01:31:21.5859441Z 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-11-23T01:31:21.5860436Z 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-11-23T01:31:21.5861717Z 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-11-23T01:31:21.5862728Z 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-11-23T01:31:21.5863795Z 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-11-23T01:31:21.5864913Z 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-11-23T01:31:21.5866236Z 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-11-23T01:31:21.5867372Z 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-11-23T01:31:21.5868409Z 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-11-23T01:31:21.5869567Z 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-11-23T01:31:21.5870638Z 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-11-23T01:31:21.5871501Z 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-11-23T01:31:21.5872373Z 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-11-23T01:31:21.5873514Z 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-11-23T01:31:21.5874892Z 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-11-23T01:31:21.5876407Z 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-11-23T01:31:21.5877282Z 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-11-23T01:31:21.5878152Z 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-11-23T01:31:21.5878947Z 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-11-23T01:31:21.5879675Z 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-11-23T01:31:21.5880562Z 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-11-23T01:31:21.5881547Z 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-11-23T01:31:21.5882946Z 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-11-23T01:31:21.5884564Z 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-11-23T01:31:21.5885781Z 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-11-23T01:31:21.5886757Z 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-11-23T01:31:21.5887850Z 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-11-23T01:31:21.5888810Z 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-11-23T01:31:21.5889543Z 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-11-23T01:31:21.5890320Z 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-11-23T01:31:21.5891188Z 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-11-23T01:31:21.5892118Z 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-11-23T01:31:21.5892832Z 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-11-23T01:31:21.5893802Z 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-11-23T01:31:21.5894881Z 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-11-23T01:31:21.5895745Z 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-11-23T01:31:21.5896576Z 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-11-23T01:31:21.5898006Z 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-11-23T01:31:21.5899067Z 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-11-23T01:31:21.5900063Z 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-11-23T01:31:21.5900952Z 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-11-23T01:31:21.5901740Z 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-11-23T01:31:21.5903751Z 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-11-23T01:31:21.5904401Z 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-11-23T01:31:21.5905056Z 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-11-23T01:31:21.5905800Z 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-11-23T01:31:21.5906983Z 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-11-23T01:31:21.5908208Z 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-11-23T01:31:21.5909125Z 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-11-23T01:31:21.5910119Z 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-11-23T01:31:21.5911209Z 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-11-23T01:31:21.5912186Z 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-11-23T01:31:21.5913139Z 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-11-23T01:31:21.5914181Z 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-11-23T01:31:21.5915261Z 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-11-23T01:31:21.5916190Z 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-11-23T01:31:21.5918011Z 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-11-23T01:31:21.5919131Z 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-11-23T01:31:21.5920232Z 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-11-23T01:31:21.5921059Z 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-11-23T01:31:21.5922156Z 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-11-23T01:31:21.5923546Z 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-11-23T01:31:21.5924694Z 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-11-23T01:31:21.5925791Z 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-11-23T01:31:21.5926997Z 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-11-23T01:31:21.5927958Z 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-11-23T01:31:21.5929032Z 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-11-23T01:31:21.5930174Z 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-11-23T01:31:21.5931081Z 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-11-23T01:31:21.5932309Z 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-11-23T01:31:21.5933162Z 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-11-23T01:31:21.5934324Z 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-11-23T01:31:21.5935627Z 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-11-23T01:31:21.5936493Z 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-11-23T01:31:21.5937507Z 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-11-23T01:31:21.5938526Z 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-11-23T01:31:21.5939650Z 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-11-23T01:31:21.5940532Z 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-11-23T01:31:21.5941743Z 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-11-23T01:31:21.5942604Z 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-11-23T01:31:21.5943755Z 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-11-23T01:31:21.5944789Z 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-11-23T01:31:21.5945977Z 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-11-23T01:31:21.5950821Z 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-11-23T01:31:21.5951629Z 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-11-23T01:31:21.5952343Z 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-11-23T01:31:21.5953083Z 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-11-23T01:31:21.5953824Z 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-11-23T01:31:21.5954528Z 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-11-23T01:31:21.5955301Z 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-11-23T01:31:21.5956130Z 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-11-23T01:31:21.5956958Z 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-11-23T01:31:21.5957856Z 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-11-23T01:31:21.5958858Z 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-11-23T01:31:21.5959969Z 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-11-23T01:31:21.5960849Z 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-11-23T01:31:21.5961934Z 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-11-23T01:31:21.5962911Z 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-11-23T01:31:21.5963780Z 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-11-23T01:31:21.5964488Z 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-11-23T01:31:21.5965082Z 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-11-23T01:31:21.5965716Z 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-11-23T01:31:21.5966425Z 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-11-23T01:31:21.5967063Z 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-11-23T01:31:21.5968095Z 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-11-23T01:31:21.5969063Z 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-11-23T01:31:21.5970045Z 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-11-23T01:31:21.5970916Z 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-11-23T01:31:21.5971610Z 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-11-23T01:31:21.5972381Z 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-11-23T01:31:21.5973321Z 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-11-23T01:31:21.5974375Z 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-11-23T01:31:21.5975097Z 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-11-23T01:31:21.5975933Z 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-11-23T01:31:21.5977218Z 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-11-23T01:31:21.5977967Z 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-11-23T01:31:21.5978753Z 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-11-23T01:31:21.5979884Z 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-11-23T01:31:21.5980892Z 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-11-23T01:31:21.5981774Z 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-11-23T01:31:21.5983083Z 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-11-23T01:31:21.5983952Z 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-11-23T01:31:21.5984999Z 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-11-23T01:31:21.5985718Z 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-11-23T01:31:21.5986797Z 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-11-23T01:31:21.5988008Z 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-11-23T01:31:21.5989013Z 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-11-23T01:31:21.5990044Z 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-11-23T01:31:21.5990846Z 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-11-23T01:31:21.5991829Z 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-11-23T01:31:21.5992737Z 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-11-23T01:31:21.5994168Z 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-11-23T01:31:21.5995314Z 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-11-23T01:31:21.5996027Z 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-11-23T01:31:21.5996672Z 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-11-23T01:31:21.5998103Z 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-11-23T01:31:21.5998864Z 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-11-23T01:31:21.5999830Z 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-11-23T01:31:21.6000772Z 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-11-23T01:31:21.6001902Z 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-11-23T01:31:21.6003872Z 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-11-23T01:31:21.6004688Z 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-11-23T01:31:21.6005495Z 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-11-23T01:31:21.6006315Z 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-11-23T01:31:21.6007023Z 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-11-23T01:31:21.6008106Z 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-11-23T01:31:21.6009344Z 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-11-23T01:31:21.6010418Z 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-11-23T01:31:21.6011485Z 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-11-23T01:31:21.6012409Z 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-11-23T01:31:21.6013286Z 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-11-23T01:31:21.6014207Z 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-11-23T01:31:21.6015065Z 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-11-23T01:31:21.6015872Z 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-11-23T01:31:21.6016873Z 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-11-23T01:31:21.6017904Z 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-11-23T01:31:21.6018841Z 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-11-23T01:31:21.6019847Z 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-11-23T01:31:21.6020545Z 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-11-23T01:31:21.6021436Z 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-11-23T01:31:21.6022588Z 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-11-23T01:31:21.6023779Z 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-11-23T01:31:21.6024934Z 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-11-23T01:31:21.6026048Z 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-11-23T01:31:21.6027172Z 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-11-23T01:31:21.6028405Z 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-11-23T01:31:21.6029799Z 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-11-23T01:31:21.6031180Z 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-11-23T01:31:21.6032398Z 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-11-23T01:31:21.6033541Z 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-11-23T01:31:21.6034687Z 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-11-23T01:31:21.6035921Z 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-11-23T01:31:21.6037129Z 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-11-23T01:31:21.6038245Z 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-11-23T01:31:21.6039285Z 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-11-23T01:31:21.6040350Z 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-11-23T01:31:21.6041443Z 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-11-23T01:31:21.6042606Z 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-11-23T01:31:21.6043608Z 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-11-23T01:31:21.6044716Z 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-11-23T01:31:21.6045803Z 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-11-23T01:31:21.6046811Z 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-11-23T01:31:21.6047892Z 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-11-23T01:31:21.6049104Z 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-11-23T01:31:21.6050520Z 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-11-23T01:31:21.6051606Z 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-11-23T01:31:21.6052868Z 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-11-23T01:31:21.6053790Z 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-11-23T01:31:21.6055026Z 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-11-23T01:31:21.6056071Z 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-11-23T01:31:21.6057394Z 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-11-23T01:31:21.6058176Z 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-11-23T01:31:21.6059177Z 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-11-23T01:31:21.6060255Z 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-11-23T01:31:21.6061191Z 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-11-23T01:31:21.6061979Z 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-11-23T01:31:21.6063019Z 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-11-23T01:31:21.6064137Z 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-11-23T01:31:21.6065147Z 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-11-23T01:31:21.6066365Z 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-11-23T01:31:21.6067501Z 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-11-23T01:31:21.6068614Z 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-11-23T01:31:21.6069605Z 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-11-23T01:31:21.6070580Z 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-11-23T01:31:21.6071754Z 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-11-23T01:31:21.6072942Z 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-11-23T01:31:21.6074069Z 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-11-23T01:31:21.6075133Z 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-11-23T01:31:21.6076576Z 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-11-23T01:31:21.6077543Z 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-11-23T01:31:21.6078722Z 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-11-23T01:31:21.6079663Z 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-11-23T01:31:21.6080764Z 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-11-23T01:31:21.6082007Z 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-11-23T01:31:21.6083003Z 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-11-23T01:31:21.6084678Z 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-11-23T01:31:21.6086449Z 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-11-23T01:31:21.6087130Z 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-11-23T01:31:21.6088146Z 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-11-23T01:31:21.6089136Z 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-11-23T01:31:21.6089905Z 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-11-23T01:31:21.6090828Z 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-11-23T01:31:21.6091951Z 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-11-23T01:31:21.6093008Z 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-11-23T01:31:21.6094109Z 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-11-23T01:31:21.6095301Z 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-11-23T01:31:21.6096379Z 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-11-23T01:31:21.6097439Z 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-11-23T01:31:21.6098358Z 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-11-23T01:31:21.6099194Z 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-11-23T01:31:21.6100037Z 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-11-23T01:31:21.6100805Z 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-11-23T01:31:21.6101834Z 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-11-23T01:31:21.6102395Z 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-11-23T01:31:21.6103494Z 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-11-23T01:31:21.6104137Z 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-11-23T01:31:21.6105469Z 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-11-23T01:31:21.6106414Z 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-11-23T01:31:21.6107491Z 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-11-23T01:31:21.6108486Z 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-11-23T01:31:21.6109670Z 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-11-23T01:31:21.6110563Z 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-11-23T01:31:21.6111670Z 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-11-23T01:31:21.6112894Z 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-11-23T01:31:21.6113928Z 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-11-23T01:31:21.6114906Z 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-11-23T01:31:21.6116294Z 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-11-23T01:31:21.6117373Z 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-11-23T01:31:21.6118500Z 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-11-23T01:31:21.6119373Z 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-11-23T01:31:21.6120267Z 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-11-23T01:31:21.6121506Z 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-11-23T01:31:21.6122464Z 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-11-23T01:31:21.6123593Z 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-11-23T01:31:21.6124698Z 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-11-23T01:31:21.6125680Z 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-11-23T01:31:21.6126295Z 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-11-23T01:31:21.6127102Z 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-11-23T01:31:21.6128232Z 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-11-23T01:31:21.6129224Z 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-11-23T01:31:21.6130318Z 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-11-23T01:31:21.6131246Z 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-11-23T01:31:21.6132322Z 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-11-23T01:31:21.6133778Z 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-11-23T01:31:21.6134769Z 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-11-23T01:31:21.6135766Z 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-11-23T01:31:21.6136679Z 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-11-23T01:31:21.6138016Z 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-11-23T01:31:21.6138907Z 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-11-23T01:31:21.6140020Z 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-11-23T01:31:21.6140961Z 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-11-23T01:31:21.6141954Z 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-11-23T01:31:21.6142834Z 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-11-23T01:31:21.6143606Z 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-11-23T01:31:21.6144579Z 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-11-23T01:31:21.6145381Z 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-11-23T01:31:21.6146448Z 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-11-23T01:31:21.6147377Z 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-11-23T01:31:21.6148342Z 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-11-23T01:31:21.6149193Z 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-11-23T01:31:21.6150219Z 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-11-23T01:31:21.6151009Z 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-11-23T01:31:21.6151984Z 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-11-23T01:31:21.6152813Z 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-11-23T01:31:21.6153976Z 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-11-23T01:31:21.6155061Z 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-11-23T01:31:21.6156115Z 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-11-23T01:31:21.6157033Z 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-11-23T01:31:21.6157934Z 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-11-23T01:31:21.6158776Z 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-11-23T01:31:21.6159763Z 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-11-23T01:31:21.6160498Z 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-11-23T01:31:21.6161450Z 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-11-23T01:31:21.6162356Z 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-11-23T01:31:21.6163262Z 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-11-23T01:31:21.6164210Z 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-11-23T01:31:21.6165092Z 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-11-23T01:31:21.6166099Z 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-11-23T01:31:21.6167196Z 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-11-23T01:31:21.6168352Z 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-11-23T01:31:21.6169414Z 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-11-23T01:31:21.6170269Z 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-11-23T01:31:21.6171144Z 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-11-23T01:31:21.6171991Z 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-11-23T01:31:21.6172916Z 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-11-23T01:31:21.6173814Z 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-11-23T01:31:21.6174701Z 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-11-23T01:31:21.6175872Z 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-11-23T01:31:21.6176813Z 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-11-23T01:31:21.6177871Z 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-11-23T01:31:21.6178936Z 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-11-23T01:31:21.6180064Z 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-11-23T01:31:21.6181236Z 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-11-23T01:31:21.6182205Z 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-11-23T01:31:21.6183239Z 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-11-23T01:31:21.6184378Z 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-11-23T01:31:21.6185329Z 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-11-23T01:31:21.6186485Z 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-11-23T01:31:21.6187471Z 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-11-23T01:31:21.6188689Z 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-11-23T01:31:21.6189639Z 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-11-23T01:31:21.6190664Z 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-11-23T01:31:21.6191770Z 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-11-23T01:31:21.6192923Z 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-11-23T01:31:21.6193935Z 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-11-23T01:31:21.6194915Z 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-11-23T01:31:21.6196134Z 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-11-23T01:31:21.6197079Z 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-11-23T01:31:21.6197976Z 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-11-23T01:31:21.6199308Z 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-11-23T01:31:21.6200207Z 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-11-23T01:31:21.6201306Z 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-11-23T01:31:21.6203375Z 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-11-23T01:31:21.6204226Z 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-11-23T01:31:21.6204908Z 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-11-23T01:31:21.6206604Z 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-11-23T01:31:21.6207386Z 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-11-23T01:31:21.6208491Z 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-11-23T01:31:21.6209432Z 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-11-23T01:31:21.6211051Z 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-11-23T01:31:21.6212121Z 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-11-23T01:31:21.6213076Z 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-11-23T01:31:21.6214078Z 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-11-23T01:31:21.6215036Z 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-11-23T01:31:21.6216134Z 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-11-23T01:31:21.6217134Z 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-11-23T01:31:21.6218123Z 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-11-23T01:31:21.6219070Z 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-11-23T01:31:21.6220050Z 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-11-23T01:31:21.6221032Z 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-11-23T01:31:21.6221988Z 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-11-23T01:31:21.6222909Z 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-11-23T01:31:21.6223866Z 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-11-23T01:31:21.6225061Z 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-11-23T01:31:21.6226228Z 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-11-23T01:31:21.6227393Z 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-11-23T01:31:21.6228472Z 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-11-23T01:31:21.6229514Z 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-11-23T01:31:21.6230548Z 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-11-23T01:31:21.6231552Z 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-11-23T01:31:21.6232683Z 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-11-23T01:31:21.6233783Z 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-11-23T01:31:21.6234783Z 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-11-23T01:31:21.6235739Z 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-11-23T01:31:21.6236728Z 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-11-23T01:31:21.6237681Z 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-11-23T01:31:21.6238638Z 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-11-23T01:31:21.6239599Z 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-11-23T01:31:21.6240707Z 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-11-23T01:31:21.6241972Z 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-11-23T01:31:21.6242552Z 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-11-23T01:31:21.6243097Z 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-11-23T01:31:21.6243805Z 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-11-23T01:31:21.6244402Z 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-11-23T01:31:21.6245021Z 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-11-23T01:31:21.6245598Z 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-11-23T01:31:21.6246182Z 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-11-23T01:31:21.6246742Z 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-11-23T01:31:21.6248002Z 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-11-23T01:31:21.6249101Z 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-11-23T01:31:21.6249619Z 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-11-23T01:31:21.6250564Z 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-11-23T01:31:21.6252017Z 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-11-23T01:31:21.6252580Z 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-11-23T01:31:21.6254082Z 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-11-23T01:31:21.6254547Z 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-11-23T01:31:21.6255637Z 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-11-23T01:31:21.6256532Z 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-11-23T01:31:21.6257246Z 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-11-23T01:31:21.6259260Z 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-11-23T01:31:21.6259924Z 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-11-23T01:31:21.6260669Z 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-11-23T01:31:21.6261383Z 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-11-23T01:31:21.6262540Z 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-11-23T01:31:21.6263501Z 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-11-23T01:31:21.6264586Z 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-11-23T01:31:21.6265459Z 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-11-23T01:31:21.6266530Z 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-11-23T01:31:21.6267263Z 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-11-23T01:31:21.6268174Z 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-11-23T01:31:21.6269478Z 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-11-23T01:31:21.6270620Z 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-11-23T01:31:21.6271443Z 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-11-23T01:31:21.6272304Z 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-11-23T01:31:21.6273530Z 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-11-23T01:31:21.6273932Z 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-11-23T01:31:21.6275305Z 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-11-23T01:31:21.6276213Z 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-11-23T01:31:21.6276982Z 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-11-23T01:31:21.6277920Z 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-11-23T01:31:21.6278752Z 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-11-23T01:31:21.6280090Z 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-11-23T01:31:21.6280931Z 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-11-23T01:31:21.6281930Z 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-11-23T01:31:21.6282962Z 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-11-23T01:31:21.6284086Z 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-11-23T01:31:21.6285029Z 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-11-23T01:31:21.6285881Z 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-11-23T01:31:21.6286898Z 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-11-23T01:31:21.6287749Z 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-11-23T01:31:21.6289028Z 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-11-23T01:31:21.6289682Z 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-11-23T01:31:21.6291172Z 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-11-23T01:31:21.6291667Z 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-11-23T01:31:21.6292781Z 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-11-23T01:31:21.6293648Z 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-11-23T01:31:21.6294552Z 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-11-23T01:31:21.6295675Z 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-11-23T01:31:21.6296461Z 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-11-23T01:31:21.6297492Z 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-11-23T01:31:21.6298228Z 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-11-23T01:31:21.6299612Z 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-11-23T01:31:21.6300462Z 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-11-23T01:31:21.6301298Z 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-11-23T01:31:21.6302360Z 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-11-23T01:31:21.6303373Z 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-11-23T01:31:21.6304417Z 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-11-23T01:31:21.6305263Z 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-11-23T01:31:21.6306550Z 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-11-23T01:31:21.6307101Z 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-11-23T01:31:21.6308704Z 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-11-23T01:31:21.6309923Z 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-11-23T01:31:21.6310495Z 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-11-23T01:31:21.6311781Z 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-11-23T01:31:21.6312693Z 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-11-23T01:31:21.6313346Z 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-11-23T01:31:21.6314882Z 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-11-23T01:31:21.6315833Z 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-11-23T01:31:21.6316472Z 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-11-23T01:31:21.6317634Z 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-11-23T01:31:21.6318207Z 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-11-23T01:31:21.6319614Z 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-11-23T01:31:21.6320329Z 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-11-23T01:31:21.6321743Z 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-11-23T01:31:21.6322746Z 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-11-23T01:31:21.6323768Z 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-11-23T01:31:21.6324905Z 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-11-23T01:31:21.6325988Z 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-11-23T01:31:21.6326978Z 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-11-23T01:31:21.6328512Z 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-11-23T01:31:21.6329350Z 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-11-23T01:31:21.6330380Z 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-11-23T01:31:21.6331370Z 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-11-23T01:31:21.6332432Z 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-11-23T01:31:21.6333294Z 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-11-23T01:31:21.6334796Z 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-11-23T01:31:21.6335669Z 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-11-23T01:31:21.6336354Z 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-11-23T01:31:21.6337581Z 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-11-23T01:31:21.6338400Z 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-11-23T01:31:21.6340143Z 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-11-23T01:31:21.6340567Z 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-11-23T01:31:21.6341464Z 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-11-23T01:31:21.6342286Z 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-11-23T01:31:21.6343303Z 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-11-23T01:31:21.6344093Z 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-11-23T01:31:21.6344931Z 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-11-23T01:31:21.6345963Z 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-11-23T01:31:21.6346891Z 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-11-23T01:31:21.6347923Z 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-11-23T01:31:21.6348886Z 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-11-23T01:31:21.6349780Z 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-11-23T01:31:21.6351126Z 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-11-23T01:31:21.6351958Z 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-11-23T01:31:21.6353206Z 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-11-23T01:31:21.6353876Z 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-11-23T01:31:21.6355115Z 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-11-23T01:31:21.6355827Z 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-11-23T01:31:21.6357209Z 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-11-23T01:31:21.6358172Z 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-11-23T01:31:21.6359820Z 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-11-23T01:31:21.6360546Z 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-11-23T01:31:21.6362314Z 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-11-23T01:31:21.6362860Z 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-11-23T01:31:21.6363992Z 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-11-23T01:31:21.6364714Z 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-11-23T01:31:21.6366025Z 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-11-23T01:31:21.6366987Z 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-11-23T01:31:21.6367975Z 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-11-23T01:31:21.6369638Z 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-11-23T01:31:21.6370443Z 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-11-23T01:31:21.6371383Z 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-11-23T01:31:21.6372736Z 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-11-23T01:31:21.6373799Z 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-11-23T01:31:21.6375939Z 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-11-23T01:31:21.6376712Z 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-11-23T01:31:21.6377921Z 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-11-23T01:31:21.6378931Z 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-11-23T01:31:21.6380109Z 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-11-23T01:31:21.6381199Z 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-11-23T01:31:21.6382340Z 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-11-23T01:31:21.6383546Z 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-11-23T01:31:21.6384589Z 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-11-23T01:31:21.6385861Z 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-11-23T01:31:21.6387265Z 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-11-23T01:31:21.6388410Z 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-11-23T01:31:21.6389577Z 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-11-23T01:31:21.6390773Z 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-11-23T01:31:21.6391994Z 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-11-23T01:31:21.6392979Z 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-11-23T01:31:21.6394071Z 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-11-23T01:31:21.6395231Z 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-11-23T01:31:21.6396589Z 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-11-23T01:31:21.6397820Z 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-11-23T01:31:21.6398774Z 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-11-23T01:31:21.6399924Z 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-11-23T01:31:21.6401083Z 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-11-23T01:31:21.6402430Z 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-11-23T01:31:21.6403691Z 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-11-23T01:31:21.6404846Z 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-11-23T01:31:21.6405899Z 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-11-23T01:31:21.6407111Z 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-11-23T01:31:21.6408508Z 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-11-23T01:31:21.6409717Z 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-11-23T01:31:21.6410880Z 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-11-23T01:31:21.6412068Z 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-11-23T01:31:21.6413443Z 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-11-23T01:31:21.6414394Z 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-11-23T01:31:21.6415602Z 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-11-23T01:31:21.6416739Z 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-11-23T01:31:21.6417869Z 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-11-23T01:31:21.6419045Z 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-11-23T01:31:21.6420128Z 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-11-23T01:31:21.6421254Z 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-11-23T01:31:21.6422541Z 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-11-23T01:31:21.6423730Z 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-11-23T01:31:21.6424920Z 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-11-23T01:31:21.6426024Z 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-11-23T01:31:21.6427372Z 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-11-23T01:31:21.6428435Z 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-11-23T01:31:21.6429616Z 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-11-23T01:31:21.6430646Z 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-11-23T01:31:21.6432012Z 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-11-23T01:31:21.6433250Z 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-11-23T01:31:21.6434125Z 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-11-23T01:31:21.6435433Z 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-11-23T01:31:21.6436572Z 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-11-23T01:31:21.6437598Z 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-11-23T01:31:21.6438802Z 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-11-23T01:31:21.6440125Z 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-11-23T01:31:21.6441263Z 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-11-23T01:31:21.6442682Z 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-11-23T01:31:21.6443740Z 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-11-23T01:31:21.6444888Z 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-11-23T01:31:21.6445987Z 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-11-23T01:31:21.6447102Z 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-11-23T01:31:21.6448376Z 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-11-23T01:31:21.6449788Z 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-11-23T01:31:21.6451752Z 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-11-23T01:31:21.6452836Z 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-11-23T01:31:21.6454023Z 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-11-23T01:31:21.6455360Z 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-11-23T01:31:21.6456420Z 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-11-23T01:31:21.6457581Z 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-11-23T01:31:21.6458862Z 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-11-23T01:31:21.6460180Z 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-11-23T01:31:21.6461254Z 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-11-23T01:31:21.6462424Z 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-11-23T01:31:21.6463713Z 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-11-23T01:31:21.6464604Z 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-11-23T01:31:21.6466855Z 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-11-23T01:31:21.6467343Z 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-11-23T01:31:21.6467954Z 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-11-23T01:31:21.6469004Z 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-11-23T01:31:21.6470467Z 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-11-23T01:31:21.6471183Z 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-11-23T01:31:21.6472118Z 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-11-23T01:31:21.6473417Z 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-11-23T01:31:21.6474234Z 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-11-23T01:31:21.6475293Z 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-11-23T01:31:21.6476490Z 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-11-23T01:31:21.6477539Z 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-11-23T01:31:21.6478506Z 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-11-23T01:31:21.6479736Z 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-11-23T01:31:21.6480850Z 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-11-23T01:31:21.6482034Z 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-11-23T01:31:21.6482787Z 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-11-23T01:31:21.6484050Z 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-11-23T01:31:21.6484974Z 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-11-23T01:31:21.6486450Z 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-11-23T01:31:21.6487133Z 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-11-23T01:31:21.6488128Z 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-11-23T01:31:21.6488954Z 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-11-23T01:31:21.6489768Z 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-11-23T01:31:21.6490615Z 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-11-23T01:31:21.6491515Z 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-11-23T01:31:21.6492806Z 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-11-23T01:31:21.6493695Z 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-11-23T01:31:21.6494126Z 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-11-23T01:31:21.6495679Z 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-11-23T01:31:21.6496475Z 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-11-23T01:31:21.6497448Z 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-11-23T01:31:21.6498109Z 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-11-23T01:31:21.6499120Z 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-11-23T01:31:21.6499992Z 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-11-23T01:31:21.6500770Z 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-11-23T01:31:21.6502205Z 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-11-23T01:31:21.6503000Z 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-11-23T01:31:21.6503987Z 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-11-23T01:31:21.6504752Z 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-11-23T01:31:21.6505749Z 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-11-23T01:31:21.6507047Z 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-11-23T01:31:21.6513398Z 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-11-23T01:31:21.6513961Z 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-11-23T01:31:21.6514459Z 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-11-23T01:31:21.6514791Z 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-11-23T01:31:21.6515162Z 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-11-23T01:31:21.6515472Z 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-11-23T01:31:21.6515884Z 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-11-23T01:31:21.6516259Z 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-11-23T01:31:21.6516809Z 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-11-23T01:31:21.6517857Z 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-11-23T01:31:21.6519226Z 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-11-23T01:31:21.6520252Z 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-11-23T01:31:21.6521705Z 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-11-23T01:31:21.6522511Z 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-11-23T01:31:21.6524125Z 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-11-23T01:31:21.6524974Z 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-11-23T01:31:21.6525865Z 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-11-23T01:31:21.6526806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6527873Z 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-11-23T01:31:21.6529979Z 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-11-23T01:31:21.6530578Z 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-11-23T01:31:21.6531500Z 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-11-23T01:31:21.6532407Z 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-11-23T01:31:21.6533323Z 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-11-23T01:31:21.6534120Z 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-11-23T01:31:21.6534959Z 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-11-23T01:31:21.6536464Z 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-11-23T01:31:21.6537137Z 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-11-23T01:31:21.6537993Z 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-11-23T01:31:21.6539596Z 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-11-23T01:31:21.6540327Z 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-11-23T01:31:21.6541232Z 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-11-23T01:31:21.6542338Z 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-11-23T01:31:21.6543410Z 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-11-23T01:31:21.6544193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6545050Z 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-11-23T01:31:21.6546069Z 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-11-23T01:31:21.6546863Z 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-11-23T01:31:21.6548003Z 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-11-23T01:31:21.6549019Z 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-11-23T01:31:21.6549677Z 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-11-23T01:31:21.6550494Z 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-11-23T01:31:21.6551866Z 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-11-23T01:31:21.6553177Z 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-11-23T01:31:21.6553715Z 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-11-23T01:31:21.6554887Z 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-11-23T01:31:21.6555736Z 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-11-23T01:31:21.6557404Z 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-11-23T01:31:21.6558073Z 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-11-23T01:31:21.6559730Z 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-11-23T01:31:21.6560582Z 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-11-23T01:31:21.6561258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6563362Z 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-11-23T01:31:21.6563845Z 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-11-23T01:31:21.6564265Z 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-11-23T01:31:21.6564952Z 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-11-23T01:31:21.6566666Z 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-11-23T01:31:21.6567131Z 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-11-23T01:31:21.6568161Z 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-11-23T01:31:21.6568981Z 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-11-23T01:31:21.6570462Z 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-11-23T01:31:21.6571229Z 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-11-23T01:31:21.6572100Z 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-11-23T01:31:21.6573153Z 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-11-23T01:31:21.6574042Z 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-11-23T01:31:21.6575294Z 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-11-23T01:31:21.6576156Z 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-11-23T01:31:21.6577110Z 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-11-23T01:31:21.6578291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6578825Z 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-11-23T01:31:21.6580502Z 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-11-23T01:31:21.6581210Z 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-11-23T01:31:21.6582170Z 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-11-23T01:31:21.6583005Z 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-11-23T01:31:21.6584646Z 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-11-23T01:31:21.6585445Z 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-11-23T01:31:21.6586358Z 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-11-23T01:31:21.6587626Z 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-11-23T01:31:21.6588409Z 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-11-23T01:31:21.6589442Z 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-11-23T01:31:21.6590332Z 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-11-23T01:31:21.6591547Z 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-11-23T01:31:21.6592510Z 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-11-23T01:31:21.6593469Z 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-11-23T01:31:21.6594554Z 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-11-23T01:31:21.6595456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6596292Z 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-11-23T01:31:21.6597347Z 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-11-23T01:31:21.6598340Z 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-11-23T01:31:21.6599387Z 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-11-23T01:31:21.6600160Z 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-11-23T01:31:21.6601270Z 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-11-23T01:31:21.6602397Z 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-11-23T01:31:21.6603361Z 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-11-23T01:31:21.6604679Z 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-11-23T01:31:21.6605558Z 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-11-23T01:31:21.6606640Z 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-11-23T01:31:21.6607639Z 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-11-23T01:31:21.6608797Z 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-11-23T01:31:21.6610065Z 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-11-23T01:31:21.6610858Z 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-11-23T01:31:21.6612062Z 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-11-23T01:31:21.6612892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6613587Z 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-11-23T01:31:21.6614478Z 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-11-23T01:31:21.6615496Z 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-11-23T01:31:21.6616334Z 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-11-23T01:31:21.6617519Z 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-11-23T01:31:21.6618498Z 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-11-23T01:31:21.6619255Z 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-11-23T01:31:21.6620509Z 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-11-23T01:31:21.6621791Z 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-11-23T01:31:21.6622547Z 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-11-23T01:31:21.6623641Z 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-11-23T01:31:21.6624713Z 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-11-23T01:31:21.6626148Z 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-11-23T01:31:21.6627041Z 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-11-23T01:31:21.6627741Z 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-11-23T01:31:21.6628836Z 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-11-23T01:31:21.6629863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:31:21.6630247Z 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-11-23T01:31:21.6633351Z 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-11-23T01:31:21.6633850Z 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-11-23T01:31:21.6634171Z 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-11-23T01:31:21.6634606Z 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-11-23T01:31:21.6636039Z 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-11-23T01:31:21.6636875Z 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-11-23T01:31:21.6637872Z 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-11-23T01:31:21.6639150Z 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-11-23T01:31:21.6640554Z 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-11-23T01:31:21.6641555Z 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-11-23T01:31:21.6642704Z 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-11-23T01:31:21.6644001Z 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-11-23T01:31:21.6645277Z 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-11-23T01:31:21.6646319Z 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-11-23T01:31:21.6647474Z 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-11-23T01:31:21.6648774Z 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-11-23T01:31:21.6649833Z 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-11-23T01:31:21.6651795Z 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-11-23T01:31:21.6652918Z 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-11-23T01:31:21.6653928Z 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-11-23T01:31:21.6655030Z 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-11-23T01:31:21.6656346Z 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-11-23T01:31:21.6657572Z 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-11-23T01:31:21.6658708Z 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-11-23T01:31:21.6659871Z 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-11-23T01:31:21.6660931Z 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-11-23T01:31:21.6662206Z 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-11-23T01:31:21.6663414Z 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-11-23T01:31:21.6664707Z 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-11-23T01:31:21.6665956Z 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-11-23T01:31:21.6667126Z 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-11-23T01:31:21.6668202Z 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-11-23T01:31:21.6669435Z 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-11-23T01:31:21.6670526Z 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-11-23T01:31:21.6671729Z 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-11-23T01:31:21.6673095Z 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-11-23T01:31:21.6674173Z 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-11-23T01:31:21.6675398Z 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-11-23T01:31:21.6676544Z 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-11-23T01:31:21.6677567Z 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-11-23T01:31:21.6678702Z 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-11-23T01:31:21.6679921Z 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-11-23T01:31:21.6681098Z 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-11-23T01:31:21.6682319Z 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-11-23T01:31:21.6686911Z 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-11-23T01:31:21.6688028Z 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-11-23T01:31:21.6688664Z 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-11-23T01:31:21.6689372Z 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-11-23T01:31:21.6689993Z 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-11-23T01:31:21.6690608Z 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-11-23T01:31:21.6691235Z 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-11-23T01:31:21.6692133Z 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-11-23T01:31:21.6693140Z 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-11-23T01:31:21.6694313Z 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-11-23T01:31:21.6695403Z 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-11-23T01:31:21.6696532Z 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-11-23T01:31:21.6697738Z 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-11-23T01:31:21.6698929Z 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-11-23T01:31:21.6700271Z 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-11-23T01:31:21.6701543Z 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-11-23T01:31:21.6702522Z 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-11-23T01:31:21.6703806Z 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-11-23T01:31:21.6705027Z 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-11-23T01:31:21.6706247Z 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-11-23T01:31:21.6707389Z 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-11-23T01:31:21.6708612Z 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-11-23T01:31:21.6709773Z 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-11-23T01:31:21.6710957Z 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-11-23T01:31:21.6712005Z 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-11-23T01:31:21.6713321Z 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-11-23T01:31:21.6714582Z 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-11-23T01:31:21.6715546Z 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-11-23T01:31:21.6716673Z 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-11-23T01:31:21.6717927Z 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-11-23T01:31:21.6719169Z 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-11-23T01:31:21.6720248Z 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-11-23T01:31:21.6721532Z 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-11-23T01:31:21.6722582Z 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-11-23T01:31:21.6723852Z 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-11-23T01:31:21.6725250Z 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-11-23T01:31:21.6726326Z 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-11-23T01:31:21.6728107Z 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-11-23T01:31:21.6729190Z 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-11-23T01:31:21.6730473Z 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-11-23T01:31:21.6731786Z 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-11-23T01:31:21.6732835Z 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-11-23T01:31:21.6733879Z 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-11-23T01:31:21.6735277Z 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-11-23T01:31:21.6736345Z 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-11-23T01:31:21.6737496Z 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-11-23T01:31:21.6738751Z 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-11-23T01:31:21.6739945Z 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-11-23T01:31:21.6741100Z 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-11-23T01:31:21.6742404Z 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-11-23T01:31:21.6743635Z 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-11-23T01:31:21.6744739Z 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-11-23T01:31:21.6745971Z 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-11-23T01:31:21.6747219Z 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-11-23T01:31:21.6748282Z 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-11-23T01:31:21.6749458Z 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-11-23T01:31:21.6750745Z 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-11-23T01:31:21.6751977Z 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-11-23T01:31:21.6753323Z 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-11-23T01:31:21.6754428Z 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-11-23T01:31:21.6755520Z 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-11-23T01:31:21.6756694Z 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-11-23T01:31:21.6758017Z 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-11-23T01:31:21.6759110Z 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-11-23T01:31:21.6760343Z 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-11-23T01:31:21.6761357Z 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-11-23T01:31:21.6762563Z 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-11-23T01:31:21.6763810Z 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-11-23T01:31:21.6765031Z 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-11-23T01:31:21.6766451Z 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-11-23T01:31:21.6767783Z 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-11-23T01:31:21.6769085Z 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-11-23T01:31:21.6770191Z 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-11-23T01:31:21.6771352Z 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-11-23T01:31:21.6772582Z 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-11-23T01:31:21.6773651Z 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-11-23T01:31:21.6777737Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:31:21.6778418Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:31:21.6778826Z 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-11-23T01:31:21.6780493Z 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-11-23T01:31:21.6781304Z 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-11-23T01:31:21.6782259Z 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-11-23T01:31:21.6783869Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:31:21.6784809Z 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-11-23T01:31:21.6785585Z 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-11-23T01:31:21.6786419Z 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-11-23T01:31:21.6787307Z 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-11-23T01:31:21.6789329Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:31:21.6789901Z 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-11-23T01:31:21.6790812Z 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-11-23T01:31:21.6791624Z 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-11-23T01:31:21.6792409Z 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-11-23T01:31:21.6793339Z 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-11-23T01:31:21.6794173Z 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-11-23T01:31:21.6795093Z 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-11-23T01:31:21.6795900Z 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-11-23T01:31:21.6796785Z 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-11-23T01:31:21.6797719Z 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-11-23T01:31:21.6798617Z 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-11-23T01:31:21.6799542Z 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-11-23T01:31:21.6800397Z 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-11-23T01:31:21.6801320Z 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-11-23T01:31:21.6802575Z 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-11-23T01:31:21.6804114Z 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-11-23T01:31:21.6804924Z 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-11-23T01:31:21.6805986Z 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-11-23T01:31:21.6806772Z 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-11-23T01:31:21.6807875Z 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-11-23T01:31:21.6808983Z 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-11-23T01:31:21.6809984Z 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-11-23T01:31:21.6811129Z 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-11-23T01:31:21.6812170Z 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-11-23T01:31:21.6813215Z 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-11-23T01:31:21.6814209Z 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-11-23T01:31:21.6815215Z 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-11-23T01:31:21.6816388Z 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-11-23T01:31:21.6818003Z 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-11-23T01:31:21.6818997Z 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-11-23T01:31:21.6820037Z 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-11-23T01:31:21.6821158Z 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-11-23T01:31:21.6822526Z 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-11-23T01:31:21.6823669Z 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-11-23T01:31:21.6826242Z 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-11-23T01:31:21.6827086Z 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-11-23T01:31:21.6828481Z 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-11-23T01:31:21.6829120Z 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-11-23T01:31:21.6829812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:31:21.6830794Z 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-11-23T01:31:21.6832441Z 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-11-23T01:31:21.6832846Z 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-11-23T01:31:21.6834127Z 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-11-23T01:31:21.6834560Z 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-11-23T01:31:21.6835855Z 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-11-23T01:31:21.6836418Z 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-11-23T01:31:21.6837430Z 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-11-23T01:31:21.6838136Z 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-11-23T01:31:21.6839311Z 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-11-23T01:31:21.6839837Z 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-11-23T01:31:21.6840858Z 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-11-23T01:31:21.6842464Z 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-11-23T01:31:21.6843293Z 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-11-23T01:31:21.6843812Z 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-11-23T01:31:21.6844769Z 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-11-23T01:31:21.6845631Z 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-11-23T01:31:21.6846374Z 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-11-23T01:31:21.6847386Z 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-11-23T01:31:21.6848615Z 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-11-23T01:31:21.6849508Z 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-11-23T01:31:21.6850845Z 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-11-23T01:31:21.6851618Z 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-11-23T01:31:21.6852515Z 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-11-23T01:31:21.6853563Z 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-11-23T01:31:21.6854545Z 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-11-23T01:31:21.6855481Z 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-11-23T01:31:21.6856481Z 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-11-23T01:31:21.6857141Z 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-11-23T01:31:21.6857928Z 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-11-23T01:31:21.6858891Z 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-11-23T01:31:21.6859763Z 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-11-23T01:31:21.6861063Z 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-11-23T01:31:21.6861812Z 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-11-23T01:31:21.6862697Z 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-11-23T01:31:21.6863546Z 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-11-23T01:31:21.6864510Z 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-11-23T01:31:21.6865340Z 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-11-23T01:31:21.6866339Z 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-11-23T01:31:21.6867291Z 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-11-23T01:31:21.6868287Z 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-11-23T01:31:21.6869426Z 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-11-23T01:31:21.6870172Z 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-11-23T01:31:21.6871160Z 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-11-23T01:31:21.6871828Z 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-11-23T01:31:21.6872849Z 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-11-23T01:31:21.6873689Z 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-11-23T01:31:21.6874903Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:31:21.6875608Z 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-11-23T01:31:21.6876699Z 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-11-23T01:31:21.6877220Z 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-11-23T01:31:21.6878085Z 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-11-23T01:31:21.6878897Z 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-11-23T01:31:21.6879690Z 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-11-23T01:31:21.6880940Z 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-11-23T01:31:21.6881494Z 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-11-23T01:31:21.6882596Z 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-11-23T01:31:21.6883104Z 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-11-23T01:31:21.6884006Z 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-11-23T01:31:21.6885341Z 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-11-23T01:31:21.6885752Z 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-11-23T01:31:21.6886918Z 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-11-23T01:31:21.6888052Z 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-11-23T01:31:21.6888848Z 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-11-23T01:31:21.6889522Z 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-11-23T01:31:21.6890471Z 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-11-23T01:31:21.6891168Z 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-11-23T01:31:21.6892232Z 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-11-23T01:31:21.6893094Z 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-11-23T01:31:21.6894086Z 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-11-23T01:31:21.6894807Z 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-11-23T01:31:21.6896104Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:31:21.6896730Z 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-11-23T01:31:21.6897997Z 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-11-23T01:31:21.6898919Z 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-11-23T01:31:21.6899887Z 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-11-23T01:31:21.6900743Z 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-11-23T01:31:21.6902001Z 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-11-23T01:31:21.6902706Z 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-11-23T01:31:21.6904129Z 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-11-23T01:31:21.6905450Z 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-11-23T01:31:21.6906517Z 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-11-23T01:31:21.6907464Z 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-11-23T01:31:21.6907881Z 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-11-23T01:31:21.6909074Z 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-11-23T01:31:21.6909992Z 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-11-23T01:31:21.6910735Z 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-11-23T01:31:21.6911728Z 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-11-23T01:31:21.6912736Z 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-11-23T01:31:21.6913336Z 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-11-23T01:31:21.6914382Z 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-11-23T01:31:21.6915454Z 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-11-23T01:31:21.6916022Z 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-11-23T01:31:21.6916790Z 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-11-23T01:31:21.6917724Z 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-11-23T01:31:21.6919243Z 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-11-23T01:31:21.6919663Z 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-11-23T01:31:21.6921066Z 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-11-23T01:31:21.6921851Z 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-11-23T01:31:21.6923400Z 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-11-23T01:31:21.6923970Z 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-11-23T01:31:21.6924971Z 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-11-23T01:31:21.6925759Z 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-11-23T01:31:21.6926738Z 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-11-23T01:31:21.6928687Z 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-11-23T01:31:21.6929405Z 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-11-23T01:31:21.6930370Z 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-11-23T01:31:21.6932281Z 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-11-23T01:31:21.6932971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:31:21.6933779Z 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-11-23T01:31:21.6934621Z 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-11-23T01:31:21.6935360Z 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-11-23T01:31:21.6936387Z 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-11-23T01:31:21.6937376Z 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-11-23T01:31:21.6938126Z 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-11-23T01:31:21.6938981Z 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-11-23T01:31:21.6939886Z 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-11-23T01:31:21.6940740Z 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-11-23T01:31:21.6941541Z 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-11-23T01:31:21.6942459Z 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-11-23T01:31:21.6943286Z 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-11-23T01:31:21.6944106Z 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-11-23T01:31:21.6944982Z 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-11-23T01:31:21.6945931Z 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-11-23T01:31:21.6946784Z 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-11-23T01:31:21.6947704Z 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-11-23T01:31:21.6948637Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:31:21.6949700Z 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-11-23T01:31:21.6950285Z 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-11-23T01:31:21.6951495Z 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-11-23T01:31:21.6952058Z 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-11-23T01:31:21.6953531Z 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-11-23T01:31:21.6954103Z 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-11-23T01:31:21.6955671Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:31:21.6956234Z 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-11-23T01:31:21.6957421Z 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-11-23T01:31:21.6958192Z 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-11-23T01:31:21.6959351Z 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-11-23T01:31:21.6960143Z 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-11-23T01:31:21.6960774Z 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-11-23T01:31:21.6962025Z 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-11-23T01:31:21.6962890Z 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-11-23T01:31:21.6964476Z 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-11-23T01:31:21.6965464Z 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-11-23T01:31:21.6966421Z 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-11-23T01:31:21.6967554Z 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-11-23T01:31:21.6968551Z 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-11-23T01:31:21.6969818Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:31:21.6970530Z 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-11-23T01:31:21.6971531Z 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-11-23T01:31:21.6973862Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:31:21.6974588Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:31:21.6975431Z 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-11-23T01:31:21.6976953Z 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-11-23T01:31:21.6977781Z 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-11-23T01:31:21.6979059Z 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-11-23T01:31:21.6979587Z 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-11-23T01:31:21.6980709Z 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-11-23T01:31:21.6981641Z 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-11-23T01:31:21.6982836Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:31:21.6983914Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:31:21.6984480Z 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-11-23T01:31:21.6985874Z 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-11-23T01:31:21.6987331Z 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-11-23T01:31:21.6988791Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:31:21.6989261Z 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-11-23T01:31:21.6991028Z 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-11-23T01:31:21.6991707Z 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-11-23T01:31:21.6992749Z 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-11-23T01:31:21.6993899Z 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-11-23T01:31:21.6994759Z 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-11-23T01:31:21.6996298Z 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-11-23T01:31:21.6996911Z 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-11-23T01:31:21.6997970Z 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-11-23T01:31:21.6999011Z 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-11-23T01:31:21.7000953Z 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-11-23T01:31:21.7001517Z 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-11-23T01:31:21.7002339Z 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-11-23T01:31:21.7003611Z 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-11-23T01:31:21.7004932Z 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-11-23T01:31:21.7006343Z 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-11-23T01:31:21.7007498Z 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-11-23T01:31:21.7008684Z 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-11-23T01:31:21.7009826Z 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-11-23T01:31:21.7010819Z 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-11-23T01:31:21.7011713Z 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-11-23T01:31:21.7013019Z 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-11-23T01:31:21.7014050Z 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-11-23T01:31:21.7014994Z 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-11-23T01:31:21.7016334Z 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-11-23T01:31:21.7017211Z 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-11-23T01:31:21.7018227Z 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-11-23T01:31:21.7019423Z 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-11-23T01:31:21.7020715Z 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-11-23T01:31:21.7021651Z 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-11-23T01:31:21.7022644Z 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-11-23T01:31:21.7023808Z 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-11-23T01:31:21.7025812Z 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-11-23T01:31:21.7026928Z 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-11-23T01:31:21.7027995Z 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-11-23T01:31:21.7029067Z 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-11-23T01:31:21.7029928Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:31:21.7031018Z 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-11-23T01:31:21.7033124Z 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-11-23T01:31:21.7034834Z 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-11-23T01:31:21.7035215Z 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-11-23T01:31:21.7036354Z 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-11-23T01:31:21.7037041Z 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-11-23T01:31:21.7038334Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:31:21.7038701Z 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-11-23T01:31:21.7040176Z 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-11-23T01:31:21.7041088Z 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-11-23T01:31:21.7042139Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:31:21.7042911Z 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-11-23T01:31:21.7043632Z 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-11-23T01:31:21.7044779Z 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-11-23T01:31:21.7045512Z 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-11-23T01:31:21.7046297Z 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-11-23T01:31:21.7047031Z 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-11-23T01:31:21.7047914Z 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-11-23T01:31:21.7049202Z 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-11-23T01:31:21.7050191Z 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-11-23T01:31:21.7051317Z 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-11-23T01:31:21.7053168Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:31:21.7053936Z 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-11-23T01:31:21.7054910Z 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-11-23T01:31:21.7055775Z 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-11-23T01:31:21.7056202Z 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-11-23T01:31:21.7057598Z 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-11-23T01:31:21.7058310Z 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-11-23T01:31:21.7059157Z 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-11-23T01:31:21.7059985Z 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-11-23T01:31:21.7061867Z 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-11-23T01:31:21.7062457Z 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-11-23T01:31:21.7063407Z 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-11-23T01:31:21.7064306Z 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-11-23T01:31:21.7065165Z 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-11-23T01:31:21.7066067Z 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-11-23T01:31:21.7066991Z 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-11-23T01:31:21.7068382Z 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-11-23T01:31:21.7069153Z 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-11-23T01:31:21.7070620Z 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-11-23T01:31:21.7071488Z 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-11-23T01:31:21.7072411Z 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-11-23T01:31:21.7073762Z 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-11-23T01:31:21.7074726Z 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-11-23T01:31:21.7075735Z 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-11-23T01:31:21.7076779Z 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-11-23T01:31:21.7077680Z 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-11-23T01:31:21.7078882Z 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-11-23T01:31:21.7079681Z 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-11-23T01:31:21.7080444Z 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-11-23T01:31:21.7081365Z 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-11-23T01:31:21.7083380Z 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-11-23T01:31:21.7084378Z 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-11-23T01:31:21.7085154Z 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-11-23T01:31:21.7085873Z 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-11-23T01:31:21.7086895Z 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-11-23T01:31:21.7088278Z 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-11-23T01:31:21.7088808Z 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-11-23T01:31:21.7090132Z 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-11-23T01:31:21.7090886Z 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-11-23T01:31:21.7091538Z 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-11-23T01:31:21.7092428Z 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-11-23T01:31:21.7093474Z 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-11-23T01:31:21.7094470Z 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-11-23T01:31:21.7095527Z 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-11-23T01:31:21.7096418Z 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-11-23T01:31:21.7097124Z 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-11-23T01:31:21.7098081Z 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-11-23T01:31:21.7098729Z 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-11-23T01:31:21.7100461Z 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-11-23T01:31:21.7101230Z 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-11-23T01:31:21.7101831Z 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-11-23T01:31:21.7102529Z 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-11-23T01:31:21.7103194Z 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-11-23T01:31:21.7104008Z 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-11-23T01:31:21.7104940Z 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-11-23T01:31:21.7105546Z 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-11-23T01:31:21.7107321Z 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-11-23T01:31:21.7107925Z 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-11-23T01:31:21.7108721Z 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-11-23T01:31:21.7109660Z 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-11-23T01:31:21.7110720Z 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-11-23T01:31:21.7111310Z 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-11-23T01:31:21.7113087Z 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-11-23T01:31:21.7113545Z 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-11-23T01:31:21.7114481Z 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-11-23T01:31:21.7115435Z 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-11-23T01:31:21.7116380Z 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-11-23T01:31:21.7117963Z 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-11-23T01:31:21.7118647Z 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-11-23T01:31:21.7119928Z 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-11-23T01:31:21.7120406Z 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-11-23T01:31:21.7121734Z 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-11-23T01:31:21.7122565Z 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-11-23T01:31:21.7124544Z 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-11-23T01:31:21.7125477Z 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-11-23T01:31:21.7126297Z 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-11-23T01:31:21.7127755Z 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-11-23T01:31:21.7128252Z 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-11-23T01:31:21.7129912Z 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-11-23T01:31:21.7130375Z 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-11-23T01:31:21.7131645Z 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-11-23T01:31:21.7132255Z 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-11-23T01:31:21.7133476Z 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-11-23T01:31:21.7134539Z 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-11-23T01:31:21.7135065Z 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-11-23T01:31:21.7136132Z 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-11-23T01:31:21.7137729Z 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-11-23T01:31:21.7138523Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:31:21.7139187Z 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-11-23T01:31:21.7140166Z 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-11-23T01:31:21.7141562Z 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-11-23T01:31:21.7142152Z 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-11-23T01:31:21.7143330Z 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-11-23T01:31:21.7144146Z 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-11-23T01:31:21.7145270Z 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-11-23T01:31:21.7145825Z 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-11-23T01:31:21.7146830Z 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-11-23T01:31:21.7147895Z 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-11-23T01:31:21.7149056Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:31:21.7149917Z 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-11-23T01:31:21.7151100Z 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-11-23T01:31:21.7168082Z 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-11-23T01:31:21.7169922Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:31:21.7170446Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:31:21.7170866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:31:21.7171205Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:31:21.7171655Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:31:21.7172038Z 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-11-23T01:31:21.7172225Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:31:21.7172681Z 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-11-23T01:31:21.7173095Z 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-11-23T01:31:21.7173389Z 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-11-23T01:31:21.7173698Z 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-11-23T01:31:21.7174106Z 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-11-23T01:31:21.7174614Z 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-11-23T01:31:21.7175037Z 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-11-23T01:31:21.7175362Z 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-11-23T01:31:21.7175864Z 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-11-23T01:31:21.7176187Z 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-11-23T01:31:21.7176564Z 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-11-23T01:31:21.7177037Z 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-11-23T01:31:21.7177368Z 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-11-23T01:31:21.7177871Z 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-11-23T01:31:21.7178166Z 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-11-23T01:31:21.7178529Z 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-11-23T01:31:21.7178937Z 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-11-23T01:31:21.7179240Z 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-11-23T01:31:21.7179543Z 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-11-23T01:31:21.7180830Z 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-11-23T01:31:21.7181669Z 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-11-23T01:31:21.7182720Z 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-11-23T01:31:21.7183708Z 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-11-23T01:31:21.7184640Z 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-11-23T01:31:21.7185710Z 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-11-23T01:31:21.7186669Z 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-11-23T01:31:21.7187682Z 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-11-23T01:31:21.7188641Z 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-11-23T01:31:21.7189910Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:31:21.7190905Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:31:21.7192014Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:31:21.7193035Z 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-11-23T01:31:21.7194052Z 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-11-23T01:31:21.7195785Z 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-11-23T01:31:21.7196714Z 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-11-23T01:31:21.7199494Z 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-11-23T01:31:21.7200419Z 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-11-23T01:31:21.7201484Z 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-11-23T01:31:21.7202537Z 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-11-23T01:31:21.7203582Z 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-11-23T01:31:21.7204475Z 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-11-23T01:31:21.7205407Z 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-11-23T01:31:21.7206322Z 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-11-23T01:31:21.7207223Z 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-11-23T01:31:21.7208196Z 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-11-23T01:31:21.7209116Z 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-11-23T01:31:21.7210346Z 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-11-23T01:31:21.7211457Z 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-11-23T01:31:21.7212638Z 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-11-23T01:31:21.7213472Z 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-11-23T01:31:21.7214841Z 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-11-23T01:31:21.7216741Z 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-11-23T01:31:21.7217994Z 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-11-23T01:31:21.7219271Z 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-11-23T01:31:21.7220427Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:31:21.7221328Z 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-11-23T01:31:21.7223343Z 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-11-23T01:31:21.7224213Z 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-11-23T01:31:21.7225305Z 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-11-23T01:31:21.7242412Z 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-11-23T01:31:21.7243184Z 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-11-23T01:31:21.7243825Z 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-11-23T01:31:21.7244552Z 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-11-23T01:31:21.7244896Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:31:21.7245632Z 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-11-23T01:31:21.7246188Z 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-11-23T01:31:21.7246919Z 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-11-23T01:31:21.7247384Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:31:21.7248110Z 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-11-23T01:31:21.7248816Z 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-11-23T01:31:21.7249514Z 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-11-23T01:31:21.7250137Z 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-11-23T01:31:21.7250909Z 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-11-23T01:31:21.7251617Z 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-11-23T01:31:21.7252156Z 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-11-23T01:31:21.7252621Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:31:21.7253399Z 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-11-23T01:31:21.7253952Z 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-11-23T01:31:21.7254541Z 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-11-23T01:31:21.7255032Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:31:21.7255723Z 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-11-23T01:31:21.7256262Z 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-11-23T01:31:21.7256892Z 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-11-23T01:31:21.7257442Z 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-11-23T01:31:21.7257907Z 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-11-23T01:31:21.7258412Z 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-11-23T01:31:21.7258946Z 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-11-23T01:31:21.7259197Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:31:21.7259781Z 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-11-23T01:31:21.7260264Z 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-11-23T01:31:21.7260792Z 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-11-23T01:31:21.7261243Z 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-11-23T01:31:21.7261737Z 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-11-23T01:31:21.7262077Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:31:21.7262529Z 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-11-23T01:31:21.7263055Z 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-11-23T01:31:21.7263437Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:31:21.7264311Z 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-11-23T01:31:21.7265368Z 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-11-23T01:31:21.7266071Z 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-11-23T01:31:21.7266882Z 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-11-23T01:31:21.7268170Z 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-11-23T01:31:21.7269008Z 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-11-23T01:31:21.7270090Z 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-11-23T01:31:21.7270956Z 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-11-23T01:31:21.7271559Z 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-11-23T01:31:21.7273240Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:31:21.7273715Z 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-11-23T01:31:21.7275960Z 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-11-23T01:31:21.7276745Z 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-11-23T01:31:21.7277512Z 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-11-23T01:31:21.7278279Z 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-11-23T01:31:21.7279300Z 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-11-23T01:31:21.7280167Z 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-11-23T01:31:21.7281360Z 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-11-23T01:31:21.7282505Z 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-11-23T01:31:21.7284700Z 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-11-23T01:31:21.7285803Z 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-11-23T01:31:21.7286975Z 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-11-23T01:31:21.7288066Z 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-11-23T01:31:21.7289129Z 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-11-23T01:31:21.7290568Z 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-11-23T01:31:21.7291694Z 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-11-23T01:31:21.7293155Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:31:21.7294017Z 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-11-23T01:31:21.7295260Z 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-11-23T01:31:21.7296125Z 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-11-23T01:31:21.7297114Z 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-11-23T01:31:21.7298141Z 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-11-23T01:31:21.7299194Z 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-11-23T01:31:21.7300454Z 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-11-23T01:31:21.7301203Z 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-11-23T01:31:21.7302235Z 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-11-23T01:31:21.7303374Z 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-11-23T01:31:21.7304114Z 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-11-23T01:31:21.7305797Z 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-11-23T01:31:21.7306577Z 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-11-23T01:31:21.7307701Z 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-11-23T01:31:21.7308390Z 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-11-23T01:31:21.7309681Z 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-11-23T01:31:21.7310866Z 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-11-23T01:31:21.7311922Z 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-11-23T01:31:21.7312738Z 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-11-23T01:31:21.7314160Z 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-11-23T01:31:21.7314809Z 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-11-23T01:31:21.7316293Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:31:21.7317232Z 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-11-23T01:31:21.7318121Z 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-11-23T01:31:21.7319471Z 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-11-23T01:31:21.7320520Z 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-11-23T01:31:21.7321786Z 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-11-23T01:31:21.7322789Z 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-11-23T01:31:21.7324044Z 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-11-23T01:31:21.7325205Z 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-11-23T01:31:21.7326260Z 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-11-23T01:31:21.7327346Z 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-11-23T01:31:21.7328691Z 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-11-23T01:31:21.7329880Z 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-11-23T01:31:21.7331214Z 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-11-23T01:31:21.7332149Z 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-11-23T01:31:21.7333300Z 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-11-23T01:31:21.7334375Z 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-11-23T01:31:21.7335519Z 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-11-23T01:31:21.7336791Z 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-11-23T01:31:21.7338199Z 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-11-23T01:31:21.7339482Z 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-11-23T01:31:21.7340648Z 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-11-23T01:31:21.7341683Z 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-11-23T01:31:21.7342795Z 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-11-23T01:31:21.7344072Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:31:21.7345159Z 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-11-23T01:31:21.7346716Z 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-11-23T01:31:21.7347944Z 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-11-23T01:31:21.7349063Z 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-11-23T01:31:21.7350158Z 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-11-23T01:31:21.7351330Z 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-11-23T01:31:21.7352456Z 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-11-23T01:31:21.7353476Z 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-11-23T01:31:21.7354461Z 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-11-23T01:31:21.7355730Z 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-11-23T01:31:21.7357500Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:31:21.7358232Z 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-11-23T01:31:21.7359338Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:31:21.7360630Z 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-11-23T01:31:21.7361392Z 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-11-23T01:31:21.7362572Z 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-11-23T01:31:21.7364083Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:31:21.7364750Z 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-11-23T01:31:21.7365792Z 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-11-23T01:31:21.7366565Z 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-11-23T01:31:21.7368065Z 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-11-23T01:31:21.7369287Z 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-11-23T01:31:21.7370376Z 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-11-23T01:31:21.7371353Z 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-11-23T01:31:21.7372553Z 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-11-23T01:31:21.7373748Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:31:21.7374696Z 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-11-23T01:31:21.7375695Z 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-11-23T01:31:21.7376844Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:31:21.7377771Z 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-11-23T01:31:21.7378303Z 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-11-23T01:31:21.7379141Z 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-11-23T01:31:21.7380009Z 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-11-23T01:31:21.7381494Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:31:21.7382286Z 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-11-23T01:31:21.7383555Z 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-11-23T01:31:21.7384333Z 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-11-23T01:31:21.7385351Z 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-11-23T01:31:21.7386150Z 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-11-23T01:31:21.7387172Z 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-11-23T01:31:21.7387994Z 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-11-23T01:31:21.7389041Z 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-11-23T01:31:21.7389995Z 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-11-23T01:31:21.7390828Z 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-11-23T01:31:21.7391768Z 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-11-23T01:31:21.7392517Z 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-11-23T01:31:21.7393404Z 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-11-23T01:31:21.7394418Z 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-11-23T01:31:21.7395368Z 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-11-23T01:31:21.7396986Z 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-11-23T01:31:21.7397653Z 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-11-23T01:31:21.7398686Z 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-11-23T01:31:21.7399493Z 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-11-23T01:31:21.7400514Z 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-11-23T01:31:21.7401317Z 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-11-23T01:31:21.7402396Z 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-11-23T01:31:21.7403084Z 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-11-23T01:31:21.7404044Z 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-11-23T01:31:21.7404678Z 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-11-23T01:31:21.7405599Z 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-11-23T01:31:21.7407014Z 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-11-23T01:31:21.7407495Z 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-11-23T01:31:21.7408336Z 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-11-23T01:31:21.7409343Z 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-11-23T01:31:21.7410081Z 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-11-23T01:31:21.7411001Z 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-11-23T01:31:21.7411961Z 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-11-23T01:31:21.7412801Z 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-11-23T01:31:21.7414377Z 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-11-23T01:31:21.7415105Z 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-11-23T01:31:21.7415872Z 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-11-23T01:31:21.7416562Z 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-11-23T01:31:21.7417789Z 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-11-23T01:31:21.7419018Z 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-11-23T01:31:21.7419976Z 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-11-23T01:31:21.7420979Z 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-11-23T01:31:21.7421957Z 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-11-23T01:31:21.7423905Z 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-11-23T01:31:21.7424805Z 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-11-23T01:31:21.7426002Z 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-11-23T01:31:21.7427809Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:31:21.7428955Z 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-11-23T01:31:21.7429912Z 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-11-23T01:31:21.7430830Z 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-11-23T01:31:21.7431843Z 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-11-23T01:31:21.7432793Z 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-11-23T01:31:21.7433873Z 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-11-23T01:31:21.7435068Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:31:21.7435927Z 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-11-23T01:31:21.7437259Z 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-11-23T01:31:21.7438125Z 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-11-23T01:31:21.7441547Z 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-11-23T01:31:21.7442760Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:31:21.7443451Z 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-11-23T01:31:21.7444727Z 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-11-23T01:31:21.7445717Z 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-11-23T01:31:21.7446770Z 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-11-23T01:31:21.7447785Z 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-11-23T01:31:21.7448899Z 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-11-23T01:31:21.7450099Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:31:21.7450746Z 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-11-23T01:31:21.7451971Z 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-11-23T01:31:21.7453732Z 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-11-23T01:31:21.7454057Z 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-11-23T01:31:21.7455000Z 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-11-23T01:31:21.7456023Z 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-11-23T01:31:21.7456928Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:31:21.7457635Z 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-11-23T01:31:21.7458252Z 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-11-23T01:31:21.7459889Z 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-11-23T01:31:21.7461561Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:31:21.7461791Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7462174Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7464305Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7465233Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7465680Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7466406Z 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-11-23T01:31:21.7466947Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7468487Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7469078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7469711Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7470805Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7472080Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7472863Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7473778Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7474655Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7475406Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7476369Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7477345Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7479054Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7479534Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7480591Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7481753Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7482485Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7484376Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7485218Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7486159Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7487333Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7488487Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7489534Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7491054Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7492134Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7493311Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7494305Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7495640Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7496737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7497740Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7499376Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7500169Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7501129Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7502379Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7503330Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:31:21.7504972Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:31:21.7505642Z 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-11-23T01:31:21.7506889Z 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-11-23T01:31:21.7507896Z 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-11-23T01:31:21.7508901Z 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-11-23T01:31:21.7509970Z 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-11-23T01:31:21.7510979Z 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-11-23T01:31:21.7512041Z 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-11-23T01:31:21.7513017Z 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-11-23T01:31:21.7514140Z 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-11-23T01:31:21.7515173Z 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-11-23T01:31:21.7516366Z 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-11-23T01:31:21.7517190Z 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-11-23T01:31:21.7518301Z 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-11-23T01:31:21.7519421Z 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-11-23T01:31:21.7520512Z 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-11-23T01:31:21.7522259Z 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-11-23T01:31:21.7523427Z 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-11-23T01:31:21.7524536Z 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-11-23T01:31:21.7528689Z 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-11-23T01:31:21.7529071Z 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-11-23T01:31:21.7529554Z 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-11-23T01:31:21.7529965Z 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-11-23T01:31:21.7530382Z 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-11-23T01:31:21.7531168Z 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-11-23T01:31:21.7532255Z 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-11-23T01:31:21.7532899Z 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-11-23T01:31:21.7533441Z 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-11-23T01:31:21.7535276Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:31:21.7535744Z 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-11-23T01:31:21.7536625Z 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-11-23T01:31:21.7537236Z 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-11-23T01:31:21.7538541Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:31:21.7539410Z 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-11-23T01:31:21.7540350Z 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-11-23T01:31:21.7541500Z 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-11-23T01:31:21.7542345Z 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-11-23T01:31:21.7543486Z 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-11-23T01:31:21.7544721Z 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-11-23T01:31:21.7545692Z 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-11-23T01:31:21.7546727Z 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-11-23T01:31:21.7547812Z 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-11-23T01:31:21.7549429Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:21.7550123Z 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-11-23T01:31:21.7551022Z 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-11-23T01:31:21.7551807Z 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-11-23T01:31:21.7553339Z 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-11-23T01:31:21.7554022Z 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-11-23T01:31:21.7555072Z 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-11-23T01:31:21.7556106Z 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-11-23T01:31:21.7557296Z 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-11-23T01:31:21.7558357Z 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-11-23T01:31:21.7559264Z 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-11-23T01:31:21.7560565Z 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-11-23T01:31:21.7561852Z 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-11-23T01:31:21.7562712Z 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-11-23T01:31:21.7564134Z 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-11-23T01:31:21.7565254Z 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-11-23T01:31:21.7566366Z 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-11-23T01:31:21.7567300Z 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-11-23T01:31:21.7568388Z 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-11-23T01:31:21.7569407Z 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-11-23T01:31:21.7570539Z 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-11-23T01:31:21.7571687Z 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-11-23T01:31:21.7572633Z 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-11-23T01:31:21.7573638Z 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-11-23T01:31:21.7574792Z 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-11-23T01:31:21.7575735Z 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-11-23T01:31:21.7576768Z 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-11-23T01:31:21.7577890Z 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-11-23T01:31:21.7578859Z 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-11-23T01:31:21.7579960Z 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-11-23T01:31:21.7581106Z 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-11-23T01:31:21.7582103Z 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-11-23T01:31:21.7583078Z 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-11-23T01:31:21.7584166Z 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-11-23T01:31:21.7585170Z 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-11-23T01:31:21.7586195Z 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-11-23T01:31:21.7587308Z 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-11-23T01:31:21.7588473Z 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-11-23T01:31:21.7589466Z 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-11-23T01:31:21.7590542Z 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-11-23T01:31:21.7591519Z 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-11-23T01:31:21.7592632Z 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-11-23T01:31:21.7593680Z 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-11-23T01:31:21.7594628Z 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-11-23T01:31:21.7595689Z 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-11-23T01:31:21.7597126Z 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-11-23T01:31:21.7598014Z 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-11-23T01:31:21.7599059Z 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-11-23T01:31:21.7600109Z 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-11-23T01:31:21.7601052Z 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-11-23T01:31:21.7602147Z 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-11-23T01:31:21.7603430Z 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-11-23T01:31:21.7605389Z 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-11-23T01:31:21.7606360Z 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-11-23T01:31:21.7607416Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:31:21.7608551Z 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-11-23T01:31:21.7609686Z 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-11-23T01:31:21.7610644Z 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-11-23T01:31:21.7611824Z 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-11-23T01:31:21.7612891Z 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-11-23T01:31:21.7613999Z 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-11-23T01:31:21.7615633Z 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-11-23T01:31:21.7616660Z 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-11-23T01:31:21.7617807Z 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-11-23T01:31:21.7618939Z 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-11-23T01:31:21.7620135Z 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-11-23T01:31:21.7621102Z 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-11-23T01:31:21.7622823Z 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-11-23T01:31:21.7623492Z 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-11-23T01:31:21.7624290Z 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-11-23T01:31:21.7625363Z 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-11-23T01:31:21.7626989Z 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-11-23T01:31:21.7627695Z 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-11-23T01:31:21.7628555Z 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-11-23T01:31:21.7630427Z 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-11-23T01:31:21.7631108Z 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-11-23T01:31:21.7631908Z 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-11-23T01:31:21.7632562Z 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-11-23T01:31:21.7634088Z 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-11-23T01:31:21.7634960Z 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-11-23T01:31:21.7635805Z 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-11-23T01:31:21.7636505Z 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-11-23T01:31:21.7637600Z 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-11-23T01:31:21.7638298Z 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-11-23T01:31:21.7639273Z 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-11-23T01:31:21.7640244Z 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-11-23T01:31:21.7642731Z 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-11-23T01:31:21.7643190Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:31:21.7643653Z 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-11-23T01:31:21.7644481Z 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-11-23T01:31:21.7645332Z 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-11-23T01:31:21.7646241Z 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-11-23T01:31:21.7647200Z 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-11-23T01:31:21.7648227Z 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-11-23T01:31:21.7649321Z 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-11-23T01:31:21.7650281Z 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-11-23T01:31:21.7651205Z 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-11-23T01:31:21.7652218Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:31:21.7653202Z 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-11-23T01:31:21.7654096Z 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-11-23T01:31:21.7655630Z 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-11-23T01:31:21.7656285Z 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-11-23T01:31:21.7656964Z 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-11-23T01:31:21.7657973Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:31:21.7658674Z 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-11-23T01:31:21.7660026Z 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-11-23T01:31:21.7661034Z 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-11-23T01:31:21.7661401Z 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-11-23T01:31:21.7662462Z 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-11-23T01:31:21.7662964Z 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-11-23T01:31:21.7664640Z 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-11-23T01:31:21.7665219Z 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-11-23T01:31:21.7665779Z 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-11-23T01:31:21.7666844Z 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-11-23T01:31:21.7667831Z 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-11-23T01:31:21.7668769Z 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-11-23T01:31:21.7670039Z 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-11-23T01:31:21.7671150Z 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-11-23T01:31:21.7672161Z 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-11-23T01:31:21.7673085Z 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-11-23T01:31:21.7674667Z 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-11-23T01:31:21.7675561Z 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-11-23T01:31:21.7676523Z 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-11-23T01:31:21.7677563Z 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-11-23T01:31:21.7678637Z 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-11-23T01:31:21.7680118Z 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-11-23T01:31:21.7681397Z 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-11-23T01:31:21.7682368Z 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-11-23T01:31:21.7683421Z 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-11-23T01:31:21.7684467Z 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-11-23T01:31:21.7685597Z 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-11-23T01:31:21.7686590Z 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-11-23T01:31:21.7687589Z 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-11-23T01:31:21.7688761Z 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-11-23T01:31:21.7690568Z 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-11-23T01:31:21.7691629Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:31:21.7692775Z 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-11-23T01:31:21.7693862Z 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-11-23T01:31:21.7694985Z 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-11-23T01:31:21.7696047Z 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-11-23T01:31:21.7697266Z 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-11-23T01:31:21.7699224Z 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-11-23T01:31:21.7700012Z 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-11-23T01:31:21.7701529Z 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-11-23T01:31:21.7702156Z 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-11-23T01:31:21.7702897Z 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-11-23T01:31:21.7703928Z 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-11-23T01:31:21.7705701Z 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-11-23T01:31:21.7706600Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:31:21.7707405Z 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-11-23T01:31:21.7708651Z 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-11-23T01:31:21.7709719Z 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-11-23T01:31:21.7710830Z 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-11-23T01:31:21.7711714Z 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-11-23T01:31:21.7712773Z 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-11-23T01:31:21.7713884Z 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-11-23T01:31:21.7714931Z 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-11-23T01:31:21.7715907Z 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-11-23T01:31:21.7716908Z 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-11-23T01:31:21.7718569Z 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-11-23T01:31:21.7719827Z 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-11-23T01:31:21.7720863Z 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-11-23T01:31:21.7722411Z 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-11-23T01:31:21.7723609Z 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-11-23T01:31:21.7724575Z 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-11-23T01:31:21.7725575Z 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-11-23T01:31:21.7726701Z 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-11-23T01:31:21.7727854Z 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-11-23T01:31:21.7728924Z 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-11-23T01:31:21.7729952Z 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-11-23T01:31:21.7731782Z 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-11-23T01:31:21.7732418Z 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-11-23T01:31:21.7733474Z 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-11-23T01:31:21.7734683Z 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-11-23T01:31:21.7735725Z 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-11-23T01:31:21.7736806Z 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-11-23T01:31:21.7738242Z 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-11-23T01:31:21.7739462Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:31:21.7740422Z 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-11-23T01:31:21.7741575Z 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-11-23T01:31:21.7742822Z 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-11-23T01:31:21.7743838Z 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-11-23T01:31:21.7745096Z 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-11-23T01:31:21.7746501Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:31:21.7747599Z 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-11-23T01:31:21.7748580Z 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-11-23T01:31:21.7749689Z 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-11-23T01:31:21.7750855Z 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-11-23T01:31:21.7751958Z 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-11-23T01:31:21.7752829Z 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-11-23T01:31:21.7753916Z 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-11-23T01:31:21.7755048Z 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-11-23T01:31:21.7755899Z 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-11-23T01:31:21.7756857Z 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-11-23T01:31:21.7757893Z 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-11-23T01:31:21.7758966Z 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-11-23T01:31:21.7760259Z 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-11-23T01:31:21.7762228Z 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-11-23T01:31:21.7763493Z 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-11-23T01:31:21.7764559Z 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-11-23T01:31:21.7765587Z 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-11-23T01:31:21.7766748Z 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-11-23T01:31:21.7767795Z 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-11-23T01:31:21.7768748Z 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-11-23T01:31:21.7769879Z 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-11-23T01:31:21.7770934Z 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-11-23T01:31:21.7772201Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:31:21.7772923Z 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-11-23T01:31:21.7774256Z 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-11-23T01:31:21.7775806Z 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-11-23T01:31:21.7777330Z 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-11-23T01:31:21.7778712Z 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-11-23T01:31:21.7780499Z 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-11-23T01:31:21.7781186Z 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-11-23T01:31:21.7782007Z 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-11-23T01:31:21.7782964Z 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-11-23T01:31:21.7784612Z 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-11-23T01:31:21.7785259Z 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-11-23T01:31:21.7785847Z 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-11-23T01:31:21.7786889Z 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-11-23T01:31:21.7788113Z 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-11-23T01:31:21.7789404Z 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-11-23T01:31:21.7791020Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:31:21.7791764Z 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-11-23T01:31:21.7792962Z 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-11-23T01:31:21.7794073Z 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-11-23T01:31:21.7795163Z 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-11-23T01:31:21.7796400Z 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-11-23T01:31:21.7797469Z 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-11-23T01:31:21.7798361Z 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-11-23T01:31:21.7799470Z 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-11-23T01:31:21.7800514Z 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-11-23T01:31:21.7801565Z 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-11-23T01:31:21.7802486Z 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-11-23T01:31:21.7804833Z 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-11-23T01:31:21.7805679Z 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-11-23T01:31:21.7806861Z 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-11-23T01:31:21.7807831Z 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-11-23T01:31:21.7808839Z 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-11-23T01:31:21.7810060Z 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-11-23T01:31:21.7811428Z 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-11-23T01:31:21.7812605Z 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-11-23T01:31:21.7813833Z 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-11-23T01:31:21.7814788Z 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-11-23T01:31:21.7815749Z 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-11-23T01:31:21.7817265Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:31:21.7818064Z 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-11-23T01:31:21.7819272Z 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-11-23T01:31:21.7820391Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:31:21.7821503Z 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-11-23T01:31:21.7822687Z 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-11-23T01:31:21.7823818Z 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-11-23T01:31:21.7824905Z 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-11-23T01:31:21.7825961Z 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-11-23T01:31:21.7827014Z 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-11-23T01:31:21.7828047Z 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-11-23T01:31:21.7829052Z 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-11-23T01:31:21.7830838Z 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-11-23T01:31:21.7832017Z 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-11-23T01:31:21.7833035Z 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-11-23T01:31:21.7834035Z 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-11-23T01:31:21.7835159Z 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-11-23T01:31:21.7836262Z 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-11-23T01:31:21.7837396Z 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-11-23T01:31:21.7838709Z 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-11-23T01:31:21.7840402Z 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-11-23T01:31:21.7841097Z 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-11-23T01:31:21.7842322Z 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-11-23T01:31:21.7843435Z 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-11-23T01:31:21.7844509Z 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-11-23T01:31:21.7845991Z 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-11-23T01:31:21.7847124Z 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-11-23T01:31:21.7848092Z 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-11-23T01:31:21.7849162Z 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-11-23T01:31:21.7850447Z 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-11-23T01:31:21.7851385Z 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-11-23T01:31:21.7852394Z 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-11-23T01:31:21.7853815Z 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-11-23T01:31:21.7854795Z 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-11-23T01:31:21.7855807Z 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-11-23T01:31:21.7857204Z 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-11-23T01:31:21.7858169Z 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-11-23T01:31:21.7859254Z 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-11-23T01:31:21.7860563Z 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-11-23T01:31:21.7861685Z 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-11-23T01:31:21.7862712Z 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-11-23T01:31:21.7864129Z 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-11-23T01:31:21.7865285Z 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-11-23T01:31:21.7866975Z 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-11-23T01:31:21.7867848Z 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-11-23T01:31:21.7868524Z 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-11-23T01:31:21.7869766Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:31:21.7870810Z 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-11-23T01:31:21.7871904Z 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-11-23T01:31:21.7872987Z 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-11-23T01:31:21.7874119Z 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-11-23T01:31:21.7874861Z 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-11-23T01:31:21.7876001Z 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-11-23T01:31:21.7877915Z 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-11-23T01:31:21.7878617Z 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-11-23T01:31:21.7879630Z 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-11-23T01:31:21.7880990Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:31:21.7882729Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:21.7883386Z 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-11-23T01:31:21.7884831Z 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-11-23T01:31:21.7886028Z 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-11-23T01:31:21.7887054Z 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-11-23T01:31:21.7888217Z 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-11-23T01:31:21.7889300Z 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-11-23T01:31:21.7890443Z 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-11-23T01:31:21.7891694Z 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-11-23T01:31:21.7892928Z 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-11-23T01:31:21.7893938Z 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-11-23T01:31:21.7895008Z 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-11-23T01:31:21.7896152Z 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-11-23T01:31:21.7897243Z 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-11-23T01:31:21.7898182Z 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-11-23T01:31:21.7900324Z 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-11-23T01:31:21.7900961Z 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-11-23T01:31:21.7902534Z 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-11-23T01:31:21.7903063Z 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-11-23T01:31:21.7904616Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:21.7905775Z 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-11-23T01:31:21.7906956Z 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-11-23T01:31:21.7907857Z 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-11-23T01:31:21.7908961Z 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-11-23T01:31:21.7910007Z 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-11-23T01:31:21.7911156Z 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-11-23T01:31:21.7912750Z 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-11-23T01:31:21.7913444Z 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-11-23T01:31:21.7914623Z 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-11-23T01:31:21.7915712Z 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-11-23T01:31:21.7917236Z 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-11-23T01:31:21.7918396Z 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-11-23T01:31:21.7919571Z 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-11-23T01:31:21.7920709Z 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-11-23T01:31:21.7921964Z 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-11-23T01:31:21.7923009Z 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-11-23T01:31:21.7924277Z 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-11-23T01:31:21.7925326Z 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-11-23T01:31:21.7927618Z 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-11-23T01:31:21.7928391Z 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-11-23T01:31:21.7929222Z 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-11-23T01:31:21.7930059Z 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-11-23T01:31:21.7931336Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:21.7932267Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:31:21.7934021Z 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-11-23T01:31:21.7934853Z 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-11-23T01:31:21.7935871Z 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-11-23T01:31:21.7937000Z 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-11-23T01:31:21.7937933Z 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-11-23T01:31:21.7939182Z 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-11-23T01:31:21.7940323Z 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-11-23T01:31:21.7941504Z 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-11-23T01:31:21.7942649Z 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-11-23T01:31:21.7943665Z 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-11-23T01:31:21.7944775Z 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-11-23T01:31:21.7945902Z 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-11-23T01:31:21.7946877Z 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-11-23T01:31:21.7948022Z 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-11-23T01:31:21.7949001Z 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-11-23T01:31:21.7960111Z 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-11-23T01:31:21.7960837Z 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-11-23T01:31:21.7961558Z 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-11-23T01:31:21.7962703Z 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-11-23T01:31:21.7963788Z 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-11-23T01:31:21.7964887Z 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-11-23T01:31:21.7966051Z 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-11-23T01:31:21.7967197Z 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-11-23T01:31:21.7969195Z 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-11-23T01:31:21.7969969Z 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-11-23T01:31:21.7970670Z 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-11-23T01:31:21.7971720Z 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-11-23T01:31:21.7972770Z 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-11-23T01:31:21.7973879Z 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-11-23T01:31:21.7974902Z 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-11-23T01:31:21.7976002Z 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-11-23T01:31:21.7977098Z 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-11-23T01:31:21.7978143Z 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-11-23T01:31:21.7979241Z 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-11-23T01:31:21.7980382Z 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-11-23T01:31:21.7982246Z 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-11-23T01:31:21.7983325Z 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-11-23T01:31:21.7984539Z 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-11-23T01:31:21.7985869Z 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-11-23T01:31:21.7987003Z 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-11-23T01:31:21.7988128Z 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-11-23T01:31:21.7989104Z 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-11-23T01:31:21.7990159Z 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-11-23T01:31:21.7991429Z 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-11-23T01:31:21.7992616Z 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-11-23T01:31:21.7993730Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:31:21.7994395Z 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-11-23T01:31:21.7995395Z 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-11-23T01:31:21.7996912Z 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-11-23T01:31:21.7997625Z 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-11-23T01:31:21.7999575Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:31:21.8000201Z 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-11-23T01:31:21.8000967Z 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-11-23T01:31:21.8002101Z 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-11-23T01:31:21.8002999Z 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-11-23T01:31:21.8005093Z 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-11-23T01:31:21.8005736Z 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-11-23T01:31:21.8006377Z 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-11-23T01:31:21.8007402Z 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-11-23T01:31:21.8008481Z 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-11-23T01:31:21.8009668Z 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-11-23T01:31:21.8010453Z 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-11-23T01:31:21.8011526Z 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-11-23T01:31:21.8012282Z 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-11-23T01:31:21.8013415Z 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-11-23T01:31:21.8014257Z 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-11-23T01:31:21.8015727Z 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-11-23T01:31:21.8016416Z 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-11-23T01:31:21.8017558Z 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-11-23T01:31:21.8018919Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:31:21.8019417Z 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-11-23T01:31:21.8020168Z 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-11-23T01:31:21.8022120Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:31:21.8022767Z 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-11-23T01:31:21.8023691Z 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-11-23T01:31:21.8025651Z 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-11-23T01:31:21.8026135Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:31:21.8026558Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:31:21.8027541Z 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-11-23T01:31:21.8028498Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:31:21.8029317Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:31:21.8029943Z 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-11-23T01:31:21.8031374Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:31:21.8031862Z 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-11-23T01:31:21.8033146Z 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-11-23T01:31:21.8033847Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:31:21.8035070Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:31:21.8036140Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:31:21.8036897Z 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-11-23T01:31:21.8038632Z 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-11-23T01:31:21.8039617Z 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-11-23T01:31:21.8040528Z 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-11-23T01:31:21.8041525Z 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-11-23T01:31:21.8042651Z 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-11-23T01:31:21.8043503Z 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-11-23T01:31:21.8044374Z 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-11-23T01:31:21.8045363Z 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-11-23T01:31:21.8046503Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:31:21.8048348Z 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-11-23T01:31:21.8048963Z 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-11-23T01:31:21.8049720Z 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-11-23T01:31:21.8050571Z 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-11-23T01:31:21.8051912Z 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-11-23T01:31:21.8052917Z 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-11-23T01:31:21.8054714Z 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-11-23T01:31:21.8056162Z 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-11-23T01:31:21.8056786Z 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-11-23T01:31:21.8058205Z 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-11-23T01:31:21.8059058Z 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-11-23T01:31:21.8060141Z 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-11-23T01:31:21.8061217Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:31:21.8062359Z 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-11-23T01:31:21.8063385Z 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-11-23T01:31:21.8064536Z 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-11-23T01:31:21.8065482Z 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-11-23T01:31:21.8066575Z 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-11-23T01:31:21.8067621Z 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-11-23T01:31:21.8068651Z 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-11-23T01:31:21.8069749Z 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-11-23T01:31:21.8070808Z 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-11-23T01:31:21.8071776Z 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-11-23T01:31:21.8072907Z 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-11-23T01:31:21.8073904Z 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-11-23T01:31:21.8074922Z 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-11-23T01:31:21.8076003Z 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-11-23T01:31:21.8077108Z 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-11-23T01:31:21.8078300Z 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-11-23T01:31:21.8079200Z 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-11-23T01:31:21.8080427Z 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-11-23T01:31:21.8081552Z 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-11-23T01:31:21.8082898Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:31:21.8083610Z 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-11-23T01:31:21.8085086Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:31:21.8085581Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:31:21.8086368Z 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-11-23T01:31:21.8087890Z 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-11-23T01:31:21.8088458Z 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-11-23T01:31:21.8089789Z 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-11-23T01:31:21.8090968Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:31:21.8091580Z 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-11-23T01:31:21.8092956Z 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-11-23T01:31:21.8093792Z 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-11-23T01:31:21.8094656Z 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-11-23T01:31:21.8095687Z 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-11-23T01:31:21.8096248Z 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-11-23T01:31:21.8097699Z 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-11-23T01:31:21.8098216Z 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-11-23T01:31:21.8099394Z 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-11-23T01:31:21.8100242Z 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-11-23T01:31:21.8101033Z 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-11-23T01:31:21.8101958Z 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-11-23T01:31:21.8103027Z 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-11-23T01:31:21.8103902Z 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-11-23T01:31:21.8105070Z 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-11-23T01:31:21.8105803Z 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-11-23T01:31:21.8106583Z 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-11-23T01:31:21.8107724Z 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-11-23T01:31:21.8108798Z 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-11-23T01:31:21.8109474Z 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-11-23T01:31:21.8110357Z 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-11-23T01:31:21.8112033Z 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-11-23T01:31:21.8112521Z 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-11-23T01:31:21.8113020Z 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-11-23T01:31:21.8114904Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:31:21.8115551Z 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-11-23T01:31:21.8116284Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:31:21.8116697Z 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-11-23T01:31:21.8117722Z 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-11-23T01:31:21.8118442Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:31:21.8119245Z 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-11-23T01:31:21.8120225Z 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-11-23T01:31:21.8120938Z 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-11-23T01:31:21.8122031Z 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-11-23T01:31:21.8122919Z 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-11-23T01:31:21.8124657Z 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-11-23T01:31:21.8125661Z 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-11-23T01:31:21.8126161Z 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-11-23T01:31:21.8126953Z 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-11-23T01:31:21.8127851Z 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-11-23T01:31:21.8129428Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8130111Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8134806Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8135226Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8135572Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8136107Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8136633Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8136970Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8137660Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8138312Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8139323Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8140178Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8141083Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8142017Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8143601Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8144280Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8144994Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8146984Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8148393Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8149219Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:31:21.8150576Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:31:21.8151064Z 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-11-23T01:31:21.8152081Z 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-11-23T01:31:21.8153446Z 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-11-23T01:31:21.8154451Z 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-11-23T01:31:21.8155475Z 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-11-23T01:31:21.8156777Z 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-11-23T01:31:21.8157533Z 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-11-23T01:31:21.8158772Z creating build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:31:21.8159660Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:31:21.8160688Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:31:21.8163858Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:31:21.8164574Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:31:21.8165360Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:31:21.8165721Z 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-11-23T01:31:21.8167011Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:31:21.8167440Z 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-11-23T01:31:21.8168457Z 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-11-23T01:31:21.8170482Z 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-11-23T01:31:21.8171059Z 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-11-23T01:31:21.8171485Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:31:21.8172113Z 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-11-23T01:31:21.8173256Z 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-11-23T01:31:21.8173843Z 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-11-23T01:31:21.8175318Z 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-11-23T01:31:21.8175682Z 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-11-23T01:31:21.8176825Z 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-11-23T01:31:21.8177298Z 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-11-23T01:31:21.8178283Z 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-11-23T01:31:21.8179769Z 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-11-23T01:31:21.8181366Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:31:21.8181796Z 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-11-23T01:31:21.8186152Z 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-11-23T01:31:21.8187338Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:31:21.8187815Z 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-11-23T01:31:21.8189259Z 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-11-23T01:31:21.8190707Z 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-11-23T01:31:21.8191650Z 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-11-23T01:31:21.8192676Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:31:21.8193428Z 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-11-23T01:31:21.8194255Z 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-11-23T01:31:21.8195129Z 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-11-23T01:31:21.8196201Z 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-11-23T01:31:21.8197473Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:31:21.8197891Z 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-11-23T01:31:21.8198980Z 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-11-23T01:31:21.8200010Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:31:21.8200449Z 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-11-23T01:31:21.8201429Z 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-11-23T01:31:21.8202589Z 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-11-23T01:31:21.8203781Z 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-11-23T01:31:21.8206514Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8207120Z copying build/lib.linux-x86_64-cpython-310/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8208257Z copying build/lib.linux-x86_64-cpython-310/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8208974Z copying build/lib.linux-x86_64-cpython-310/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8209694Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8211441Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8212444Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8213505Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8214489Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8215289Z copying build/lib.linux-x86_64-cpython-310/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8216216Z copying build/lib.linux-x86_64-cpython-310/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8217900Z copying build/lib.linux-x86_64-cpython-310/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8219326Z copying build/lib.linux-x86_64-cpython-310/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:31:21.8219870Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8220757Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8221339Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8223026Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8223699Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8224355Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8225165Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8226157Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8226987Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8228021Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8229570Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8230313Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8231046Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8232246Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8233178Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:31:21.8234676Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8234979Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8235335Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8236507Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8237203Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8238421Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8239714Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:31:21.8241049Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:31:21.8241798Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:31:21.8242801Z 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-11-23T01:31:21.8243925Z 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-11-23T01:31:21.8244654Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:31:21.8245672Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:31:21.8246589Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:31:21.8247392Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:31:21.8248421Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:31:21.8249147Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:31:21.8250085Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:31:21.8250816Z 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-11-23T01:31:21.8251649Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:31:21.8253000Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:31:21.8253890Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:31:21.8254245Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:31:21.8255180Z 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-11-23T01:31:21.8259110Z 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-11-23T01:31:21.8260321Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:31:21.8260739Z 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-11-23T01:31:21.8261936Z 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-11-23T01:31:21.8262548Z 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-11-23T01:31:21.8264716Z 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-11-23T01:31:21.8265102Z 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-11-23T01:31:21.8265637Z 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-11-23T01:31:21.8266245Z 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-11-23T01:31:21.8268010Z 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-11-23T01:31:21.8268471Z 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-11-23T01:31:21.8268998Z 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-11-23T01:31:21.8269953Z 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-11-23T01:31:21.8271119Z 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-11-23T01:31:21.8271812Z 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-11-23T01:31:21.8272965Z 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-11-23T01:31:21.8273897Z 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-11-23T01:31:21.8274346Z 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-11-23T01:31:21.8276042Z 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-11-23T01:31:21.8276621Z 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-11-23T01:31:21.8277343Z 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-11-23T01:31:21.8277915Z 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-11-23T01:31:21.8278929Z 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-11-23T01:31:21.8279607Z 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-11-23T01:31:21.8280850Z 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-11-23T01:31:21.8282047Z 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-11-23T01:31:21.8282671Z 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-11-23T01:31:21.8284331Z 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-11-23T01:31:21.8284895Z 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-11-23T01:31:21.8286729Z 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-11-23T01:31:21.8287568Z 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-11-23T01:31:21.8288349Z 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-11-23T01:31:21.8289160Z 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-11-23T01:31:21.8290489Z 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-11-23T01:31:21.8291654Z 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-11-23T01:31:21.8293187Z 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-11-23T01:31:21.8294427Z 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-11-23T01:31:21.8295575Z 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-11-23T01:31:21.8296726Z 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-11-23T01:31:21.8297745Z 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-11-23T01:31:21.8298602Z 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-11-23T01:31:21.8302057Z running install_egg_info 2022-11-23T01:31:21.9850741Z running egg_info 2022-11-23T01:31:21.9851063Z creating torch.egg-info 2022-11-23T01:31:21.9889284Z writing torch.egg-info/PKG-INFO 2022-11-23T01:31:21.9892225Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:31:21.9894466Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:31:21.9896252Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:31:21.9898413Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:31:21.9899504Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:31:22.2124536Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:31:22.2125185Z reading manifest template 'MANIFEST.in' 2022-11-23T01:31:22.2151441Z warning: no files found matching 'CITATION' 2022-11-23T01:31:26.8830957Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:31:27.0038061Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:31:27.2310683Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:31:27.2311233Z adding license file 'LICENSE' 2022-11-23T01:31:27.2311473Z adding license file 'NOTICE' 2022-11-23T01:31:27.7827537Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:31:27.7881320Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.10.egg-info 2022-11-23T01:31:27.7909403Z running install_scripts 2022-11-23T01:31:27.9126693Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:31:27.9127380Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:31:27.9190227Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:31:27.9193002Z creating 'dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T01:31:27.9349302Z adding 'functorch/_C.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:31:27.9357969Z adding 'functorch/__init__.py' 2022-11-23T01:31:27.9359787Z adding 'functorch/_src/__init__.py' 2022-11-23T01:31:27.9370432Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:31:27.9373895Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:31:27.9376149Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:31:27.9380246Z adding 'functorch/_src/compilers.py' 2022-11-23T01:31:27.9382072Z adding 'functorch/_src/config.py' 2022-11-23T01:31:27.9399730Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:31:27.9405047Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:31:27.9411204Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:31:27.9413268Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:31:27.9419905Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:31:27.9421894Z adding 'functorch/_src/python_key.py' 2022-11-23T01:31:27.9422871Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:31:27.9428834Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:31:27.9435016Z adding 'functorch/_src/vmap.py' 2022-11-23T01:31:27.9437123Z adding 'functorch/compile/__init__.py' 2022-11-23T01:31:27.9439611Z adding 'functorch/dim/__init__.py' 2022-11-23T01:31:27.9441478Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:31:27.9443264Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:31:27.9445145Z adding 'functorch/dim/dim.py' 2022-11-23T01:31:27.9446805Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:31:27.9449161Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:31:27.9455416Z adding 'functorch/dim/reference.py' 2022-11-23T01:31:27.9457301Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:31:27.9459037Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:31:27.9460762Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:31:27.9462748Z adding 'functorch/experimental/_map.py' 2022-11-23T01:31:27.9464477Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:31:27.9466762Z adding 'functorch/experimental/cond.py' 2022-11-23T01:31:27.9468358Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:31:27.9469572Z adding 'functorch/experimental/ops.py' 2022-11-23T01:31:27.9480949Z adding 'torch/_C.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:31:27.9492304Z adding 'torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:31:27.9494434Z adding 'torch/_VF.py' 2022-11-23T01:31:27.9495948Z adding 'torch/__config__.py' 2022-11-23T01:31:27.9497229Z adding 'torch/__future__.py' 2022-11-23T01:31:27.9508744Z adding 'torch/__init__.py' 2022-11-23T01:31:27.9515325Z adding 'torch/_appdirs.py' 2022-11-23T01:31:27.9517781Z adding 'torch/_classes.py' 2022-11-23T01:31:27.9519672Z adding 'torch/_deploy.py' 2022-11-23T01:31:27.9535672Z adding 'torch/_jit_internal.py' 2022-11-23T01:31:27.9538873Z adding 'torch/_linalg_utils.py' 2022-11-23T01:31:27.9551183Z adding 'torch/_lobpcg.py' 2022-11-23T01:31:27.9555650Z adding 'torch/_lowrank.py' 2022-11-23T01:31:27.9573966Z adding 'torch/_meta_registrations.py' 2022-11-23T01:31:27.9577640Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:31:27.9584570Z adding 'torch/_ops.py' 2022-11-23T01:31:27.9587886Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:31:27.9589783Z adding 'torch/_six.py' 2022-11-23T01:31:27.9592167Z adding 'torch/_sources.py' 2022-11-23T01:31:27.9593852Z adding 'torch/_storage_docs.py' 2022-11-23T01:31:27.9608469Z adding 'torch/_tensor.py' 2022-11-23T01:31:27.9640442Z adding 'torch/_tensor_docs.py' 2022-11-23T01:31:27.9650249Z adding 'torch/_tensor_str.py' 2022-11-23T01:31:27.9764002Z adding 'torch/_torch_docs.py' 2022-11-23T01:31:27.9781214Z adding 'torch/_utils.py' 2022-11-23T01:31:27.9783606Z adding 'torch/_utils_internal.py' 2022-11-23T01:31:27.9788276Z adding 'torch/_vmap_internals.py' 2022-11-23T01:31:27.9791796Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:31:27.9814827Z adding 'torch/functional.py' 2022-11-23T01:31:27.9825280Z adding 'torch/hub.py' 2022-11-23T01:31:27.9828854Z adding 'torch/library.py' 2022-11-23T01:31:27.9850662Z adding 'torch/overrides.py' 2022-11-23T01:31:27.9854137Z adding 'torch/py.typed' 2022-11-23T01:31:27.9856864Z adding 'torch/quasirandom.py' 2022-11-23T01:31:27.9859377Z adding 'torch/random.py' 2022-11-23T01:31:27.9861073Z adding 'torch/return_types.py' 2022-11-23T01:31:27.9874774Z adding 'torch/serialization.py' 2022-11-23T01:31:27.9883624Z adding 'torch/storage.py' 2022-11-23T01:31:27.9886666Z adding 'torch/torch_version.py' 2022-11-23T01:31:27.9888483Z adding 'torch/types.py' 2022-11-23T01:31:27.9890080Z adding 'torch/version.py' 2022-11-23T01:31:27.9917349Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:31:27.9948710Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:31:27.9953463Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:31:27.9955019Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:31:27.9956540Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:31:27.9959325Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:31:27.9962028Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:31:27.9963965Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:31:27.9965237Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:31:27.9966663Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:31:27.9968185Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:31:27.9969637Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:31:27.9971274Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:31:27.9972974Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:31:27.9974770Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:31:27.9976300Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:31:27.9977915Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:31:27.9980221Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:31:27.9981828Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:31:27.9983587Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:31:27.9986688Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:31:28.0013126Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:31:28.0018681Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:31:28.0020617Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:31:28.0022113Z adding 'torch/_dispatch/python.py' 2022-11-23T01:31:28.0024641Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:31:28.0027881Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:31:28.0030776Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:31:28.0034987Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:31:28.0039451Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:31:28.0042832Z adding 'torch/_dynamo/config.py' 2022-11-23T01:31:28.0047922Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:31:28.0056571Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:31:28.0064940Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:31:28.0067273Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:31:28.0076269Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:31:28.0079062Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:31:28.0081145Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:31:28.0087369Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:31:28.0090200Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:31:28.0092227Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:31:28.0095837Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:31:28.0099267Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:31:28.0101945Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:31:28.0104266Z adding 'torch/_dynamo/source.py' 2022-11-23T01:31:28.0122905Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:31:28.0126248Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:31:28.0128566Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:31:28.0131672Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:31:28.0142467Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:31:28.0145068Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:31:28.0147607Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:31:28.0154606Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:31:28.0159608Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:31:28.0162691Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:31:28.0164639Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:31:28.0168891Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:31:28.0171907Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:31:28.0174791Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:31:28.0180497Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:31:28.0182986Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:31:28.0186317Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:31:28.0193752Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:31:28.0201942Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:31:28.0205310Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:31:28.0209362Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:31:28.0213676Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:31:28.0218403Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:31:28.0224450Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:31:28.0230258Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:31:28.0238101Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:31:28.0245522Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:31:28.0250061Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:31:28.0252046Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:31:28.0254296Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:31:28.0256113Z adding 'torch/_functorch/utils.py' 2022-11-23T01:31:28.0257503Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:31:28.0263179Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:31:28.0267696Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:31:28.0270607Z adding 'torch/_inductor/config.py' 2022-11-23T01:31:28.0272441Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:31:28.0275780Z adding 'torch/_inductor/debug.py' 2022-11-23T01:31:28.0280420Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:31:28.0284346Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:31:28.0286775Z adding 'torch/_inductor/exc.py' 2022-11-23T01:31:28.0291289Z adding 'torch/_inductor/graph.py' 2022-11-23T01:31:28.0327528Z adding 'torch/_inductor/ir.py' 2022-11-23T01:31:28.0362181Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:31:28.0366103Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:31:28.0373965Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:31:28.0386707Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:31:28.0393153Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:31:28.0397364Z adding 'torch/_inductor/utils.py' 2022-11-23T01:31:28.0399458Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:31:28.0401117Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:31:28.0403459Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:31:28.0409428Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:31:28.0423675Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:31:28.0426352Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:31:28.0440969Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:31:28.0444679Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:31:28.0447005Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:31:28.0449111Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:31:28.0452855Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:31:28.0457018Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:31:28.0458952Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:31:28.0463811Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:31:28.0467061Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:31:28.0472205Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:31:28.0475292Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:31:28.0477856Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:31:28.0480101Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:31:28.0482274Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:31:28.0483892Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:31:28.0485978Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:31:28.0488343Z adding 'torch/_lazy/closure.py' 2022-11-23T01:31:28.0490011Z adding 'torch/_lazy/computation.py' 2022-11-23T01:31:28.0491418Z adding 'torch/_lazy/config.py' 2022-11-23T01:31:28.0492801Z adding 'torch/_lazy/debug.py' 2022-11-23T01:31:28.0494240Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:31:28.0497358Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:31:28.0499102Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:31:28.0500765Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:31:28.0502076Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:31:28.0503355Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:31:28.0523197Z adding 'torch/_prims/__init__.py' 2022-11-23T01:31:28.0529470Z adding 'torch/_prims/context.py' 2022-11-23T01:31:28.0531642Z adding 'torch/_prims/executor.py' 2022-11-23T01:31:28.0536905Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:31:28.0542792Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:31:28.0559150Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:31:28.0565107Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:31:28.0609996Z adding 'torch/_refs/__init__.py' 2022-11-23T01:31:28.0615533Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:31:28.0619562Z adding 'torch/_refs/fft.py' 2022-11-23T01:31:28.0623116Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:31:28.0624772Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:31:28.0634173Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:31:28.0637580Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:31:28.0639308Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:31:28.0652482Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:31:28.0655718Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:31:28.0661692Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:31:28.0663662Z adding 'torch/amp/__init__.py' 2022-11-23T01:31:28.0667368Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:31:28.0669343Z adding 'torch/ao/__init__.py' 2022-11-23T01:31:28.0671030Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:31:28.0672713Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:31:28.0674251Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:31:28.0676084Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:31:28.0677752Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:31:28.0679300Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:31:28.0685203Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:31:28.0688731Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:31:28.0690470Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:31:28.0692173Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:31:28.0693592Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:31:28.0695108Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:31:28.0696838Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:31:28.0698446Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:31:28.0700172Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:31:28.0702304Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:31:28.0704044Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:31:28.0705445Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:31:28.0706904Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:31:28.0708336Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:31:28.0709665Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:31:28.0711187Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:31:28.0713577Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:31:28.0716053Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:31:28.0718013Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:31:28.0719577Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:31:28.0721114Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:31:28.0726560Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:31:28.0731854Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:31:28.0733909Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:31:28.0739643Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:31:28.0741733Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:31:28.0743559Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:31:28.0746463Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:31:28.0749378Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:31:28.0759369Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:31:28.0763131Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:31:28.0766184Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:31:28.0768400Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:31:28.0774934Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:31:28.0777425Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:31:28.0780723Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:31:28.0783468Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:31:28.0787404Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:31:28.0789816Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:31:28.0791729Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:31:28.0793923Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:31:28.0795728Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:31:28.0797319Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:31:28.0799919Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:31:28.0802060Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:31:28.0806961Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:31:28.0809381Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:31:28.0811982Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:31:28.0813901Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:31:28.0815359Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:31:28.0818002Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:31:28.0819934Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:31:28.0821440Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:31:28.0823905Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:31:28.0825589Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:31:28.0830332Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:31:28.0839713Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:31:28.0842325Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:31:28.0847988Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:31:28.0858770Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:31:28.0863762Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:31:28.0873264Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:31:28.0875957Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:31:28.0878943Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:31:28.0882377Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:31:28.0888054Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:31:28.0891711Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:31:28.0893805Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:31:28.0895196Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:31:28.0896772Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:31:28.0898290Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:31:28.0903402Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:31:28.0905333Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:31:28.0908168Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:31:28.0909928Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:31:28.0914074Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:31:28.0917099Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:31:28.0919702Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:31:28.0921325Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:31:28.0922904Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:31:28.0924654Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:31:28.0926883Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:31:28.0928672Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:31:28.0932071Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:31:28.0934198Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:31:28.0935760Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:31:28.0938357Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:31:28.0940612Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:31:28.0942508Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:31:28.0944066Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:31:28.0947807Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:31:28.0949997Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:31:28.0951893Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:31:28.0955014Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:31:28.0957751Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:31:28.0960202Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:31:28.0963245Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:31:28.0966113Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:31:28.0971711Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:31:28.0975082Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:31:28.0978598Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:31:28.0994040Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:31:28.1001166Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:31:28.1005591Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:31:28.1007961Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:31:28.1009644Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:31:28.1013110Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:31:28.1020737Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:31:28.1028397Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:31:28.1032959Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:31:28.1035107Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:31:28.1042029Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:31:28.1044607Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:31:28.1049884Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:31:28.1055906Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:31:28.1059123Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:31:28.1061415Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:31:28.1063597Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:31:28.1065203Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:31:28.1067357Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:31:28.1069408Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:31:28.1072024Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:31:28.1074269Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:31:28.1076110Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:31:28.1078475Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:31:28.1089181Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:31:28.1100677Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:31:28.1103888Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:31:28.1117782Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:31:28.1122926Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:31:28.1126015Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:31:28.1128399Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:31:28.1130654Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:31:28.1132164Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:31:28.1133603Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:31:28.1136614Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:31:28.1138928Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:31:28.1159404Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:31:28.1164968Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:31:28.1167572Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:31:28.1170003Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:31:28.1182721Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:31:28.1185398Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:31:28.1204339Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:31:28.1213935Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:31:28.1218147Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:31:28.1226887Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:31:28.1233518Z adding 'torch/autograd/__init__.py' 2022-11-23T01:31:28.1236194Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:31:28.1239230Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:31:28.1246834Z adding 'torch/autograd/function.py' 2022-11-23T01:31:28.1258944Z adding 'torch/autograd/functional.py' 2022-11-23T01:31:28.1263314Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:31:28.1287973Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:31:28.1295036Z adding 'torch/autograd/graph.py' 2022-11-23T01:31:28.1304820Z adding 'torch/autograd/profiler.py' 2022-11-23T01:31:28.1309956Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:31:28.1319080Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:31:28.1321446Z adding 'torch/autograd/variable.py' 2022-11-23T01:31:28.1323398Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:31:28.1325003Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:31:28.1326812Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:31:28.1328883Z adding 'torch/backends/__init__.py' 2022-11-23T01:31:28.1330435Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:31:28.1332573Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:31:28.1334174Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:31:28.1336663Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:31:28.1355820Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:31:28.1360777Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:31:28.1364003Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:31:28.1365963Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:31:28.1368125Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:31:28.1370403Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:31:28.1372199Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:31:28.1373911Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:31:28.1375847Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:31:28.1377775Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:31:28.1379185Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:31:28.1386736Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:31:28.1389301Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:31:28.1645183Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:31:28.1912833Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:31:28.2238654Z adding 'torch/bin/ProcessGroupGlooTest' 2022-11-23T01:31:28.2315879Z adding 'torch/bin/ProcessGroupMPITest' 2022-11-23T01:31:28.2601908Z adding 'torch/bin/ProcessGroupNCCLErrorsTest' 2022-11-23T01:31:28.2908307Z adding 'torch/bin/ProcessGroupNCCLTest' 2022-11-23T01:31:28.3177137Z adding 'torch/bin/ProcessGroupUCCTest' 2022-11-23T01:31:28.3477990Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:31:28.3530664Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:31:28.5946669Z adding 'torch/bin/protoc' 2022-11-23T01:31:28.8466819Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:31:29.4357952Z adding 'torch/bin/test_api' 2022-11-23T01:31:29.5017597Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:31:29.5289913Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:31:30.0707463Z adding 'torch/bin/test_jit' 2022-11-23T01:31:30.2566228Z adding 'torch/bin/test_lazy' 2022-11-23T01:31:30.3004288Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:31:30.7112027Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:31:30.7341704Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:31:30.7411243Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:31:30.7416640Z adding 'torch/contrib/__init__.py' 2022-11-23T01:31:30.7419124Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:31:30.7420768Z adding 'torch/cpu/__init__.py' 2022-11-23T01:31:30.7422332Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:31:30.7423886Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:31:30.7432948Z adding 'torch/cuda/__init__.py' 2022-11-23T01:31:30.7436460Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:31:30.7441244Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:31:30.7447474Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:31:30.7449973Z adding 'torch/cuda/_utils.py' 2022-11-23T01:31:30.7451476Z adding 'torch/cuda/comm.py' 2022-11-23T01:31:30.7453535Z adding 'torch/cuda/error.py' 2022-11-23T01:31:30.7458381Z adding 'torch/cuda/graphs.py' 2022-11-23T01:31:30.7461650Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:31:30.7468111Z adding 'torch/cuda/memory.py' 2022-11-23T01:31:30.7470926Z adding 'torch/cuda/nccl.py' 2022-11-23T01:31:30.7472985Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:31:30.7474727Z adding 'torch/cuda/profiler.py' 2022-11-23T01:31:30.7476955Z adding 'torch/cuda/random.py' 2022-11-23T01:31:30.7478456Z adding 'torch/cuda/sparse.py' 2022-11-23T01:31:30.7481485Z adding 'torch/cuda/streams.py' 2022-11-23T01:31:30.7483490Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:31:30.7485968Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:31:30.7487539Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:31:30.7494724Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:31:30.7497940Z adding 'torch/distributed/__init__.py' 2022-11-23T01:31:30.7500215Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:31:30.7502084Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:31:30.7503537Z adding 'torch/distributed/constants.py' 2022-11-23T01:31:30.7541492Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:31:30.7547718Z adding 'torch/distributed/launch.py' 2022-11-23T01:31:30.7549426Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:31:30.7551788Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:31:30.7555120Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:31:30.7563622Z adding 'torch/distributed/run.py' 2022-11-23T01:31:30.7567243Z adding 'torch/distributed/utils.py' 2022-11-23T01:31:30.7569343Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:31:30.7595479Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:31:30.7600247Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:31:30.7602878Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:31:30.7605116Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:31:30.7607179Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:31:30.7609215Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:31:30.7611085Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:31:30.7614893Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:31:30.7617244Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:31:30.7619342Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:31:30.7621015Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:31:30.7624992Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:31:30.7628219Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:31:30.7630041Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:31:30.7631889Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:31:30.7633921Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:31:30.7636324Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:31:30.7640908Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:31:30.7654042Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:31:30.7657324Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:31:30.7660561Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:31:30.7662763Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:31:30.7665812Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:31:30.7667998Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:31:30.7670279Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:31:30.7672264Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:31:30.7674164Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:31:30.7675693Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:31:30.7678120Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:31:30.7680134Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:31:30.7682221Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:31:30.7683799Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:31:30.7686575Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:31:30.7688539Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:31:30.7690658Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:31:30.7692495Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:31:30.7695643Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:31:30.7699203Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:31:30.7702685Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:31:30.7704645Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:31:30.7708826Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:31:30.7712877Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:31:30.7718484Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:31:30.7723836Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:31:30.7726155Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:31:30.7730501Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:31:30.7732549Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:31:30.7734258Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:31:30.7736052Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:31:30.7737587Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:31:30.7741064Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:31:30.7744707Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:31:30.7749877Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:31:30.7755443Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:31:30.7759908Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:31:30.7765250Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:31:30.7769086Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:31:30.7771120Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:31:30.7772963Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:31:30.7777597Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:31:30.7780169Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:31:30.7782307Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:31:30.7785434Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:31:30.7790387Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:31:30.7792746Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:31:30.7794660Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:31:30.7802129Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:31:30.7804735Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:31:30.7806970Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:31:30.7810377Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:31:30.7814183Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:31:30.7817673Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:31:30.7820443Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:31:30.7823090Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:31:30.7825047Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:31:30.7829220Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:31:30.7831213Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:31:30.7834895Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:31:30.7836854Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:31:30.7839409Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:31:30.7841282Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:31:30.7843606Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:31:30.7845305Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:31:30.7847550Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:31:30.7850191Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:31:30.7855269Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:31:30.7857512Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:31:30.7860023Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:31:30.7862221Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:31:30.7864820Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:31:30.7875366Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:31:30.7879151Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:31:30.7881053Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:31:30.7883605Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:31:30.7887114Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:31:30.7889480Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:31:30.7891620Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:31:30.7893374Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:31:30.7895147Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:31:30.7896887Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:31:30.7899828Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:31:30.7903454Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:31:30.7905626Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:31:30.7909675Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:31:30.7912749Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:31:30.7914602Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:31:30.7917099Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:31:30.7919483Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:31:30.7926735Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:31:30.7927099Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:31:30.7928636Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:31:30.7931399Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:31:30.7933069Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:31:30.7935045Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:31:30.7945773Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:31:30.7950784Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:31:30.7953721Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:31:30.7955878Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:31:30.7957554Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:31:30.7960543Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:31:30.7963283Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:31:30.7967209Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:31:30.7974503Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:31:30.7977231Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:31:30.7979739Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:31:30.7984664Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:31:30.7987783Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:31:30.7989504Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:31:30.7992611Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:31:30.7995892Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:31:30.7999714Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:31:30.8010392Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:31:30.8022797Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:31:30.8026713Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:31:30.8030109Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:31:30.8033307Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:31:30.8035283Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:31:30.8037551Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:31:30.8040721Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:31:30.8043258Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:31:30.8046792Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:31:30.8051433Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:31:30.8054089Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:31:30.8056051Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:31:30.8057868Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:31:30.8060365Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:31:30.8062011Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:31:30.8063992Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:31:30.8066010Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:31:30.8067828Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:31:30.8069602Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:31:30.8071639Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:31:30.8073557Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:31:30.8076601Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:31:30.8081229Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:31:30.8083951Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:31:30.8092517Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:31:30.8094835Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:31:30.8109467Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:31:30.8123662Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:31:30.8128232Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:31:30.8134978Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:31:30.8139074Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:31:30.8142479Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:31:30.8144876Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:31:30.8147967Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:31:30.8151889Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:31:30.8176005Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:31:30.8202555Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:31:30.8209635Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:31:30.8214911Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:31:30.8217074Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:31:30.8220758Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:31:30.8222723Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:31:30.8226842Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:31:30.8228808Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:31:30.8236048Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:31:30.8238535Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:31:30.8240908Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:31:30.8242987Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:31:30.8245110Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:31:30.8247264Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:31:30.8249613Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:31:30.8252793Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:31:30.8255228Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:31:30.8257867Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:31:30.8260338Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:31:30.8263032Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:31:30.8265460Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:31:30.8267686Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:31:30.8270282Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:31:30.8273944Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:31:30.8276664Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:31:30.8278629Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:31:30.8299517Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:31:30.8302807Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:31:30.8304733Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:31:30.8307217Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:31:30.8311190Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:31:30.8313618Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:31:30.8315559Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:31:30.8318576Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:31:30.8320671Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:31:30.8326533Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:31:30.8330583Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:31:30.8333074Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:31:30.8334910Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:31:30.8337528Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:31:30.8340354Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:31:30.8343205Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:31:30.8345131Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:31:30.8347211Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:31:30.8349585Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:31:30.8351420Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:31:30.8354016Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:31:30.8358639Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:31:30.8361334Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:31:30.8365612Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:31:30.8367499Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:31:30.8376558Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:31:30.8382879Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:31:30.8384764Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:31:30.8387343Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:31:30.8391241Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:31:30.8394135Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:31:30.8396288Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:31:30.8399314Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:31:30.8401294Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:31:30.8403239Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:31:30.8406541Z adding 'torch/distributions/__init__.py' 2022-11-23T01:31:30.8408987Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:31:30.8411091Z adding 'torch/distributions/beta.py' 2022-11-23T01:31:30.8413612Z adding 'torch/distributions/binomial.py' 2022-11-23T01:31:30.8416318Z adding 'torch/distributions/categorical.py' 2022-11-23T01:31:30.8418372Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:31:30.8420119Z adding 'torch/distributions/chi2.py' 2022-11-23T01:31:30.8423192Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:31:30.8427927Z adding 'torch/distributions/constraints.py' 2022-11-23T01:31:30.8431357Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:31:30.8433713Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:31:30.8437529Z adding 'torch/distributions/distribution.py' 2022-11-23T01:31:30.8439720Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:31:30.8441846Z adding 'torch/distributions/exponential.py' 2022-11-23T01:31:30.8444008Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:31:30.8446071Z adding 'torch/distributions/gamma.py' 2022-11-23T01:31:30.8448529Z adding 'torch/distributions/geometric.py' 2022-11-23T01:31:30.8450592Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:31:30.8452550Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:31:30.8454366Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:31:30.8456556Z adding 'torch/distributions/independent.py' 2022-11-23T01:31:30.8463984Z adding 'torch/distributions/kl.py' 2022-11-23T01:31:30.8466837Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:31:30.8468919Z adding 'torch/distributions/laplace.py' 2022-11-23T01:31:30.8471763Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:31:30.8473656Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:31:30.8475563Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:31:30.8478755Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:31:30.8482206Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:31:30.8484750Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:31:30.8488301Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:31:30.8490776Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:31:30.8492970Z adding 'torch/distributions/normal.py' 2022-11-23T01:31:30.8495335Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:31:30.8497235Z adding 'torch/distributions/pareto.py' 2022-11-23T01:31:30.8499072Z adding 'torch/distributions/poisson.py' 2022-11-23T01:31:30.8501538Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:31:30.8503943Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:31:30.8506154Z adding 'torch/distributions/studentT.py' 2022-11-23T01:31:30.8509159Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:31:30.8518880Z adding 'torch/distributions/transforms.py' 2022-11-23T01:31:30.8522018Z adding 'torch/distributions/uniform.py' 2022-11-23T01:31:30.8524925Z adding 'torch/distributions/utils.py' 2022-11-23T01:31:30.8527765Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:31:30.8529786Z adding 'torch/distributions/weibull.py' 2022-11-23T01:31:30.8533650Z adding 'torch/distributions/wishart.py' 2022-11-23T01:31:30.8543354Z adding 'torch/fft/__init__.py' 2022-11-23T01:31:30.8549090Z adding 'torch/futures/__init__.py' 2022-11-23T01:31:30.8552052Z adding 'torch/fx/__init__.py' 2022-11-23T01:31:30.8553819Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:31:30.8555566Z adding 'torch/fx/_pytree.py' 2022-11-23T01:31:30.8568240Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:31:30.8570873Z adding 'torch/fx/annotate.py' 2022-11-23T01:31:30.8589801Z adding 'torch/fx/graph.py' 2022-11-23T01:31:30.8600660Z adding 'torch/fx/graph_module.py' 2022-11-23T01:31:30.8603384Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:31:30.8608446Z adding 'torch/fx/interpreter.py' 2022-11-23T01:31:30.8617228Z adding 'torch/fx/node.py' 2022-11-23T01:31:30.8623300Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:31:30.8628830Z adding 'torch/fx/proxy.py' 2022-11-23T01:31:30.8633463Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:31:30.8635711Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:31:30.8637484Z adding 'torch/fx/traceback.py' 2022-11-23T01:31:30.8639333Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:31:30.8652289Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:31:30.8657289Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:31:30.8659193Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:31:30.8667804Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:31:30.8671438Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:31:30.8675009Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:31:30.8677792Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:31:30.8683136Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:31:30.8687510Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:31:30.8697105Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:31:30.8699377Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:31:30.8701741Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:31:30.8704287Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:31:30.8711739Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:31:30.8714461Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:31:30.8716199Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:31:30.8720033Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:31:30.8731391Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:31:30.8742591Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:31:30.8744925Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:31:30.8748852Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:31:30.8750850Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:31:30.8752498Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:31:30.8754158Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:31:30.8756114Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:31:30.8757650Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:31:30.8759650Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:31:30.8761890Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:31:30.8765499Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:31:30.8767855Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:31:30.8769829Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:31:30.8771612Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:31:30.8773793Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:31:30.8775711Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:31:30.8780119Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:31:30.8782766Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:31:30.8784885Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:31:30.8786743Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:31:30.8788445Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:31:30.8792147Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:31:30.8794693Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:31:30.8800657Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:31:30.8804293Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:31:30.8806531Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:31:30.8809546Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:31:30.8819913Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:31:30.8823222Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:31:30.8827697Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:31:30.8831691Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:31:30.8840754Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:31:30.8845076Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:31:30.8846913Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:31:30.8848892Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:31:30.8850452Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:31:30.8851862Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:31:30.8854306Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:31:30.8856007Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:31:30.8859760Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:31:30.8861766Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:31:30.8865457Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:31:30.8867329Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:31:30.8869155Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:31:30.8870577Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:31:30.8872564Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:31:30.8875571Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:31:30.8880171Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:31:30.8882977Z adding 'torch/include/clog.h' 2022-11-23T01:31:30.8891737Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:31:30.8894291Z adding 'torch/include/dnnl.h' 2022-11-23T01:31:30.8895973Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:31:30.8897329Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:31:30.8898714Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:31:30.8900187Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:31:30.8901748Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:31:30.8902489Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:31:30.8904149Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:31:30.8905635Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:31:30.8906839Z adding 'torch/include/fp16.h' 2022-11-23T01:31:30.8910339Z adding 'torch/include/fxdiv.h' 2022-11-23T01:31:30.8912274Z adding 'torch/include/libshm.h' 2022-11-23T01:31:30.8917629Z adding 'torch/include/nnpack.h' 2022-11-23T01:31:30.8925929Z adding 'torch/include/psimd.h' 2022-11-23T01:31:30.8932776Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:31:30.8936113Z adding 'torch/include/qnnpack.h' 2022-11-23T01:31:30.8938144Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:31:30.8967987Z adding 'torch/include/sleef.h' 2022-11-23T01:31:30.8987735Z adding 'torch/include/xnnpack.h' 2022-11-23T01:31:30.8993107Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:31:30.8995247Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:31:30.8996722Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:31:30.8998100Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:31:30.8999288Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:31:30.9000727Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:31:30.9003589Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:31:30.9006998Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:31:30.9008925Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:31:30.9010832Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:31:30.9014826Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:31:30.9017233Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:31:30.9019132Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:31:30.9023466Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:31:30.9026124Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:31:30.9028069Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:31:30.9032578Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:31:30.9035327Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:31:30.9038614Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:31:30.9040971Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:31:30.9045482Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:31:30.9048289Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:31:30.9049960Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:31:30.9051410Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:31:30.9055821Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:31:30.9057772Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:31:30.9059138Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:31:30.9060752Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:31:30.9062226Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:31:30.9063139Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:31:30.9068197Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:31:30.9070388Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:31:30.9072996Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:31:30.9074709Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:31:30.9078389Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:31:30.9080090Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:31:30.9081840Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:31:30.9084197Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:31:30.9088309Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:31:30.9096610Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:31:30.9098938Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:31:30.9100852Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:31:30.9102392Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:31:30.9103652Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:31:30.9104986Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:31:30.9106908Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:31:30.9108918Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:31:30.9110588Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:31:30.9112337Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:31:30.9114941Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:31:30.9118234Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:31:30.9120100Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:31:30.9122582Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:31:30.9130267Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:31:30.9138419Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:31:30.9143007Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:31:30.9145248Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:31:30.9146668Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:31:30.9148886Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:31:30.9156579Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:31:30.9159266Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:31:30.9160654Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:31:30.9162490Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:31:30.9164633Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:31:30.9166169Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:31:30.9167614Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:31:30.9169272Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:31:30.9170840Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:31:30.9172359Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:31:30.9378948Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:31:30.9530181Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:31:30.9548707Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:31:30.9549979Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:31:30.9551611Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:31:30.9553228Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:31:30.9554783Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:31:30.9556021Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:31:30.9558575Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:31:30.9561766Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:31:30.9566099Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:31:30.9568630Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:31:30.9570249Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:31:30.9571221Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:31:30.9572582Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:31:30.9574674Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:31:30.9581500Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:31:30.9592568Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:31:30.9595285Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:31:30.9597680Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:31:30.9599799Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:31:30.9601511Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:31:30.9603029Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:31:30.9605084Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:31:30.9607385Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:31:30.9609761Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:31:30.9612376Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:31:30.9613998Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:31:30.9615961Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:31:30.9617436Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:31:30.9759648Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:31:30.9798279Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:31:30.9800753Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:31:30.9803459Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:31:30.9805166Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:31:30.9807923Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:31:30.9809872Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:31:30.9812484Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:31:30.9814924Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:31:30.9816452Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:31:30.9818979Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:31:30.9820641Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:31:30.9822359Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:31:30.9828705Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:31:30.9831750Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:31:30.9833265Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:31:30.9834683Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:31:30.9837074Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:31:30.9838685Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:31:30.9840065Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:31:30.9841407Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:31:30.9843713Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:31:30.9845457Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:31:30.9849656Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:31:30.9852532Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:31:30.9854245Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:31:30.9855833Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:31:30.9858949Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:31:30.9860776Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:31:30.9863561Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:31:30.9869501Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:31:30.9872303Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:31:30.9874883Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:31:30.9879395Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:31:30.9882988Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:31:30.9886110Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:31:30.9888788Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:31:30.9892039Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:31:30.9893793Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:31:30.9895431Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:31:30.9897184Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:31:30.9898815Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:31:30.9900210Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:31:30.9901556Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:31:30.9902821Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:31:30.9904605Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:31:30.9907259Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:31:30.9918181Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:31:30.9965745Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:31:30.9973556Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:31:30.9976037Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:31:30.9977595Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:31:30.9978979Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:31:30.9980895Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:31:30.9982698Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:31:30.9984548Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:31:30.9986420Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:31:30.9997122Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:31:31.0000750Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:31:31.0002861Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:31:31.0007022Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:31:31.0008970Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:31:31.0012290Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:31:31.0014005Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:31:31.0015782Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:31:31.0017783Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:31:31.0024599Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:31:31.0029265Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:31:31.0031203Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:31:31.0032729Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:31:31.0036081Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:31:31.0037953Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:31:31.0052116Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:31:31.0076187Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:31:31.0079514Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:31:31.0097915Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:31:31.0105381Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:31:31.0107943Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:31:31.0110195Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:31:31.0111833Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:31:31.0114331Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:31:31.0117087Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:31:31.0119104Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:31:31.0120731Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:31:31.0122268Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:31:31.0125473Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:31:31.0127642Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:31:31.0130622Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:31:31.0133975Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:31:31.0135863Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:31:31.0137956Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:31:31.0139698Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:31:31.0143562Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:31:31.0150730Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:31:31.0153658Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:31:31.0156010Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:31:31.0159553Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:31:31.0168939Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:31:31.0171313Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:31:31.0175612Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:31:31.0177676Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:31:31.0179323Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:31:31.0181582Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:31:31.0184262Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:31:31.0187292Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:31:31.0193411Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:31:31.0196060Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:31:31.0198990Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:31:31.0201041Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:31:31.0203932Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:31:31.0207847Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:31:31.0210202Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:31:31.0211865Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:31:31.0219701Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:31:31.0223482Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:31:31.0225510Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:31:31.0228117Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:31:31.0234210Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:31:31.0239210Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:31:31.0244543Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:31:31.0248530Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:31:31.0252266Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:31:31.0257685Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:31:31.0267462Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:31:31.0276213Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:31:31.0280406Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:31:31.0287244Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:31:31.0293150Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:31:31.0300245Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:31:31.0304891Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:31:31.0308972Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:31:31.0318299Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:31:31.0326745Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:31:31.0329870Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:31:31.0331404Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:31:31.0333408Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:31:31.0337732Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:31:31.0343652Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:31:31.0347150Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:31:31.0348918Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:31:31.0350752Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:31:31.0352678Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:31:31.0353912Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:31:31.0356374Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:31:31.0359059Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:31:31.0360986Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:31:31.0362895Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:31:31.0364573Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:31:31.0367239Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:31:31.0369827Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:31:31.0371578Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:31:31.0372879Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:31:31.0374588Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:31:31.0376271Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:31:31.0377866Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:31:31.0380269Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:31:31.0382451Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:31:31.0383905Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:31:31.0385356Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:31:31.0387149Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:31:31.0388438Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:31:31.0390114Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:31:31.0394670Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:31:31.0397060Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:31:31.0398727Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:31:31.0400275Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:31:31.0403067Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:31:31.0404645Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:31:31.0406756Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:31:31.0409873Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:31:31.0411480Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:31:31.0413624Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:31:31.0415394Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:31:31.0416757Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:31:31.0418886Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:31:31.0420557Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:31:31.0422462Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:31:31.0424036Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:31:31.0428164Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:31:31.0429678Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:31:31.0431148Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:31:31.0432114Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:31:31.0433553Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:31:31.0434917Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:31:31.0436306Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:31:31.0439014Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:31:31.0441012Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:31:31.0442989Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:31:31.0444652Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:31:31.0446557Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:31:31.0451038Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:31:31.0453410Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:31:31.0456183Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:31:31.0458458Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:31:31.0461061Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:31:31.0462819Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:31:31.0465609Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:31:31.0469021Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:31:31.0470610Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:31:31.0472491Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:31:31.0474806Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:31:31.0476471Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:31:31.0478546Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:31:31.0480029Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:31:31.0483987Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:31:31.0486481Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:31:31.0489475Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:31:31.0491224Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:31:31.0493850Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:31:31.0496113Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:31:31.0499015Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:31:31.0501286Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:31:31.0503199Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:31:31.0504641Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:31:31.0506825Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:31:31.0508617Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:31:31.0510936Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:31:31.0515181Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:31:31.0517145Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:31:31.0518501Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:31:31.0519898Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:31:31.0522595Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:31:31.0525686Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:31:31.0527403Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:31:31.0531601Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:31:31.0538177Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:31:31.0540932Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:31:31.0542524Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:31:31.0545213Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:31:31.0546894Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:31:31.0549888Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:31:31.0552396Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:31:31.0553710Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:31:31.0555301Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:31:31.0557639Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:31:31.0559569Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:31:31.0561122Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:31:31.0569441Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:31:31.0571731Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:31:31.0610295Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:31:31.0615366Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:31:31.0618526Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:31:31.0620510Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:31:31.0622035Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:31:31.0623940Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:31:31.0625511Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:31:31.0627005Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:31:31.0630237Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:31:31.0632322Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:31:31.0634044Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:31:31.0635570Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:31:31.0637519Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:31:31.0639058Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:31:31.0642947Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:31:31.0644858Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:31:31.0647762Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:31:31.0649502Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:31:31.0651439Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:31:31.0653065Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:31:31.0656393Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:31:31.0658497Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:31:31.0660006Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:31:31.0661652Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:31:31.0663536Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:31:31.0665850Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:31:31.0667616Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:31:31.0669798Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:31:31.0671256Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:31:31.0672643Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:31:31.0674192Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:31:31.0676284Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:31:31.0677722Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:31:31.0679293Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:31:31.0680604Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:31:31.0682672Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:31:31.0684494Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:31:31.0686256Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:31:31.0687957Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:31:31.0689703Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:31:31.0691292Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:31:31.0693103Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:31:31.0694737Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:31:31.0696078Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:31:31.0698099Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:31:31.0702449Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:31:31.0704481Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:31:31.0706070Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:31:31.0708063Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:31:31.0710642Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:31:31.0712617Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:31:31.0714090Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:31:31.0715858Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:31:31.0718083Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:31:31.0719539Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:31:31.0721048Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:31:31.0722414Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:31:31.0723943Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:31:31.0727072Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:31:31.0728961Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:31:31.0731188Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:31:31.0732886Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:31:31.0734754Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:31:31.0738549Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:31:31.0740411Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:31:31.0742012Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:31:31.0745942Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:31:31.0748737Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:31:31.0750526Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:31:31.0752333Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:31:31.0753469Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:31:31.0757481Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:31:31.0759593Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:31:31.0761919Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:31:31.0763912Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:31:31.0766026Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:31:31.0768624Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:31:31.0770309Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:31:31.0773486Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:31:31.0776759Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:31:31.0778639Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:31:31.0779935Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:31:31.0785669Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:31:31.0787902Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:31:31.0789627Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:31:31.0795553Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:31:31.0797941Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:31:31.0799574Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:31:31.0802816Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:31:31.0806234Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:31:31.0808212Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:31:31.0809544Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:31:31.0812261Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:31:31.0814398Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:31:31.0815858Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:31:31.0819325Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:31:31.0847775Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:31:31.0854325Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:31:31.0856318Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:31:31.0859257Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:31:31.0874249Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:31:31.0880130Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:31:31.0882618Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:31:31.0886542Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:31:31.0888964Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:31:31.0901766Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:31:31.0904467Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:31:31.0906334Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:31:31.0907905Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:31:31.0912304Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:31:31.0914385Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:31:31.0915952Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:31:31.0919042Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:31:31.0921109Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:31:31.0923460Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:31:31.0927351Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:31:31.0932637Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:31:31.0934466Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:31:31.0935904Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:31:31.0937435Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:31:31.0940593Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:31:31.0942851Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:31:31.0944396Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:31:31.0945664Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:31:31.0948402Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:31:31.0951451Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:31:31.0953867Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:31:31.0959605Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:31:31.0961850Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:31:31.0964941Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:31:31.0967134Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:31:31.0969070Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:31:31.0970322Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:31:31.0972221Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:31:31.0973615Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:31:31.0975353Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:31:31.0977152Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:31:31.0978817Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:31:31.0982003Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:31:31.0986994Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:31:31.0990749Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:31:31.0993487Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:31:31.0995163Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:31:31.0998137Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:31:31.1001969Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:31:31.1005590Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:31:31.1007235Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:31:31.1008729Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:31:31.1010213Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:31:31.1065193Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T01:31:31.1066871Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T01:31:31.1068412Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1071803Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1073527Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1075124Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:31:31.1076589Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:31:31.1078303Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1079688Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:31:31.1081988Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:31:31.1082947Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T01:31:31.1084739Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T01:31:31.1086714Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T01:31:31.1088720Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T01:31:31.1090354Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1091719Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1093441Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1094665Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:31:31.1096528Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:31:31.1098014Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1099384Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:31:31.1100888Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:31:31.1102548Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T01:31:31.1104059Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T01:31:31.1105598Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T01:31:31.1107311Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1108821Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T01:31:31.1110495Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T01:31:31.1112319Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T01:31:31.1114091Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1115751Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T01:31:31.1117351Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T01:31:31.1118962Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T01:31:31.1120913Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T01:31:31.1122934Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T01:31:31.1124825Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.1127759Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T01:31:31.1129439Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T01:31:31.1131091Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T01:31:31.1132763Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T01:31:31.1134378Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T01:31:31.1136149Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T01:31:31.1138061Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T01:31:31.1140092Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1141619Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T01:31:31.1143100Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T01:31:31.1144514Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T01:31:31.1146044Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T01:31:31.1147769Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T01:31:31.1149403Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1150870Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T01:31:31.1152286Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T01:31:31.1153906Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T01:31:31.1155462Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T01:31:31.1157153Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1158617Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T01:31:31.1160094Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T01:31:31.1161511Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T01:31:31.1163380Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T01:31:31.1164792Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T01:31:31.1166291Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T01:31:31.1167787Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T01:31:31.1169175Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T01:31:31.1170696Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T01:31:31.1172098Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T01:31:31.1173666Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1175070Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T01:31:31.1176443Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T01:31:31.1177878Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T01:31:31.1179387Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1180682Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T01:31:31.1182170Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T01:31:31.1183593Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T01:31:31.1185149Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1186575Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T01:31:31.1188067Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T01:31:31.1189463Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T01:31:31.1191040Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1192528Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T01:31:31.1194011Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T01:31:31.1195610Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T01:31:31.1197225Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T01:31:31.1198949Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1200391Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T01:31:31.1202266Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T01:31:31.1203917Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1205404Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T01:31:31.1207087Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T01:31:31.1208798Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T01:31:31.1210314Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1211666Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T01:31:31.1213143Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T01:31:31.1214559Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T01:31:31.1216142Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1217485Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T01:31:31.1218978Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T01:31:31.1220373Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T01:31:31.1221998Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1223374Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T01:31:31.1224926Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T01:31:31.1226339Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T01:31:31.1227901Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1229255Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T01:31:31.1230768Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T01:31:31.1232218Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T01:31:31.1233816Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1235166Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T01:31:31.1236792Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T01:31:31.1238159Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T01:31:31.1239736Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1241056Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T01:31:31.1242753Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T01:31:31.1244223Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T01:31:31.1245822Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1247180Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T01:31:31.1248829Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T01:31:31.1250302Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T01:31:31.1251912Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1253236Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T01:31:31.1254781Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T01:31:31.1256309Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T01:31:31.1257967Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1259405Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1260921Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1262363Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T01:31:31.1263975Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T01:31:31.1265535Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T01:31:31.1267238Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1268566Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T01:31:31.1270080Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T01:31:31.1271485Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T01:31:31.1273127Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T01:31:31.1274684Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T01:31:31.1276322Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1277751Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T01:31:31.1279185Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T01:31:31.1280614Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T01:31:31.1282398Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T01:31:31.1284136Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T01:31:31.1285825Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1287398Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T01:31:31.1289092Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T01:31:31.1290706Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T01:31:31.1292425Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1293973Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T01:31:31.1295625Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T01:31:31.1297261Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T01:31:31.1299044Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1300634Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T01:31:31.1302264Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T01:31:31.1303920Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T01:31:31.1305683Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T01:31:31.1307440Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T01:31:31.1309011Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T01:31:31.1310635Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T01:31:31.1312937Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T01:31:31.1313995Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T01:31:31.1315897Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1317071Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T01:31:31.1318905Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1320627Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.1321855Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T01:31:31.1323772Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T01:31:31.1325252Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T01:31:31.1326915Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T01:31:31.1328702Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T01:31:31.1330576Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1332165Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T01:31:31.1333901Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T01:31:31.1335892Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T01:31:31.1337872Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T01:31:31.1339506Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T01:31:31.1341233Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T01:31:31.1343054Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T01:31:31.1344894Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.1346440Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T01:31:31.1348087Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T01:31:31.1349765Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T01:31:31.1351349Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T01:31:31.1353094Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T01:31:31.1354851Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T01:31:31.1356580Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T01:31:31.1358409Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.1360080Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T01:31:31.1361854Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T01:31:31.1363461Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T01:31:31.1365101Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T01:31:31.1366755Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T01:31:31.1368557Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T01:31:31.1370600Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T01:31:31.1372760Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1374375Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1376148Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T01:31:31.1377978Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1379749Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T01:31:31.1381369Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T01:31:31.1383005Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T01:31:31.1384674Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1386241Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T01:31:31.1387953Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T01:31:31.1389570Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T01:31:31.1391477Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T01:31:31.1393191Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T01:31:31.1394814Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T01:31:31.1396502Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1397951Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T01:31:31.1399643Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T01:31:31.1401344Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1403023Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T01:31:31.1404785Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T01:31:31.1406765Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T01:31:31.1408642Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T01:31:31.1410456Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1412504Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1414149Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1415596Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T01:31:31.1417382Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T01:31:31.1419235Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1420843Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T01:31:31.1422772Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T01:31:31.1424271Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T01:31:31.1425878Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T01:31:31.1427582Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T01:31:31.1429238Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1430380Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:31:31.1431922Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T01:31:31.1433529Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T01:31:31.1435125Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T01:31:31.1436641Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1438173Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T01:31:31.1439283Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T01:31:31.1440922Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T01:31:31.1443901Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T01:31:31.1446689Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T01:31:31.1448891Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1450486Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1452152Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T01:31:31.1453963Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T01:31:31.1455955Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1457351Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T01:31:31.1459534Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T01:31:31.1461277Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1462948Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T01:31:31.1464728Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:31:31.1466747Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:31:31.1468574Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T01:31:31.1470710Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T01:31:31.1472523Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T01:31:31.1474308Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1475880Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T01:31:31.1477476Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T01:31:31.1479028Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T01:31:31.1480712Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1482281Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T01:31:31.1484078Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T01:31:31.1485566Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T01:31:31.1487253Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1488758Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T01:31:31.1490508Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T01:31:31.1492055Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T01:31:31.1493846Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1495357Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T01:31:31.1497171Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T01:31:31.1498748Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T01:31:31.1500505Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T01:31:31.1502103Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T01:31:31.1503703Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T01:31:31.1505461Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T01:31:31.1507153Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T01:31:31.1508858Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T01:31:31.1510529Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T01:31:31.1512092Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T01:31:31.1513888Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T01:31:31.1515530Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T01:31:31.1517343Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1518826Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T01:31:31.1520686Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T01:31:31.1522342Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T01:31:31.1524173Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T01:31:31.1525849Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T01:31:31.1527354Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T01:31:31.1529065Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T01:31:31.1530857Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T01:31:31.1532344Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T01:31:31.1534159Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1535522Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T01:31:31.1537500Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T01:31:31.1539115Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T01:31:31.1541067Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1542587Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T01:31:31.1544407Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T01:31:31.1545906Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T01:31:31.1547888Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T01:31:31.1549587Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T01:31:31.1551362Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1552962Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T01:31:31.1554759Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T01:31:31.1556468Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T01:31:31.1558203Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T01:31:31.1560040Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T01:31:31.1562192Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T01:31:31.1563563Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T01:31:31.1565115Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1566540Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T01:31:31.1568178Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T01:31:31.1569623Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T01:31:31.1571226Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T01:31:31.1572868Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T01:31:31.1574671Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T01:31:31.1576382Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1577788Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T01:31:31.1579393Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T01:31:31.1581034Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1582471Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T01:31:31.1583981Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T01:31:31.1586254Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T01:31:31.1588024Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1589769Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1591425Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1592812Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T01:31:31.1594629Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T01:31:31.1596538Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T01:31:31.1598097Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1599604Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T01:31:31.1601168Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T01:31:31.1602759Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T01:31:31.1604404Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T01:31:31.1606097Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T01:31:31.1607797Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T01:31:31.1609425Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T01:31:31.1611123Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1612460Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1613863Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1615254Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T01:31:31.1616936Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T01:31:31.1618519Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T01:31:31.1620153Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.1621489Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T01:31:31.1623079Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T01:31:31.1624722Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T01:31:31.1626426Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1627881Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T01:31:31.1629469Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T01:31:31.1631097Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T01:31:31.1632937Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T01:31:31.1634609Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1636368Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T01:31:31.1637880Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T01:31:31.1639683Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T01:31:31.1641106Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T01:31:31.1642938Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1644324Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T01:31:31.1645896Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T01:31:31.1647602Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T01:31:31.1649214Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T01:31:31.1650709Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1652166Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1653597Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T01:31:31.1655169Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T01:31:31.1656763Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1658224Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T01:31:31.1659692Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T01:31:31.1661191Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T01:31:31.1662783Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T01:31:31.1664353Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T01:31:31.1665875Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T01:31:31.1667425Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T01:31:31.1668908Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T01:31:31.1670408Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T01:31:31.1671909Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T01:31:31.1673508Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1674952Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T01:31:31.1676432Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T01:31:31.1677856Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T01:31:31.1679519Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T01:31:31.1681214Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T01:31:31.1682916Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1684807Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T01:31:31.1686241Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T01:31:31.1687993Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T01:31:31.1689672Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T01:31:31.1691088Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T01:31:31.1692650Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T01:31:31.1694183Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T01:31:31.1695493Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T01:31:31.1697034Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T01:31:31.1698600Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T01:31:31.1700195Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T01:31:31.1701718Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T01:31:31.1703144Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T01:31:31.1704893Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T01:31:31.1706399Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T01:31:31.1707934Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T01:31:31.1709416Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T01:31:31.1710884Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T01:31:31.1712549Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T01:31:31.1714139Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T01:31:31.1716061Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T01:31:31.1717215Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T01:31:31.1718948Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T01:31:31.1720129Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T01:31:31.1721917Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1723593Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T01:31:31.1724977Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T01:31:31.1726548Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T01:31:31.1728213Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T01:31:31.1729667Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1730960Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T01:31:31.1732347Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T01:31:31.1733938Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T01:31:31.1735521Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T01:31:31.1737099Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T01:31:31.1738777Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1740103Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T01:31:31.1741485Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T01:31:31.1742907Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T01:31:31.1744621Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T01:31:31.1746446Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T01:31:31.1748314Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1749916Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T01:31:31.1751579Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T01:31:31.1753256Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T01:31:31.1755306Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T01:31:31.1757338Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T01:31:31.1759261Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1760929Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T01:31:31.1762858Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T01:31:31.1764439Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T01:31:31.1766669Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T01:31:31.1768782Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T01:31:31.1770679Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1772354Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T01:31:31.1774070Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T01:31:31.1775866Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T01:31:31.1778000Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T01:31:31.1779771Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T01:31:31.1781569Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1783085Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T01:31:31.1784900Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T01:31:31.1786439Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T01:31:31.1788112Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T01:31:31.1789803Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T01:31:31.1791462Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1793031Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T01:31:31.1794624Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T01:31:31.1796178Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T01:31:31.1797857Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T01:31:31.1799519Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T01:31:31.1801313Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1803045Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T01:31:31.1804575Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T01:31:31.1806158Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T01:31:31.1808089Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T01:31:31.1809933Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T01:31:31.1811609Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1813112Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T01:31:31.1814597Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T01:31:31.1816114Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T01:31:31.1817854Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T01:31:31.1819462Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T01:31:31.1821160Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1837214Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T01:31:31.1838936Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T01:31:31.1840410Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T01:31:31.1842301Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T01:31:31.1844054Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T01:31:31.1845685Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1847277Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T01:31:31.1848870Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T01:31:31.1850321Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T01:31:31.1852246Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T01:31:31.1853878Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T01:31:31.1855517Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1856924Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T01:31:31.1858421Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T01:31:31.1859915Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T01:31:31.1861456Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T01:31:31.1863084Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T01:31:31.1864555Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1865683Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T01:31:31.1867448Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T01:31:31.1868825Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T01:31:31.1870365Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T01:31:31.1871832Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T01:31:31.1873376Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1874766Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T01:31:31.1876169Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T01:31:31.1877553Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T01:31:31.1879015Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T01:31:31.1880508Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T01:31:31.1882203Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1883524Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T01:31:31.1884883Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T01:31:31.1886267Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T01:31:31.1887971Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T01:31:31.1889279Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T01:31:31.1890798Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1892149Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T01:31:31.1893520Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T01:31:31.1894864Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T01:31:31.1896427Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T01:31:31.1898308Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T01:31:31.1899771Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1901445Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T01:31:31.1902943Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T01:31:31.1905273Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T01:31:31.1906045Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T01:31:31.1907756Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T01:31:31.1909437Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1910978Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T01:31:31.1912462Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T01:31:31.1913996Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T01:31:31.1915664Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T01:31:31.1917273Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T01:31:31.1918902Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T01:31:31.1920557Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1922166Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T01:31:31.1923786Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T01:31:31.1925233Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T01:31:31.1926827Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T01:31:31.1941296Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T01:31:31.1943405Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1943789Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T01:31:31.1944129Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T01:31:31.1944455Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T01:31:31.1944951Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T01:31:31.1945249Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T01:31:31.1945610Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1945975Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T01:31:31.1946409Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T01:31:31.1946797Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T01:31:31.1947108Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T01:31:31.1947493Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1948478Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T01:31:31.1949925Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T01:31:31.1951288Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T01:31:31.1952849Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T01:31:31.1954414Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T01:31:31.1956181Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1957523Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T01:31:31.1959242Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T01:31:31.1960474Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T01:31:31.1962268Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T01:31:31.1963945Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T01:31:31.1965578Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1966851Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T01:31:31.1968583Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T01:31:31.1969978Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T01:31:31.1971560Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T01:31:31.1973148Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T01:31:31.1974814Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1976276Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T01:31:31.1977768Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T01:31:31.1979298Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T01:31:31.1981232Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T01:31:31.1982978Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T01:31:31.1984628Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1986082Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T01:31:31.1987528Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T01:31:31.1989014Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T01:31:31.1990597Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T01:31:31.1992077Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T01:31:31.1993714Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.1995318Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T01:31:31.1996697Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T01:31:31.1998133Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T01:31:31.1999748Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T01:31:31.2001252Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T01:31:31.2003081Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2004855Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T01:31:31.2006822Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T01:31:31.2007943Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T01:31:31.2009671Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T01:31:31.2011199Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T01:31:31.2012898Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2014234Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T01:31:31.2015811Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T01:31:31.2017251Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T01:31:31.2018846Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T01:31:31.2020492Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T01:31:31.2022159Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2023480Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T01:31:31.2025050Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T01:31:31.2026537Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T01:31:31.2028162Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T01:31:31.2029864Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T01:31:31.2031390Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2032778Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T01:31:31.2034351Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T01:31:31.2035788Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T01:31:31.2037414Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T01:31:31.2039005Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T01:31:31.2040684Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2042185Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T01:31:31.2043773Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T01:31:31.2045272Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T01:31:31.2046881Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T01:31:31.2048531Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T01:31:31.2050215Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2051538Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T01:31:31.2053098Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T01:31:31.2054550Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T01:31:31.2056157Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T01:31:31.2058277Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T01:31:31.2059831Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2061359Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T01:31:31.2063021Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T01:31:31.2064439Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T01:31:31.2066401Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T01:31:31.2068126Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T01:31:31.2069929Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2071259Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T01:31:31.2072699Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T01:31:31.2074173Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T01:31:31.2075986Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T01:31:31.2077262Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T01:31:31.2078907Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2080447Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T01:31:31.2082547Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T01:31:31.2083193Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T01:31:31.2084895Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T01:31:31.2086235Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T01:31:31.2088068Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2089528Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T01:31:31.2090811Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T01:31:31.2092317Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T01:31:31.2093859Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T01:31:31.2095424Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T01:31:31.2096902Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2098316Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T01:31:31.2099710Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T01:31:31.2101241Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T01:31:31.2102571Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T01:31:31.2104365Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T01:31:31.2106163Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2107677Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T01:31:31.2109116Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T01:31:31.2110935Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T01:31:31.2112601Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T01:31:31.2114207Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2115651Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T01:31:31.2117061Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T01:31:31.2118639Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T01:31:31.2120417Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T01:31:31.2122378Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2124090Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T01:31:31.2125593Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T01:31:31.2127109Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T01:31:31.2129056Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T01:31:31.2130677Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T01:31:31.2132215Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T01:31:31.2133663Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T01:31:31.2135138Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T01:31:31.2136512Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T01:31:31.2138043Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T01:31:31.2139410Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T01:31:31.2140875Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2142267Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T01:31:31.2143789Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2145270Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2146513Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T01:31:31.2148069Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T01:31:31.2149568Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T01:31:31.2150966Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T01:31:31.2152417Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T01:31:31.2153941Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2155269Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T01:31:31.2156729Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T01:31:31.2158272Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T01:31:31.2159845Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T01:31:31.2161386Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2162834Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T01:31:31.2164520Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T01:31:31.2166165Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2167604Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T01:31:31.2169180Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T01:31:31.2170669Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T01:31:31.2172222Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2173532Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T01:31:31.2174987Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T01:31:31.2176381Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T01:31:31.2177901Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2179218Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T01:31:31.2180643Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T01:31:31.2182210Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T01:31:31.2183807Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2185254Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T01:31:31.2186669Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T01:31:31.2188236Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T01:31:31.2189838Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T01:31:31.2192140Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2193751Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T01:31:31.2195201Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T01:31:31.2196807Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T01:31:31.2198379Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T01:31:31.2200006Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2201465Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T01:31:31.2203084Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T01:31:31.2204626Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T01:31:31.2206199Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T01:31:31.2207887Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2209352Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T01:31:31.2210768Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T01:31:31.2212182Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T01:31:31.2213708Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T01:31:31.2215291Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T01:31:31.2216908Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T01:31:31.2218372Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T01:31:31.2219876Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2221513Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2222620Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T01:31:31.2224235Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T01:31:31.2225738Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T01:31:31.2227148Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T01:31:31.2228556Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T01:31:31.2230098Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2231506Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T01:31:31.2232949Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T01:31:31.2234343Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T01:31:31.2235797Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2237079Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T01:31:31.2238606Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T01:31:31.2240186Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T01:31:31.2242026Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2243405Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T01:31:31.2244922Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T01:31:31.2246297Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T01:31:31.2247915Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T01:31:31.2249373Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T01:31:31.2251001Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T01:31:31.2252620Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T01:31:31.2254376Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2255818Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T01:31:31.2257363Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T01:31:31.2258802Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T01:31:31.2260397Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T01:31:31.2261763Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T01:31:31.2263397Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T01:31:31.2265022Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T01:31:31.2266776Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2268186Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T01:31:31.2269726Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T01:31:31.2271131Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T01:31:31.2272682Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T01:31:31.2274116Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T01:31:31.2275759Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T01:31:31.2277366Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T01:31:31.2279129Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2280539Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T01:31:31.2282303Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T01:31:31.2283939Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T01:31:31.2285378Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T01:31:31.2286783Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T01:31:31.2288512Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T01:31:31.2290316Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T01:31:31.2291982Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2293422Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T01:31:31.2294986Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T01:31:31.2296486Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T01:31:31.2298009Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T01:31:31.2299497Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T01:31:31.2301247Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T01:31:31.2303090Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T01:31:31.2305104Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T01:31:31.2305975Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T01:31:31.2307592Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T01:31:31.2309234Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T01:31:31.2310830Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T01:31:31.2312834Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T01:31:31.2314656Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2316037Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:31:31.2317460Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:31:31.2318990Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T01:31:31.2320539Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:31:31.2322133Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T01:31:31.2323940Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T01:31:31.2325446Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2326877Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T01:31:31.2328334Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T01:31:31.2329867Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T01:31:31.2331288Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T01:31:31.2332819Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T01:31:31.2334432Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T01:31:31.2336017Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T01:31:31.2337598Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T01:31:31.2339153Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T01:31:31.2340663Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T01:31:31.2342250Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T01:31:31.2343964Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T01:31:31.2345719Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2347169Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T01:31:31.2348960Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T01:31:31.2350633Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T01:31:31.2352269Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2353663Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T01:31:31.2355243Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T01:31:31.2356743Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T01:31:31.2358351Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2359842Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T01:31:31.2361489Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2363319Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2364713Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T01:31:31.2366355Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T01:31:31.2367928Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T01:31:31.2369539Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T01:31:31.2371201Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T01:31:31.2372979Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2374454Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:31:31.2375935Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:31:31.2377423Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T01:31:31.2379128Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T01:31:31.2380704Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T01:31:31.2382357Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2383859Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:31:31.2385362Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:31:31.2386823Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T01:31:31.2388529Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T01:31:31.2390094Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T01:31:31.2391721Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2393218Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T01:31:31.2394662Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T01:31:31.2396300Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T01:31:31.2397909Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T01:31:31.2399910Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T01:31:31.2401721Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2403281Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T01:31:31.2404722Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T01:31:31.2406219Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T01:31:31.2407941Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T01:31:31.2409606Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2411115Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T01:31:31.2412715Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T01:31:31.2414206Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T01:31:31.2415856Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T01:31:31.2417463Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T01:31:31.2419068Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2420474Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T01:31:31.2422066Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T01:31:31.2423587Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T01:31:31.2425215Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2426645Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T01:31:31.2428074Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T01:31:31.2429679Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T01:31:31.2431723Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T01:31:31.2433346Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2435367Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T01:31:31.2436313Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T01:31:31.2437803Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T01:31:31.2439539Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2440809Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T01:31:31.2443497Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T01:31:31.2444081Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T01:31:31.2445759Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2447057Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T01:31:31.2448825Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T01:31:31.2451165Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T01:31:31.2452659Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2454182Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:31:31.2455758Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:31:31.2457186Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T01:31:31.2459094Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T01:31:31.2460930Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T01:31:31.2462956Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2464317Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:31:31.2465736Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:31:31.2467245Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T01:31:31.2468916Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T01:31:31.2470383Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T01:31:31.2471974Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2473258Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T01:31:31.2474966Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2476299Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2477626Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T01:31:31.2479208Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T01:31:31.2480730Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T01:31:31.2482415Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T01:31:31.2484256Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T01:31:31.2485904Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T01:31:31.2487773Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2489197Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T01:31:31.2490843Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T01:31:31.2492560Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2494070Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T01:31:31.2495604Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T01:31:31.2497096Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T01:31:31.2498751Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T01:31:31.2500323Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T01:31:31.2501823Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T01:31:31.2503481Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T01:31:31.2504962Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T01:31:31.2506480Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T01:31:31.2508050Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T01:31:31.2509638Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T01:31:31.2511326Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2512801Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T01:31:31.2514305Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T01:31:31.2515801Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T01:31:31.2517402Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T01:31:31.2518916Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T01:31:31.2520347Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T01:31:31.2522159Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T01:31:31.2523563Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T01:31:31.2525184Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T01:31:31.2526866Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T01:31:31.2528673Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2530194Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T01:31:31.2531889Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T01:31:31.2533374Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T01:31:31.2534814Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T01:31:31.2536324Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T01:31:31.2537784Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T01:31:31.2539402Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2540752Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T01:31:31.2542380Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T01:31:31.2543918Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T01:31:31.2545373Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T01:31:31.2546892Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T01:31:31.2548330Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T01:31:31.2550119Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2552053Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T01:31:31.2553983Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T01:31:31.2555684Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T01:31:31.2557280Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T01:31:31.2558917Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2560556Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2562233Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T01:31:31.2564044Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T01:31:31.2565605Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T01:31:31.2567177Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T01:31:31.2568878Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T01:31:31.2570550Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T01:31:31.2572208Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T01:31:31.2573923Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2575437Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T01:31:31.2577164Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T01:31:31.2578714Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T01:31:31.2580383Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2581840Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T01:31:31.2583569Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T01:31:31.2585374Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T01:31:31.2587010Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2588449Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T01:31:31.2590175Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T01:31:31.2591605Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T01:31:31.2593055Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T01:31:31.2594523Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T01:31:31.2596051Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T01:31:31.2597765Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T01:31:31.2599256Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2600636Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T01:31:31.2602288Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T01:31:31.2603959Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2605363Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T01:31:31.2606990Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T01:31:31.2608566Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T01:31:31.2610292Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2611634Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T01:31:31.2613093Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T01:31:31.2614567Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T01:31:31.2616219Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2617928Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T01:31:31.2619165Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T01:31:31.2620608Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T01:31:31.2622320Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2623434Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T01:31:31.2624886Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T01:31:31.2626220Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T01:31:31.2627800Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2629210Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T01:31:31.2630575Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T01:31:31.2631901Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T01:31:31.2633582Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T01:31:31.2635271Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T01:31:31.2636882Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2638296Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T01:31:31.2639745Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T01:31:31.2641026Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T01:31:31.2643051Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T01:31:31.2644516Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T01:31:31.2646171Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2647769Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T01:31:31.2649160Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T01:31:31.2650836Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T01:31:31.2652360Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T01:31:31.2653831Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2655185Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T01:31:31.2656691Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T01:31:31.2658220Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T01:31:31.2659913Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T01:31:31.2661605Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2663119Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2664442Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T01:31:31.2665988Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T01:31:31.2667503Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T01:31:31.2668953Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T01:31:31.2670385Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T01:31:31.2671732Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T01:31:31.2673203Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T01:31:31.2674681Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T01:31:31.2676213Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2677507Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T01:31:31.2679021Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T01:31:31.2680454Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T01:31:31.2682123Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2683540Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T01:31:31.2685010Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T01:31:31.2686682Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T01:31:31.2688229Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2689765Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T01:31:31.2691258Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T01:31:31.2692925Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T01:31:31.2694404Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T01:31:31.2696052Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2697308Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T01:31:31.2698736Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T01:31:31.2700230Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T01:31:31.2702343Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2703371Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T01:31:31.2705012Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T01:31:31.2706358Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T01:31:31.2707984Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T01:31:31.2709553Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T01:31:31.2711269Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2712572Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T01:31:31.2714106Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T01:31:31.2715697Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T01:31:31.2717424Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2718834Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T01:31:31.2720551Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2722105Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T01:31:31.2723652Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T01:31:31.2725110Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T01:31:31.2726783Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T01:31:31.2728414Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T01:31:31.2730024Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T01:31:31.2731600Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:31:31.2732997Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T01:31:31.2734646Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T01:31:31.2736194Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T01:31:31.2737642Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T01:31:31.2739206Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T01:31:31.2740712Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T01:31:31.2742311Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T01:31:31.2743744Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T01:31:31.2745357Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T01:31:31.2746934Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T01:31:31.2748731Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2750239Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T01:31:31.2751738Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T01:31:31.2753226Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T01:31:31.2754946Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T01:31:31.2756454Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T01:31:31.2758094Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2759352Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T01:31:31.2760932Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T01:31:31.2762879Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T01:31:31.2764648Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2766266Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.2767831Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.2769408Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T01:31:31.2771311Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T01:31:31.2773015Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T01:31:31.2774655Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T01:31:31.2776211Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T01:31:31.2777745Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T01:31:31.2779402Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T01:31:31.2780960Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T01:31:31.2782682Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2784019Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T01:31:31.2785629Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T01:31:31.2787116Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T01:31:31.2788793Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2790070Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T01:31:31.2791656Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T01:31:31.2793206Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T01:31:31.2795011Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2796103Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T01:31:31.2797792Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T01:31:31.2799223Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T01:31:31.2800885Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2802318Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T01:31:31.2803957Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T01:31:31.2805472Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T01:31:31.2807080Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T01:31:31.2808993Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2810615Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:31:31.2811764Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:31:31.2813464Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T01:31:31.2815130Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:31:31.2816258Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T01:31:31.2818121Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T01:31:31.2819856Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2821274Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T01:31:31.2822817Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T01:31:31.2824211Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T01:31:31.2825690Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T01:31:31.2827258Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T01:31:31.2828703Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T01:31:31.2830399Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T01:31:31.2832184Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2833276Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T01:31:31.2835197Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T01:31:31.2836715Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T01:31:31.2838224Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T01:31:31.2839719Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2841173Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.2842683Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T01:31:31.2844278Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T01:31:31.2845737Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T01:31:31.2847279Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T01:31:31.2849105Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T01:31:31.2850702Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2852130Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T01:31:31.2853749Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2855412Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T01:31:31.2857107Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2858521Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T01:31:31.2860157Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2861775Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T01:31:31.2863443Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2864814Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T01:31:31.2866508Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2868288Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T01:31:31.2870098Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2871488Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T01:31:31.2873111Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2874795Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T01:31:31.2876919Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T01:31:31.2878804Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2880413Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T01:31:31.2882062Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T01:31:31.2883730Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T01:31:31.2885386Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2886895Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T01:31:31.2888487Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T01:31:31.2890234Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T01:31:31.2891898Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T01:31:31.2893588Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2895235Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T01:31:31.2896734Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2898306Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T01:31:31.2900112Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2901451Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T01:31:31.2903083Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T01:31:31.2904973Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T01:31:31.2906331Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2907722Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T01:31:31.2909341Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T01:31:31.2911754Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T01:31:31.2913526Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2915013Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T01:31:31.2916627Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T01:31:31.2918381Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T01:31:31.2920069Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T01:31:31.2922057Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2923554Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T01:31:31.2925248Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T01:31:31.2926940Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2928627Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2930157Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T01:31:31.2932056Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T01:31:31.2933711Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T01:31:31.2935481Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2937084Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T01:31:31.2938629Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T01:31:31.2940147Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T01:31:31.2941796Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2943213Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T01:31:31.2944838Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T01:31:31.2946478Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T01:31:31.2948174Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T01:31:31.2949928Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2951333Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T01:31:31.2953162Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T01:31:31.2954811Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2956422Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2957893Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T01:31:31.2959682Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T01:31:31.2961388Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T01:31:31.2963394Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2964814Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T01:31:31.2966498Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T01:31:31.2968220Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T01:31:31.2970004Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T01:31:31.2971605Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2973008Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T01:31:31.2974707Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T01:31:31.2976413Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2977961Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.2979370Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T01:31:31.2981200Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T01:31:31.2982898Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T01:31:31.2984614Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2986149Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T01:31:31.2987648Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T01:31:31.2989341Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T01:31:31.2990983Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T01:31:31.2992667Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.2994195Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T01:31:31.2995672Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T01:31:31.2997342Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T01:31:31.2999007Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T01:31:31.3000717Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3002429Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T01:31:31.3003970Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T01:31:31.3005535Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T01:31:31.3007175Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3008752Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T01:31:31.3010273Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T01:31:31.3011767Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T01:31:31.3013486Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T01:31:31.3015025Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T01:31:31.3016702Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T01:31:31.3018346Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T01:31:31.3019986Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3021455Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T01:31:31.3022982Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T01:31:31.3024567Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T01:31:31.3026267Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T01:31:31.3027860Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T01:31:31.3029501Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3030909Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T01:31:31.3032590Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T01:31:31.3034239Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T01:31:31.3035902Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3037478Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3038925Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T01:31:31.3040766Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T01:31:31.3042343Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T01:31:31.3044198Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3045664Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T01:31:31.3047390Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3049409Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3051197Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T01:31:31.3052184Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T01:31:31.3053729Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T01:31:31.3055200Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T01:31:31.3056744Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T01:31:31.3058448Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3060002Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T01:31:31.3061559Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T01:31:31.3063282Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T01:31:31.3065083Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T01:31:31.3066761Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3068305Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T01:31:31.3069822Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T01:31:31.3071734Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T01:31:31.3073036Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T01:31:31.3074864Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3075828Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T01:31:31.3077378Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T01:31:31.3079052Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T01:31:31.3080582Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T01:31:31.3082499Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3083954Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T01:31:31.3085549Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T01:31:31.3087023Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T01:31:31.3089204Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3090354Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T01:31:31.3091869Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T01:31:31.3093341Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T01:31:31.3094963Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3096296Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T01:31:31.3097740Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T01:31:31.3099399Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T01:31:31.3101056Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3102516Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T01:31:31.3103963Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T01:31:31.3105476Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T01:31:31.3107073Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3108400Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T01:31:31.3109926Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T01:31:31.3111471Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T01:31:31.3113122Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T01:31:31.3114818Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3116271Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3117816Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T01:31:31.3119401Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T01:31:31.3121120Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3122675Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T01:31:31.3124068Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T01:31:31.3125659Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T01:31:31.3127263Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T01:31:31.3128921Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T01:31:31.3130618Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3132088Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T01:31:31.3133848Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3135315Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T01:31:31.3136729Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T01:31:31.3138283Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T01:31:31.3139757Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T01:31:31.3141273Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T01:31:31.3142962Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3144372Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T01:31:31.3145772Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T01:31:31.3147418Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T01:31:31.3149058Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T01:31:31.3150791Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3152178Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T01:31:31.3153809Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T01:31:31.3155268Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T01:31:31.3156863Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3158144Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T01:31:31.3159557Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T01:31:31.3160990Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T01:31:31.3162792Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3164125Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T01:31:31.3165651Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T01:31:31.3167416Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T01:31:31.3169066Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3170485Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T01:31:31.3171919Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T01:31:31.3173319Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T01:31:31.3174854Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T01:31:31.3176714Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T01:31:31.3178583Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3180072Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T01:31:31.3181607Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T01:31:31.3183097Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T01:31:31.3184959Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T01:31:31.3186857Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T01:31:31.3188782Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3190202Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T01:31:31.3191704Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T01:31:31.3193194Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T01:31:31.3195065Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T01:31:31.3196652Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T01:31:31.3198374Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3199945Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3201198Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T01:31:31.3202781Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T01:31:31.3204637Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T01:31:31.3206384Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3207894Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:31:31.3209359Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T01:31:31.3211023Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T01:31:31.3212604Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T01:31:31.3214252Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3215636Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T01:31:31.3217060Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T01:31:31.3218603Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T01:31:31.3220067Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T01:31:31.3221622Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T01:31:31.3223295Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3224675Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T01:31:31.3226095Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T01:31:31.3227474Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T01:31:31.3229082Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T01:31:31.3230810Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3232147Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T01:31:31.3233545Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T01:31:31.3234936Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T01:31:31.3236400Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T01:31:31.3237863Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T01:31:31.3239468Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3240748Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T01:31:31.3242354Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T01:31:31.3244030Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T01:31:31.3245775Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3247113Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T01:31:31.3248695Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T01:31:31.3250664Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T01:31:31.3252805Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T01:31:31.3254804Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3256199Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3257789Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3259238Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T01:31:31.3260799Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T01:31:31.3262283Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T01:31:31.3263909Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T01:31:31.3265666Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3267125Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3268538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T01:31:31.3270075Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T01:31:31.3271513Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T01:31:31.3273067Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T01:31:31.3274549Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T01:31:31.3276929Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T01:31:31.3278934Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T01:31:31.3281034Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T01:31:31.3283413Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3284834Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3286652Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3288381Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T01:31:31.3290077Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T01:31:31.3291528Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T01:31:31.3293162Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T01:31:31.3295570Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3296657Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3298376Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T01:31:31.3299901Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T01:31:31.3301426Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T01:31:31.3303062Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T01:31:31.3304640Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T01:31:31.3306459Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T01:31:31.3308427Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T01:31:31.3310402Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T01:31:31.3312324Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3313818Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3315461Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3317283Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T01:31:31.3321306Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T01:31:31.3323058Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T01:31:31.3324698Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T01:31:31.3326439Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3327946Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3329459Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T01:31:31.3331130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T01:31:31.3332673Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T01:31:31.3334250Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T01:31:31.3335762Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T01:31:31.3337365Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T01:31:31.3339221Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T01:31:31.3341288Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T01:31:31.3343256Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3344704Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3346373Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3347895Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T01:31:31.3349473Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T01:31:31.3350963Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T01:31:31.3352691Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T01:31:31.3354485Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3355881Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3357336Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T01:31:31.3358897Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T01:31:31.3360366Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T01:31:31.3362214Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T01:31:31.3363629Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T01:31:31.3365641Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T01:31:31.3367369Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T01:31:31.3369582Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T01:31:31.3371462Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3373018Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3374651Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3376226Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T01:31:31.3377681Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T01:31:31.3379193Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T01:31:31.3380741Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T01:31:31.3382379Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3383857Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3385369Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T01:31:31.3386913Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T01:31:31.3388374Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T01:31:31.3389902Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T01:31:31.3391418Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T01:31:31.3393077Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T01:31:31.3394680Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T01:31:31.3396196Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:31:31.3397593Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T01:31:31.3399130Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T01:31:31.3400611Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T01:31:31.3402221Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3403592Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:31:31.3405000Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:31:31.3406468Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T01:31:31.3408037Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T01:31:31.3409461Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T01:31:31.3410853Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T01:31:31.3412332Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T01:31:31.3413756Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T01:31:31.3415304Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3416604Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T01:31:31.3418065Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T01:31:31.3419507Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T01:31:31.3421017Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3422343Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T01:31:31.3423790Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T01:31:31.3425311Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T01:31:31.3426788Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3428166Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T01:31:31.3429879Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T01:31:31.3431246Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T01:31:31.3432751Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3434081Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T01:31:31.3435538Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T01:31:31.3436982Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T01:31:31.3438553Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3439974Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T01:31:31.3441420Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T01:31:31.3443101Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T01:31:31.3444601Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3445951Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T01:31:31.3447408Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T01:31:31.3448791Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T01:31:31.3450247Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T01:31:31.3451765Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3453289Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3454662Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T01:31:31.3456142Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T01:31:31.3457570Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T01:31:31.3459029Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T01:31:31.3460416Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T01:31:31.3461871Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3463209Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T01:31:31.3464587Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T01:31:31.3466001Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T01:31:31.3467564Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3468983Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T01:31:31.3470571Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3471907Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T01:31:31.3473357Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T01:31:31.3474839Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T01:31:31.3476480Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T01:31:31.3478125Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3479593Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3481040Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3482685Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T01:31:31.3484968Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T01:31:31.3486156Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3487747Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T01:31:31.3489343Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T01:31:31.3490761Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T01:31:31.3492380Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T01:31:31.3493980Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T01:31:31.3495601Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T01:31:31.3497266Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T01:31:31.3499782Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3500210Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T01:31:31.3501951Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T01:31:31.3503584Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T01:31:31.3505171Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T01:31:31.3506917Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T01:31:31.3508601Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3510515Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T01:31:31.3511887Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T01:31:31.3513537Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T01:31:31.3515574Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3516829Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T01:31:31.3518143Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T01:31:31.3519594Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T01:31:31.3521079Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T01:31:31.3522707Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T01:31:31.3524723Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T01:31:31.3526487Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T01:31:31.3528192Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3529715Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T01:31:31.3531394Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T01:31:31.3532961Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T01:31:31.3534561Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T01:31:31.3536325Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T01:31:31.3537818Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T01:31:31.3539441Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T01:31:31.3541192Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3542490Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T01:31:31.3544061Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T01:31:31.3545765Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T01:31:31.3547502Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3549055Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:31:31.3550641Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:31:31.3552296Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T01:31:31.3553853Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T01:31:31.3555653Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T01:31:31.3557317Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T01:31:31.3558905Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3560589Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3562118Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:31:31.3563803Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:31:31.3565380Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3566695Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:31:31.3568189Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:31:31.3569640Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T01:31:31.3571139Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T01:31:31.3572695Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T01:31:31.3574208Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3575504Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T01:31:31.3577015Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T01:31:31.3578602Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T01:31:31.3580287Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T01:31:31.3581926Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3583224Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3584794Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3586259Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T01:31:31.3587799Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:31:31.3589263Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T01:31:31.3590882Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T01:31:31.3592623Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3594002Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T01:31:31.3595573Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T01:31:31.3597079Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T01:31:31.3598723Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T01:31:31.3600385Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T01:31:31.3602347Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T01:31:31.3604048Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T01:31:31.3605751Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T01:31:31.3607615Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3609280Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.3610926Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.3612474Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T01:31:31.3614171Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T01:31:31.3615722Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T01:31:31.3617516Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T01:31:31.3619346Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3620925Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T01:31:31.3622578Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T01:31:31.3624183Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T01:31:31.3625897Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T01:31:31.3627426Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T01:31:31.3629182Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T01:31:31.3630968Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T01:31:31.3632724Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3634629Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3635988Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T01:31:31.3637645Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T01:31:31.3639328Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T01:31:31.3640956Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T01:31:31.3642957Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T01:31:31.3645583Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T01:31:31.3647336Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T01:31:31.3649047Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T01:31:31.3650869Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T01:31:31.3652280Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T01:31:31.3653513Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T01:31:31.3655232Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T01:31:31.3656864Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T01:31:31.3658576Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3659985Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T01:31:31.3661459Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T01:31:31.3662877Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T01:31:31.3664503Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T01:31:31.3665832Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T01:31:31.3667526Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T01:31:31.3669152Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T01:31:31.3670941Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3672417Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T01:31:31.3673985Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T01:31:31.3675483Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T01:31:31.3677102Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T01:31:31.3678562Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T01:31:31.3680299Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T01:31:31.3682098Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T01:31:31.3683942Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3685523Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T01:31:31.3687066Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T01:31:31.3688678Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T01:31:31.3690267Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T01:31:31.3692231Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T01:31:31.3693890Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T01:31:31.3695497Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T01:31:31.3697096Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3698328Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T01:31:31.3699864Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T01:31:31.3701195Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T01:31:31.3703070Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T01:31:31.3704639Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T01:31:31.3706336Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T01:31:31.3708001Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T01:31:31.3709703Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3711308Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T01:31:31.3712823Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T01:31:31.3714403Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T01:31:31.3716096Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T01:31:31.3717761Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T01:31:31.3719456Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3720918Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T01:31:31.3722542Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T01:31:31.3724428Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T01:31:31.3726008Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T01:31:31.3727777Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3729345Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T01:31:31.3730862Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T01:31:31.3732481Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3733835Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T01:31:31.3735360Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T01:31:31.3736811Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T01:31:31.3738332Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3739709Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T01:31:31.3741254Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3742861Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3744079Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T01:31:31.3745761Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T01:31:31.3747505Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T01:31:31.3748779Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T01:31:31.3750738Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T01:31:31.3752302Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3754021Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T01:31:31.3756041Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T01:31:31.3757669Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T01:31:31.3759775Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3761369Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T01:31:31.3763695Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T01:31:31.3765174Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T01:31:31.3767407Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3768885Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T01:31:31.3771094Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T01:31:31.3772935Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T01:31:31.3775167Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3776705Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3778759Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T01:31:31.3780605Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T01:31:31.3782496Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T01:31:31.3784388Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T01:31:31.3786297Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T01:31:31.3788417Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T01:31:31.3790219Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T01:31:31.3792302Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3793911Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T01:31:31.3795980Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T01:31:31.3797606Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T01:31:31.3799796Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3801122Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T01:31:31.3803594Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T01:31:31.3805190Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T01:31:31.3807486Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3809065Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T01:31:31.3811287Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T01:31:31.3812896Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T01:31:31.3814811Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T01:31:31.3816534Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T01:31:31.3818656Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T01:31:31.3820315Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T01:31:31.3822491Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3824369Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T01:31:31.3826309Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T01:31:31.3828180Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T01:31:31.3830247Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T01:31:31.3832072Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T01:31:31.3834268Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T01:31:31.3836249Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T01:31:31.3838491Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3840358Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T01:31:31.3842600Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T01:31:31.3844695Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T01:31:31.3846663Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T01:31:31.3848621Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T01:31:31.3850967Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T01:31:31.3852714Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T01:31:31.3855091Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3856669Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T01:31:31.3859189Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T01:31:31.3860688Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T01:31:31.3862886Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T01:31:31.3864500Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T01:31:31.3866409Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T01:31:31.3868344Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T01:31:31.3870326Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T01:31:31.3872500Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3874212Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3876163Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T01:31:31.3877985Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T01:31:31.3879951Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T01:31:31.3881927Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T01:31:31.3883833Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T01:31:31.3886313Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T01:31:31.3888591Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T01:31:31.3890920Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3892833Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T01:31:31.3894851Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T01:31:31.3896797Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T01:31:31.3898776Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T01:31:31.3901301Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T01:31:31.3903178Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T01:31:31.3905440Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3906986Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T01:31:31.3909286Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T01:31:31.3911107Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T01:31:31.3913373Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3914923Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T01:31:31.3917240Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T01:31:31.3919061Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T01:31:31.3921352Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3922978Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T01:31:31.3925377Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T01:31:31.3927236Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T01:31:31.3929591Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3931186Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T01:31:31.3933389Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T01:31:31.3935176Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T01:31:31.3937213Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T01:31:31.3939167Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3940787Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T01:31:31.3942994Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T01:31:31.3944949Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3946690Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T01:31:31.3948803Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T01:31:31.3950627Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T01:31:31.3952798Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3954314Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T01:31:31.3956594Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T01:31:31.3958384Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T01:31:31.3960582Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3962426Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T01:31:31.3964566Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T01:31:31.3966253Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T01:31:31.3968406Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T01:31:31.3970104Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T01:31:31.3972346Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T01:31:31.3974077Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T01:31:31.3976334Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.3977970Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T01:31:31.3980044Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T01:31:31.3981638Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T01:31:31.3983964Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T01:31:31.3985472Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T01:31:31.3987742Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T01:31:31.3989626Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T01:31:31.3991868Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.3993462Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.3995519Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T01:31:31.3997331Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T01:31:31.3999114Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T01:31:31.4001368Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T01:31:31.4003437Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T01:31:31.4005468Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4007034Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T01:31:31.4009212Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T01:31:31.4011294Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T01:31:31.4013475Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4015745Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T01:31:31.4017857Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4019781Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4021422Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T01:31:31.4023732Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T01:31:31.4025492Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T01:31:31.4027512Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T01:31:31.4029358Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T01:31:31.4031263Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T01:31:31.4033243Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T01:31:31.4035678Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T01:31:31.4037977Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4039500Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T01:31:31.4042083Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T01:31:31.4043760Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T01:31:31.4046044Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4047534Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T01:31:31.4049752Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T01:31:31.4051327Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T01:31:31.4053375Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T01:31:31.4055067Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T01:31:31.4057385Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T01:31:31.4059056Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T01:31:31.4061272Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4062906Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T01:31:31.4064954Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T01:31:31.4066535Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T01:31:31.4068653Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T01:31:31.4071317Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T01:31:31.4073289Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T01:31:31.4075208Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T01:31:31.4077116Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T01:31:31.4079326Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4080945Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T01:31:31.4083117Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T01:31:31.4085009Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T01:31:31.4086883Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T01:31:31.4088696Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T01:31:31.4090924Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T01:31:31.4092915Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4094932Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T01:31:31.4096475Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T01:31:31.4098455Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T01:31:31.4100192Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T01:31:31.4102140Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T01:31:31.4104166Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T01:31:31.4106057Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T01:31:31.4108211Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4109860Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T01:31:31.4111856Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T01:31:31.4113471Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T01:31:31.4115476Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T01:31:31.4117189Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T01:31:31.4119342Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T01:31:31.4121118Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T01:31:31.4123362Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4125007Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T01:31:31.4127179Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T01:31:31.4128925Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T01:31:31.4131184Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4132525Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T01:31:31.4134815Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T01:31:31.4136539Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T01:31:31.4138659Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4140323Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T01:31:31.4142481Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T01:31:31.4144262Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T01:31:31.4146396Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4147975Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T01:31:31.4150144Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T01:31:31.4152082Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T01:31:31.4154163Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T01:31:31.4156436Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4158130Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.4160360Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.4162126Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T01:31:31.4164506Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T01:31:31.4166169Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T01:31:31.4168688Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T01:31:31.4170783Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4172567Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T01:31:31.4174623Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T01:31:31.4177026Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T01:31:31.4178870Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T01:31:31.4180989Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T01:31:31.4183116Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T01:31:31.4185155Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T01:31:31.4187225Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T01:31:31.4189373Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4191086Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.4193229Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.4195036Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T01:31:31.4197182Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T01:31:31.4198975Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T01:31:31.4201316Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T01:31:31.4203436Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4205386Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T01:31:31.4207379Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T01:31:31.4209281Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T01:31:31.4211363Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T01:31:31.4213217Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T01:31:31.4215423Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T01:31:31.4217277Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T01:31:31.4219452Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4221101Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T01:31:31.4223290Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T01:31:31.4224931Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T01:31:31.4227025Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T01:31:31.4228761Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T01:31:31.4230972Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T01:31:31.4233115Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T01:31:31.4235397Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4237055Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T01:31:31.4239540Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T01:31:31.4241356Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T01:31:31.4243617Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T01:31:31.4245703Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4247493Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T01:31:31.4249475Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T01:31:31.4251956Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T01:31:31.4253957Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T01:31:31.4256249Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4258056Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T01:31:31.4260113Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T01:31:31.4262495Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T01:31:31.4264464Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4266366Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T01:31:31.4268563Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T01:31:31.4270341Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T01:31:31.4272420Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T01:31:31.4274572Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T01:31:31.4276689Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4278289Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T01:31:31.4280352Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T01:31:31.4282765Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T01:31:31.4284906Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T01:31:31.4286982Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4288906Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T01:31:31.4290796Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T01:31:31.4293097Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T01:31:31.4294791Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T01:31:31.4296975Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T01:31:31.4298776Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T01:31:31.4300893Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4302567Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T01:31:31.4304524Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T01:31:31.4306608Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T01:31:31.4308673Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T01:31:31.4310703Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4312502Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T01:31:31.4314458Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T01:31:31.4316058Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T01:31:31.4317663Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T01:31:31.4319271Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T01:31:31.4320887Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4322648Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4324104Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T01:31:31.4325640Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T01:31:31.4327171Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T01:31:31.4328665Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T01:31:31.4330476Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T01:31:31.4332036Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T01:31:31.4333712Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4335036Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T01:31:31.4336575Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T01:31:31.4338156Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T01:31:31.4339861Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T01:31:31.4341456Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T01:31:31.4343150Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T01:31:31.4344738Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T01:31:31.4346406Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T01:31:31.4347933Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T01:31:31.4349494Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T01:31:31.4350976Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T01:31:31.4352621Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T01:31:31.4354266Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T01:31:31.4356075Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4357582Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T01:31:31.4359199Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T01:31:31.4360689Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T01:31:31.4362448Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4363923Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T01:31:31.4365459Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T01:31:31.4366854Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T01:31:31.4368582Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T01:31:31.4370188Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T01:31:31.4371832Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4373292Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T01:31:31.4374810Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T01:31:31.4376243Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T01:31:31.4377884Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T01:31:31.4379526Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T01:31:31.4381287Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4382841Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4384319Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4385785Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T01:31:31.4387260Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T01:31:31.4388687Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T01:31:31.4390255Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T01:31:31.4391867Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T01:31:31.4393742Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T01:31:31.4395748Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T01:31:31.4397298Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4398997Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4400480Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T01:31:31.4402265Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T01:31:31.4403587Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T01:31:31.4405139Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T01:31:31.4406565Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T01:31:31.4408393Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T01:31:31.4410029Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T01:31:31.4411667Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4413226Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T01:31:31.4414622Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T01:31:31.4416060Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T01:31:31.4417590Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T01:31:31.4419051Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T01:31:31.4420601Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T01:31:31.4422296Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T01:31:31.4423999Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4425634Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4427145Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4428585Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T01:31:31.4430095Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T01:31:31.4431532Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T01:31:31.4433027Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T01:31:31.4434515Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T01:31:31.4436463Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T01:31:31.4438217Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T01:31:31.4439901Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4441550Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4443233Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T01:31:31.4444783Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T01:31:31.4446175Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T01:31:31.4447951Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T01:31:31.4449402Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T01:31:31.4451332Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T01:31:31.4453203Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T01:31:31.4454989Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4456597Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4458112Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4459618Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T01:31:31.4461175Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T01:31:31.4462697Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T01:31:31.4464215Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T01:31:31.4465775Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T01:31:31.4467713Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T01:31:31.4469600Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T01:31:31.4471439Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4472949Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T01:31:31.4474788Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T01:31:31.4476521Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T01:31:31.4478239Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4479664Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T01:31:31.4481345Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T01:31:31.4483091Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T01:31:31.4484900Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4487094Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T01:31:31.4488990Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T01:31:31.4490436Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T01:31:31.4491823Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T01:31:31.4493376Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T01:31:31.4494800Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T01:31:31.4496431Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T01:31:31.4498232Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4499246Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T01:31:31.4500709Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T01:31:31.4502068Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T01:31:31.4503607Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4505021Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T01:31:31.4506518Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T01:31:31.4508329Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T01:31:31.4509858Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4511378Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T01:31:31.4512749Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T01:31:31.4514367Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T01:31:31.4516150Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T01:31:31.4517620Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T01:31:31.4519067Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4520319Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T01:31:31.4522169Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T01:31:31.4523549Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T01:31:31.4525182Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4526255Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T01:31:31.4528011Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T01:31:31.4529417Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T01:31:31.4531004Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4532463Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4533879Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T01:31:31.4535440Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T01:31:31.4537357Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T01:31:31.4538948Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T01:31:31.4540555Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T01:31:31.4542186Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T01:31:31.4543791Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T01:31:31.4545339Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4546589Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T01:31:31.4547915Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T01:31:31.4549359Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T01:31:31.4550786Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T01:31:31.4552365Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T01:31:31.4553769Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T01:31:31.4555212Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T01:31:31.4556863Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4558296Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4559455Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T01:31:31.4560971Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T01:31:31.4562428Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T01:31:31.4563986Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T01:31:31.4565413Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T01:31:31.4567028Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4568402Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T01:31:31.4569924Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T01:31:31.4571365Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T01:31:31.4573000Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4574348Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T01:31:31.4575798Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T01:31:31.4577182Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T01:31:31.4578644Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T01:31:31.4580032Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T01:31:31.4581548Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T01:31:31.4583017Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T01:31:31.4584639Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4586010Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T01:31:31.4587551Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T01:31:31.4589076Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T01:31:31.4590675Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4592023Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T01:31:31.4593525Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T01:31:31.4594888Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T01:31:31.4596397Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4597652Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T01:31:31.4599117Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T01:31:31.4600621Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T01:31:31.4602352Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4603879Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T01:31:31.4605334Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T01:31:31.4606786Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T01:31:31.4608307Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T01:31:31.4609771Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T01:31:31.4611236Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T01:31:31.4612639Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T01:31:31.4614126Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T01:31:31.4615553Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T01:31:31.4616955Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T01:31:31.4618375Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T01:31:31.4619780Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T01:31:31.4621212Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T01:31:31.4622690Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T01:31:31.4624205Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4625574Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T01:31:31.4627131Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T01:31:31.4628626Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T01:31:31.4630254Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4631622Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T01:31:31.4633038Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T01:31:31.4634599Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T01:31:31.4636053Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4637521Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T01:31:31.4639047Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T01:31:31.4640697Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T01:31:31.4642522Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4644149Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T01:31:31.4645626Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T01:31:31.4647055Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T01:31:31.4648681Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4650179Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T01:31:31.4651709Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T01:31:31.4653264Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T01:31:31.4654759Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T01:31:31.4656212Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T01:31:31.4657838Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T01:31:31.4659545Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T01:31:31.4661039Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T01:31:31.4662728Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T01:31:31.4664453Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4665900Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T01:31:31.4667460Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T01:31:31.4668909Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T01:31:31.4670499Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T01:31:31.4671938Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T01:31:31.4673727Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T01:31:31.4675363Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T01:31:31.4677200Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T01:31:31.4678981Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T01:31:31.4680776Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4682400Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T01:31:31.4684330Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T01:31:31.4685897Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T01:31:31.4687562Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4689046Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T01:31:31.4690655Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T01:31:31.4692047Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T01:31:31.4693587Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4694883Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T01:31:31.4696526Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T01:31:31.4698104Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T01:31:31.4699808Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T01:31:31.4701343Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T01:31:31.4702825Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T01:31:31.4704427Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T01:31:31.4705858Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T01:31:31.4707374Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T01:31:31.4708975Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4710432Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4711711Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T01:31:31.4713161Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T01:31:31.4714550Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T01:31:31.4715986Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T01:31:31.4717379Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T01:31:31.4718884Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4720341Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T01:31:31.4721822Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T01:31:31.4723446Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T01:31:31.4725076Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4726587Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T01:31:31.4728335Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T01:31:31.4729945Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T01:31:31.4731654Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4733191Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T01:31:31.4734772Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T01:31:31.4736317Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T01:31:31.4738027Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T01:31:31.4739605Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T01:31:31.4741166Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4742635Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T01:31:31.4744235Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T01:31:31.4745911Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T01:31:31.4747668Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4749088Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T01:31:31.4750925Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T01:31:31.4752460Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T01:31:31.4754060Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4755482Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T01:31:31.4756973Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T01:31:31.4758477Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T01:31:31.4760120Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4761722Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4763302Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T01:31:31.4764880Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T01:31:31.4766344Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T01:31:31.4768144Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T01:31:31.4769876Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T01:31:31.4771679Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4773114Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T01:31:31.4774783Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T01:31:31.4776245Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T01:31:31.4777970Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4779219Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T01:31:31.4780788Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T01:31:31.4782118Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T01:31:31.4783665Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4785005Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T01:31:31.4786500Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T01:31:31.4788115Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T01:31:31.4789785Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4791127Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T01:31:31.4792605Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T01:31:31.4794260Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T01:31:31.4795979Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4797325Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T01:31:31.4798959Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T01:31:31.4801271Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T01:31:31.4803604Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4804421Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T01:31:31.4806163Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T01:31:31.4807936Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T01:31:31.4809517Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T01:31:31.4811008Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T01:31:31.4812655Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4813956Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T01:31:31.4815491Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T01:31:31.4817030Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4818547Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T01:31:31.4819898Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T01:31:31.4821415Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T01:31:31.4823036Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4824652Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T01:31:31.4826053Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T01:31:31.4827541Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T01:31:31.4829133Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4830545Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T01:31:31.4832203Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T01:31:31.4833727Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T01:31:31.4835451Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4836896Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T01:31:31.4839237Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T01:31:31.4841237Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T01:31:31.4843785Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T01:31:31.4845895Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4847584Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T01:31:31.4849272Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T01:31:31.4851141Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T01:31:31.4852962Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T01:31:31.4854928Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4856396Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T01:31:31.4858250Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T01:31:31.4860014Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4861635Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T01:31:31.4863334Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T01:31:31.4865120Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T01:31:31.4866883Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4868487Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T01:31:31.4870171Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T01:31:31.4871790Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T01:31:31.4873468Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4875080Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4876487Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T01:31:31.4878191Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T01:31:31.4879903Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T01:31:31.4881755Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4883309Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T01:31:31.4885075Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T01:31:31.4886534Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T01:31:31.4888250Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T01:31:31.4889966Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4891658Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4893151Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T01:31:31.4894728Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T01:31:31.4896232Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T01:31:31.4897868Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T01:31:31.4899465Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T01:31:31.4901309Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T01:31:31.4902980Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T01:31:31.4904687Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4906143Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T01:31:31.4907783Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T01:31:31.4909356Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T01:31:31.4911111Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4912596Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T01:31:31.4914206Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T01:31:31.4915676Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T01:31:31.4917309Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T01:31:31.4918779Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T01:31:31.4920501Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T01:31:31.4922211Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T01:31:31.4924071Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4925463Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T01:31:31.4926924Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T01:31:31.4928413Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T01:31:31.4929926Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T01:31:31.4931423Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T01:31:31.4932922Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T01:31:31.4934483Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T01:31:31.4936134Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4937492Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T01:31:31.4938986Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T01:31:31.4940405Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T01:31:31.4941974Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4943358Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T01:31:31.4944886Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T01:31:31.4946454Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T01:31:31.4948213Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4949594Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T01:31:31.4951088Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T01:31:31.4952554Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T01:31:31.4954112Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T01:31:31.4955886Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T01:31:31.4957473Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4958819Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T01:31:31.4960479Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T01:31:31.4962229Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T01:31:31.4963939Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4965544Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T01:31:31.4967316Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4968830Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T01:31:31.4970648Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T01:31:31.4972040Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T01:31:31.4973723Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T01:31:31.4975186Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T01:31:31.4976784Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T01:31:31.4978394Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4980039Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.4981336Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T01:31:31.4983020Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T01:31:31.4984557Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T01:31:31.4986143Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T01:31:31.4987699Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T01:31:31.4989414Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.4990830Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T01:31:31.4992573Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T01:31:31.4994255Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T01:31:31.4995975Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T01:31:31.4997631Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.4999178Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5000644Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T01:31:31.5002591Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T01:31:31.5004194Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5005739Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T01:31:31.5007207Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T01:31:31.5009025Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T01:31:31.5010712Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T01:31:31.5012567Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T01:31:31.5014329Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5015934Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5017465Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T01:31:31.5019427Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T01:31:31.5021165Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5022763Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T01:31:31.5024291Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T01:31:31.5026111Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T01:31:31.5027830Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T01:31:31.5029585Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T01:31:31.5031393Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5032996Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:31:31.5034528Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T01:31:31.5036321Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T01:31:31.5038033Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5039610Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T01:31:31.5041104Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T01:31:31.5043057Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T01:31:31.5044741Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T01:31:31.5046483Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5048073Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T01:31:31.5049944Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T01:31:31.5051502Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T01:31:31.5053196Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T01:31:31.5054892Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5056438Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:31:31.5057954Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T01:31:31.5059586Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T01:31:31.5061101Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T01:31:31.5062719Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T01:31:31.5064445Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5065873Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5067318Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T01:31:31.5068947Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T01:31:31.5070641Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5072055Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T01:31:31.5073417Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T01:31:31.5075039Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T01:31:31.5076485Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T01:31:31.5078147Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5079467Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T01:31:31.5080968Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T01:31:31.5083246Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T01:31:31.5084661Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5086182Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5087956Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T01:31:31.5089504Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T01:31:31.5091029Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T01:31:31.5092750Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5094211Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T01:31:31.5095885Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T01:31:31.5097258Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T01:31:31.5099041Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5100550Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5102510Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T01:31:31.5103849Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T01:31:31.5105380Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T01:31:31.5107217Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T01:31:31.5108738Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5110075Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T01:31:31.5111622Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T01:31:31.5113331Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5114777Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5116274Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T01:31:31.5117585Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T01:31:31.5119002Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T01:31:31.5120489Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T01:31:31.5122279Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T01:31:31.5123798Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T01:31:31.5125406Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T01:31:31.5127184Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5128812Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5130348Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T01:31:31.5131844Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T01:31:31.5133444Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T01:31:31.5135071Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T01:31:31.5136693Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T01:31:31.5138622Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T01:31:31.5140310Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T01:31:31.5142074Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5143698Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T01:31:31.5145240Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T01:31:31.5146763Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T01:31:31.5148421Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5149872Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T01:31:31.5151489Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T01:31:31.5153121Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T01:31:31.5154859Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5156391Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T01:31:31.5158067Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T01:31:31.5159596Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T01:31:31.5161227Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T01:31:31.5162978Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T01:31:31.5164504Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T01:31:31.5166114Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T01:31:31.5167905Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T01:31:31.5169798Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5171312Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T01:31:31.5172892Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T01:31:31.5174445Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T01:31:31.5176208Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T01:31:31.5177805Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T01:31:31.5179497Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5181011Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T01:31:31.5182621Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T01:31:31.5184230Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T01:31:31.5185915Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5187461Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T01:31:31.5189150Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5190769Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5192174Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T01:31:31.5193834Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T01:31:31.5195408Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T01:31:31.5196993Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T01:31:31.5198529Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T01:31:31.5200233Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5201842Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T01:31:31.5203552Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5205182Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5206612Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T01:31:31.5208324Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T01:31:31.5209951Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T01:31:31.5212318Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T01:31:31.5213991Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T01:31:31.5215666Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5217155Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T01:31:31.5218773Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T01:31:31.5220414Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T01:31:31.5222308Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T01:31:31.5224277Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5225726Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T01:31:31.5227454Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T01:31:31.5229163Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5230776Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5232333Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T01:31:31.5234070Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5235762Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5237303Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T01:31:31.5238983Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T01:31:31.5240601Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T01:31:31.5242512Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T01:31:31.5244273Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T01:31:31.5246010Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5247589Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T01:31:31.5249404Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T01:31:31.5251134Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T01:31:31.5252915Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5254489Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T01:31:31.5256196Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T01:31:31.5257897Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T01:31:31.5259624Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5261211Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T01:31:31.5262835Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T01:31:31.5264380Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T01:31:31.5265945Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T01:31:31.5267511Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T01:31:31.5269174Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T01:31:31.5270873Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T01:31:31.5272567Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5274133Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T01:31:31.5275778Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T01:31:31.5277610Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T01:31:31.5279424Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5281152Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5282780Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T01:31:31.5284535Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T01:31:31.5286105Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T01:31:31.5287898Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T01:31:31.5289620Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T01:31:31.5291857Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T01:31:31.5293763Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T01:31:31.5295638Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5297176Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T01:31:31.5299309Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T01:31:31.5301065Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T01:31:31.5302819Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5304355Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T01:31:31.5306052Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T01:31:31.5307462Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T01:31:31.5309188Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T01:31:31.5310795Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T01:31:31.5312511Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5314001Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T01:31:31.5315703Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T01:31:31.5317294Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T01:31:31.5319004Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5320465Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T01:31:31.5322315Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T01:31:31.5324001Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T01:31:31.5325736Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5327262Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T01:31:31.5329027Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T01:31:31.5330677Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T01:31:31.5332403Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5333926Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T01:31:31.5335668Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T01:31:31.5337259Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T01:31:31.5338977Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T01:31:31.5340810Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5342449Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.5344111Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5345780Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T01:31:31.5347429Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T01:31:31.5349026Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T01:31:31.5350714Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T01:31:31.5352522Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5354079Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T01:31:31.5355744Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T01:31:31.5357318Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T01:31:31.5358966Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T01:31:31.5360527Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T01:31:31.5362423Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T01:31:31.5364129Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T01:31:31.5365931Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T01:31:31.5367756Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5369371Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T01:31:31.5370986Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T01:31:31.5372698Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T01:31:31.5374493Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5376044Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T01:31:31.5377810Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T01:31:31.5379658Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5381499Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T01:31:31.5383382Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5385029Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T01:31:31.5386579Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5388205Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T01:31:31.5389903Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T01:31:31.5391506Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T01:31:31.5393258Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T01:31:31.5394949Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T01:31:31.5396707Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5398303Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T01:31:31.5399962Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T01:31:31.5401450Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T01:31:31.5403240Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T01:31:31.5405128Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T01:31:31.5406992Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T01:31:31.5408496Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5409921Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T01:31:31.5411329Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T01:31:31.5413338Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T01:31:31.5415128Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5416623Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5418039Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T01:31:31.5419506Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T01:31:31.5421056Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T01:31:31.5422643Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5424000Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T01:31:31.5425671Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T01:31:31.5427210Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T01:31:31.5428712Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T01:31:31.5430457Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T01:31:31.5432158Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T01:31:31.5433705Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5435114Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T01:31:31.5436671Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T01:31:31.5438471Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T01:31:31.5440142Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5441585Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T01:31:31.5443293Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T01:31:31.5444723Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T01:31:31.5446107Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T01:31:31.5447758Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T01:31:31.5449275Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T01:31:31.5450866Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5452221Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T01:31:31.5453685Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T01:31:31.5455021Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T01:31:31.5456476Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T01:31:31.5457874Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T01:31:31.5459649Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T01:31:31.5461016Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T01:31:31.5462455Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T01:31:31.5463797Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T01:31:31.5465133Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T01:31:31.5466554Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T01:31:31.5467948Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T01:31:31.5469522Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5470858Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T01:31:31.5472207Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T01:31:31.5473551Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T01:31:31.5474978Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T01:31:31.5476347Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T01:31:31.5477846Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T01:31:31.5479258Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T01:31:31.5480796Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5482252Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T01:31:31.5483699Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T01:31:31.5485160Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T01:31:31.5486745Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T01:31:31.5488100Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T01:31:31.5489549Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T01:31:31.5491005Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T01:31:31.5492800Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5494074Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T01:31:31.5495563Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T01:31:31.5496937Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T01:31:31.5498480Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T01:31:31.5499912Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T01:31:31.5501661Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T01:31:31.5503043Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T01:31:31.5504602Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T01:31:31.5506370Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5507722Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T01:31:31.5509161Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T01:31:31.5510641Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T01:31:31.5512112Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T01:31:31.5513569Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T01:31:31.5515098Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T01:31:31.5516905Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5518210Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T01:31:31.5519765Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T01:31:31.5521188Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T01:31:31.5522847Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T01:31:31.5524220Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T01:31:31.5525883Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T01:31:31.5527372Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T01:31:31.5528916Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T01:31:31.5530466Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5531865Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T01:31:31.5533400Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T01:31:31.5535172Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5536613Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T01:31:31.5538396Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5539876Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5541258Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T01:31:31.5542789Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T01:31:31.5544296Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T01:31:31.5545783Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T01:31:31.5547354Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T01:31:31.5548974Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5550424Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T01:31:31.5551886Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T01:31:31.5553340Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T01:31:31.5554796Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T01:31:31.5556299Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T01:31:31.5557867Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T01:31:31.5559496Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T01:31:31.5561084Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5562729Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T01:31:31.5564240Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T01:31:31.5565751Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T01:31:31.5567137Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T01:31:31.5568869Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T01:31:31.5570544Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T01:31:31.5572299Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5573689Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T01:31:31.5575209Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T01:31:31.5576614Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T01:31:31.5578067Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T01:31:31.5580343Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T01:31:31.5582263Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T01:31:31.5583996Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T01:31:31.5585668Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T01:31:31.5587179Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5588627Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T01:31:31.5590099Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T01:31:31.5591551Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5592964Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:31:31.5594499Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:31:31.5596018Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T01:31:31.5597690Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T01:31:31.5599387Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5600929Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T01:31:31.5602508Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T01:31:31.5603993Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T01:31:31.5605694Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T01:31:31.5607048Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T01:31:31.5608703Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5609999Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T01:31:31.5611384Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T01:31:31.5612888Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5614310Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:31:31.5615853Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:31:31.5617371Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T01:31:31.5619085Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T01:31:31.5620843Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5622294Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T01:31:31.5624049Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T01:31:31.5625701Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T01:31:31.5627405Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5628891Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T01:31:31.5630562Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5632005Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T01:31:31.5633709Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T01:31:31.5635267Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T01:31:31.5636922Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T01:31:31.5638362Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T01:31:31.5640105Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5641782Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T01:31:31.5643546Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5644974Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T01:31:31.5646694Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T01:31:31.5648254Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T01:31:31.5649979Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T01:31:31.5651551Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T01:31:31.5653258Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5654716Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T01:31:31.5656362Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T01:31:31.5657873Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T01:31:31.5659564Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5661085Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T01:31:31.5662607Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T01:31:31.5664142Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T01:31:31.5665868Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5667319Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T01:31:31.5668999Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T01:31:31.5670537Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T01:31:31.5672227Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5673652Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T01:31:31.5675309Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T01:31:31.5676898Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T01:31:31.5678588Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5680032Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T01:31:31.5681871Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T01:31:31.5683487Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T01:31:31.5685202Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T01:31:31.5686903Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5688526Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T01:31:31.5690232Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T01:31:31.5692068Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5693539Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T01:31:31.5695272Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T01:31:31.5696966Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T01:31:31.5698737Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5700200Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T01:31:31.5701935Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T01:31:31.5703595Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T01:31:31.5705383Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5706871Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T01:31:31.5708598Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T01:31:31.5710168Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T01:31:31.5711847Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5713268Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T01:31:31.5714887Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T01:31:31.5716490Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T01:31:31.5718232Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T01:31:31.5719952Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5721464Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T01:31:31.5723290Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T01:31:31.5725058Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5726549Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T01:31:31.5728291Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T01:31:31.5730022Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T01:31:31.5731799Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5733272Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T01:31:31.5735050Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T01:31:31.5736745Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T01:31:31.5738359Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T01:31:31.5740069Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5741582Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T01:31:31.5743464Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T01:31:31.5745555Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5757094Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T01:31:31.5757615Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T01:31:31.5757903Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T01:31:31.5758506Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5759204Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T01:31:31.5759572Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T01:31:31.5759987Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T01:31:31.5760510Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5760945Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T01:31:31.5761386Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T01:31:31.5802265Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T01:31:31.5802746Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T01:31:31.5803416Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5803818Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T01:31:31.5804367Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T01:31:31.5804983Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5805413Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T01:31:31.5805834Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T01:31:31.5806340Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T01:31:31.5806933Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5807524Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T01:31:31.5807904Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T01:31:31.5808240Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T01:31:31.5808621Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T01:31:31.5809021Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5809363Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T01:31:31.5809691Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T01:31:31.5810136Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5810566Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T01:31:31.5810862Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T01:31:31.5811133Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T01:31:31.5811553Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5812020Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T01:31:31.5812367Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T01:31:31.5812632Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T01:31:31.5812903Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T01:31:31.5813326Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5813769Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T01:31:31.5814109Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T01:31:31.5814459Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5814906Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T01:31:31.5815274Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T01:31:31.5815711Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T01:31:31.5816167Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5816682Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T01:31:31.5817293Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T01:31:31.5818876Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T01:31:31.5820483Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5821838Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T01:31:31.5823488Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T01:31:31.5825009Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T01:31:31.5826601Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5828019Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T01:31:31.5829454Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T01:31:31.5831044Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T01:31:31.5832444Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5833659Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T01:31:31.5835695Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T01:31:31.5836947Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T01:31:31.5838433Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T01:31:31.5840043Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T01:31:31.5841743Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T01:31:31.5843382Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5844723Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T01:31:31.5846249Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T01:31:31.5848048Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T01:31:31.5849852Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5851297Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T01:31:31.5852928Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5854405Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T01:31:31.5855764Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T01:31:31.5857220Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T01:31:31.5859027Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T01:31:31.5860614Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T01:31:31.5862316Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5863774Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T01:31:31.5865308Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T01:31:31.5866727Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T01:31:31.5868402Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T01:31:31.5869873Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T01:31:31.5871490Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5872772Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T01:31:31.5874229Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T01:31:31.5875755Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T01:31:31.5877351Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5879022Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T01:31:31.5880718Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T01:31:31.5882664Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T01:31:31.5884450Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5885903Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T01:31:31.5888084Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T01:31:31.5890083Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T01:31:31.5891863Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5893469Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T01:31:31.5895162Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T01:31:31.5896863Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T01:31:31.5898708Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.5900357Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T01:31:31.5902007Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T01:31:31.5903741Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T01:31:31.5905432Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T01:31:31.5907373Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T01:31:31.5909082Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T01:31:31.5910732Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T01:31:31.5912430Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T01:31:31.5914204Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T01:31:31.5915931Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T01:31:31.5917759Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5919469Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T01:31:31.5921024Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T01:31:31.5922934Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T01:31:31.5924826Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T01:31:31.5926416Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T01:31:31.5928195Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T01:31:31.5929955Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T01:31:31.5931761Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5933406Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T01:31:31.5935092Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T01:31:31.5936662Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T01:31:31.5938376Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T01:31:31.5939976Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T01:31:31.5941787Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T01:31:31.5943538Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T01:31:31.5945350Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.5947178Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5948738Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T01:31:31.5951392Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T01:31:31.5952986Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T01:31:31.5954746Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T01:31:31.5956326Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T01:31:31.5958387Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T01:31:31.5960203Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T01:31:31.5962189Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5964017Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T01:31:31.5965645Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T01:31:31.5967264Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T01:31:31.5969068Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T01:31:31.5970713Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T01:31:31.5972568Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T01:31:31.5974373Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T01:31:31.5976456Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T01:31:31.5978123Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5979838Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.5981595Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.5983316Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T01:31:31.5985078Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:31:31.5986825Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T01:31:31.5988746Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T01:31:31.5990746Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.5992537Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T01:31:31.5994440Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T01:31:31.5995904Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T01:31:31.5997801Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T01:31:31.5999441Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T01:31:31.6001468Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T01:31:31.6003498Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T01:31:31.6005422Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T01:31:31.6007268Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6009189Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6010906Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T01:31:31.6012854Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T01:31:31.6014772Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6016541Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T01:31:31.6018288Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T01:31:31.6020803Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T01:31:31.6022881Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T01:31:31.6024678Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T01:31:31.6026562Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T01:31:31.6028413Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T01:31:31.6030251Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6031950Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T01:31:31.6033655Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T01:31:31.6035351Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T01:31:31.6037210Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T01:31:31.6039097Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T01:31:31.6040922Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6042985Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T01:31:31.6044795Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T01:31:31.6046909Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:31:31.6048925Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T01:31:31.6050835Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6053097Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T01:31:31.6054195Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T01:31:31.6056297Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T01:31:31.6058359Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T01:31:31.6060397Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6062218Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T01:31:31.6064041Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6065646Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T01:31:31.6067496Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T01:31:31.6069174Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T01:31:31.6071090Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T01:31:31.6072942Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T01:31:31.6074738Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6076265Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T01:31:31.6078259Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T01:31:31.6080121Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T01:31:31.6082018Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T01:31:31.6084258Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6085905Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T01:31:31.6087802Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T01:31:31.6089593Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6091344Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6093109Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T01:31:31.6094920Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T01:31:31.6096672Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T01:31:31.6098419Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T01:31:31.6100066Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T01:31:31.6102139Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T01:31:31.6103881Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T01:31:31.6105886Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6107476Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T01:31:31.6109248Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T01:31:31.6110571Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T01:31:31.6112357Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T01:31:31.6114057Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T01:31:31.6115725Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T01:31:31.6117424Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T01:31:31.6119146Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6120797Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T01:31:31.6122589Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T01:31:31.6124090Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T01:31:31.6125811Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T01:31:31.6127482Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T01:31:31.6129507Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T01:31:31.6131301Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T01:31:31.6132881Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T01:31:31.6134839Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6136259Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6137924Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6139436Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T01:31:31.6141335Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T01:31:31.6142705Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T01:31:31.6144632Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T01:31:31.6146248Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6147808Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T01:31:31.6149443Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T01:31:31.6151011Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T01:31:31.6152636Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T01:31:31.6154220Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T01:31:31.6156058Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T01:31:31.6157799Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T01:31:31.6159433Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6161046Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T01:31:31.6162746Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T01:31:31.6164372Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T01:31:31.6165949Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T01:31:31.6167822Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T01:31:31.6169487Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T01:31:31.6171111Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T01:31:31.6172808Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T01:31:31.6174237Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T01:31:31.6176077Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T01:31:31.6177594Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T01:31:31.6179410Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6180765Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T01:31:31.6182613Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T01:31:31.6184156Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T01:31:31.6185903Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T01:31:31.6187536Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6189280Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6190849Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T01:31:31.6192705Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6194164Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T01:31:31.6195819Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T01:31:31.6197287Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T01:31:31.6199680Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T01:31:31.6200963Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T01:31:31.6202824Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T01:31:31.6204734Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6205901Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T01:31:31.6207738Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T01:31:31.6209511Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T01:31:31.6211388Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6213042Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T01:31:31.6214765Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T01:31:31.6216419Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T01:31:31.6218391Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T01:31:31.6220106Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T01:31:31.6221773Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T01:31:31.6223357Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T01:31:31.6225144Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T01:31:31.6226772Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T01:31:31.6228960Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6230416Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T01:31:31.6232617Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T01:31:31.6234755Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T01:31:31.6236598Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6238218Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T01:31:31.6239994Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6241818Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T01:31:31.6243920Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T01:31:31.6245716Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T01:31:31.6247737Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T01:31:31.6249597Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T01:31:31.6251321Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T01:31:31.6253219Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T01:31:31.6255140Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6256846Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6258484Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6260203Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T01:31:31.6262094Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T01:31:31.6263978Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6265566Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T01:31:31.6267396Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T01:31:31.6268952Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T01:31:31.6270877Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T01:31:31.6272621Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T01:31:31.6274497Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T01:31:31.6276357Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6278039Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6279738Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6281445Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T01:31:31.6283622Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T01:31:31.6285469Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6287066Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T01:31:31.6288890Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T01:31:31.6290505Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T01:31:31.6292407Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T01:31:31.6294201Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6295817Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T01:31:31.6297514Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T01:31:31.6299229Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T01:31:31.6301019Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6302711Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T01:31:31.6304480Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T01:31:31.6306228Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T01:31:31.6307884Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T01:31:31.6309738Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6311182Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T01:31:31.6313067Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T01:31:31.6314871Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6316506Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T01:31:31.6318363Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T01:31:31.6320226Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T01:31:31.6322137Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6323976Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T01:31:31.6325713Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T01:31:31.6327731Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T01:31:31.6329536Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T01:31:31.6331240Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T01:31:31.6333108Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T01:31:31.6335433Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T01:31:31.6337554Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6339336Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T01:31:31.6341524Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T01:31:31.6343579Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T01:31:31.6345589Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6347224Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T01:31:31.6349245Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T01:31:31.6350959Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T01:31:31.6352746Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T01:31:31.6354747Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6356292Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6358062Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6366341Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T01:31:31.6368452Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T01:31:31.6370103Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T01:31:31.6371949Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T01:31:31.6373821Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6375443Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T01:31:31.6377147Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T01:31:31.6378760Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T01:31:31.6380503Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T01:31:31.6382152Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T01:31:31.6383956Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T01:31:31.6385633Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T01:31:31.6387396Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T01:31:31.6389254Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6390894Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6392572Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6394216Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T01:31:31.6396029Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T01:31:31.6397584Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T01:31:31.6399390Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T01:31:31.6401219Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6403012Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T01:31:31.6404769Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T01:31:31.6406340Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T01:31:31.6408174Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T01:31:31.6409783Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T01:31:31.6411687Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T01:31:31.6413385Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T01:31:31.6415156Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T01:31:31.6416937Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6418610Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6420174Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6421830Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T01:31:31.6423681Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T01:31:31.6425400Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T01:31:31.6427021Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T01:31:31.6428727Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T01:31:31.6430305Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T01:31:31.6432176Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T01:31:31.6433904Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T01:31:31.6435703Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T01:31:31.6437492Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6439216Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6440807Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T01:31:31.6442866Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T01:31:31.6444624Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T01:31:31.6446331Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T01:31:31.6448078Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T01:31:31.6449751Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T01:31:31.6451660Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T01:31:31.6453409Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T01:31:31.6455461Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6456851Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T01:31:31.6458559Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T01:31:31.6460232Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T01:31:31.6461920Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T01:31:31.6463947Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T01:31:31.6465441Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T01:31:31.6467148Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T01:31:31.6469193Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6470750Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T01:31:31.6472498Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T01:31:31.6474232Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T01:31:31.6475902Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T01:31:31.6477755Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T01:31:31.6479412Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T01:31:31.6481378Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T01:31:31.6483524Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T01:31:31.6485504Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T01:31:31.6487170Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T01:31:31.6489381Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T01:31:31.6491263Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T01:31:31.6493221Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6494778Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T01:31:31.6496807Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T01:31:31.6498494Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T01:31:31.6500429Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6501888Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T01:31:31.6503751Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T01:31:31.6505532Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T01:31:31.6507155Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T01:31:31.6508995Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T01:31:31.6510707Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T01:31:31.6512457Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6514022Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T01:31:31.6515871Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T01:31:31.6517621Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T01:31:31.6519335Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T01:31:31.6521272Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6523257Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6524937Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6526565Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T01:31:31.6528521Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T01:31:31.6530282Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T01:31:31.6531999Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T01:31:31.6533638Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T01:31:31.6535505Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T01:31:31.6537199Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T01:31:31.6539052Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6540637Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T01:31:31.6542364Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T01:31:31.6543991Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T01:31:31.6545684Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T01:31:31.6547275Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T01:31:31.6549205Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T01:31:31.6551123Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T01:31:31.6552979Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6554572Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T01:31:31.6556630Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T01:31:31.6558008Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T01:31:31.6559786Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T01:31:31.6561473Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T01:31:31.6563358Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T01:31:31.6565050Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T01:31:31.6566993Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6568638Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T01:31:31.6570410Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T01:31:31.6572060Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T01:31:31.6573714Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T01:31:31.6575486Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T01:31:31.6577365Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T01:31:31.6579225Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T01:31:31.6581251Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6582717Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T01:31:31.6584821Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T01:31:31.6586191Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T01:31:31.6588014Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T01:31:31.6589724Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T01:31:31.6591492Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T01:31:31.6593505Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T01:31:31.6595157Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T01:31:31.6596686Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T01:31:31.6598423Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T01:31:31.6600062Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T01:31:31.6601892Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T01:31:31.6604059Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6605106Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T01:31:31.6607026Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T01:31:31.6609097Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T01:31:31.6610601Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T01:31:31.6611899Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6613421Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6614677Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T01:31:31.6616116Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T01:31:31.6617762Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T01:31:31.6619239Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T01:31:31.6620577Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T01:31:31.6622210Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T01:31:31.6624063Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6625478Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T01:31:31.6626966Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6628365Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6629806Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T01:31:31.6631315Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T01:31:31.6632858Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T01:31:31.6634342Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T01:31:31.6636071Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T01:31:31.6637739Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T01:31:31.6639610Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T01:31:31.6641118Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T01:31:31.6642830Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T01:31:31.6644581Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6646354Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6647651Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T01:31:31.6649245Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T01:31:31.6650697Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T01:31:31.6652293Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T01:31:31.6654356Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T01:31:31.6656290Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T01:31:31.6657843Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T01:31:31.6659343Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T01:31:31.6660940Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T01:31:31.6662586Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T01:31:31.6664327Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6665900Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T01:31:31.6667657Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T01:31:31.6669357Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T01:31:31.6671195Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6672847Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T01:31:31.6674497Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T01:31:31.6676178Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T01:31:31.6677965Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T01:31:31.6679511Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T01:31:31.6681346Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T01:31:31.6683595Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T01:31:31.6685525Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T01:31:31.6687343Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6690557Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T01:31:31.6690759Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T01:31:31.6692300Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6693943Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T01:31:31.6695199Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T01:31:31.6696633Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T01:31:31.6698251Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T01:31:31.6699672Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T01:31:31.6701197Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T01:31:31.6702751Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6704321Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6705557Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T01:31:31.6707105Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T01:31:31.6708485Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T01:31:31.6710003Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T01:31:31.6711485Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T01:31:31.6713044Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6714358Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T01:31:31.6715938Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T01:31:31.6717349Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T01:31:31.6719042Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6720206Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T01:31:31.6722108Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T01:31:31.6723658Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T01:31:31.6725373Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6726807Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T01:31:31.6728231Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T01:31:31.6729850Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T01:31:31.6731566Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6732984Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T01:31:31.6734350Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T01:31:31.6735872Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T01:31:31.6737504Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6738932Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T01:31:31.6740559Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T01:31:31.6741999Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T01:31:31.6743496Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T01:31:31.6744985Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T01:31:31.6746458Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T01:31:31.6748037Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6749396Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T01:31:31.6750925Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T01:31:31.6753098Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T01:31:31.6754800Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6756177Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T01:31:31.6757735Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T01:31:31.6759207Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T01:31:31.6760770Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6762288Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T01:31:31.6763844Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T01:31:31.6765363Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T01:31:31.6766965Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6768325Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T01:31:31.6769862Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T01:31:31.6771323Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T01:31:31.6772942Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6774369Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T01:31:31.6775821Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T01:31:31.6777233Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T01:31:31.6778785Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6780138Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T01:31:31.6781638Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T01:31:31.6783142Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T01:31:31.6784735Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6786080Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T01:31:31.6787554Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T01:31:31.6788992Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T01:31:31.6790566Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6791926Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T01:31:31.6793532Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T01:31:31.6794850Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T01:31:31.6796433Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6797868Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T01:31:31.6799332Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T01:31:31.6800991Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T01:31:31.6802618Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T01:31:31.6804228Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6805593Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T01:31:31.6807116Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T01:31:31.6808633Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T01:31:31.6810160Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T01:31:31.6811632Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T01:31:31.6813018Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T01:31:31.6814589Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T01:31:31.6816069Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T01:31:31.6817965Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6819372Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T01:31:31.6820879Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T01:31:31.6822520Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T01:31:31.6824275Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6825751Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T01:31:31.6827395Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T01:31:31.6829072Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T01:31:31.6830881Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6832361Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T01:31:31.6834122Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T01:31:31.6835748Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T01:31:31.6837547Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6838926Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T01:31:31.6840358Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T01:31:31.6842177Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T01:31:31.6844020Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6845463Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T01:31:31.6847042Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T01:31:31.6848564Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T01:31:31.6850235Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T01:31:31.6851693Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T01:31:31.6853549Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T01:31:31.6855069Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T01:31:31.6856741Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6858130Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T01:31:31.6859584Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T01:31:31.6861297Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T01:31:31.6862740Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6864308Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T01:31:31.6865789Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T01:31:31.6867142Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T01:31:31.6868736Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T01:31:31.6870383Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T01:31:31.6871978Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6873392Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T01:31:31.6874884Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T01:31:31.6876325Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T01:31:31.6877839Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T01:31:31.6879327Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T01:31:31.6880969Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T01:31:31.6882939Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T01:31:31.6884597Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6885915Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T01:31:31.6887327Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T01:31:31.6888869Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T01:31:31.6890466Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T01:31:31.6891824Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T01:31:31.6893418Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T01:31:31.6894846Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T01:31:31.6896418Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6897727Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T01:31:31.6899263Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T01:31:31.6900730Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T01:31:31.6902470Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6903867Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T01:31:31.6905455Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T01:31:31.6906963Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T01:31:31.6908383Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6909737Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T01:31:31.6911191Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T01:31:31.6912932Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T01:31:31.6914769Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6916269Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T01:31:31.6918035Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T01:31:31.6919719Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T01:31:31.6921310Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6923035Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T01:31:31.6924526Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T01:31:31.6925915Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T01:31:31.6927515Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6928938Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T01:31:31.6930485Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T01:31:31.6932144Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T01:31:31.6933873Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.6935517Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6937114Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T01:31:31.6938366Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T01:31:31.6939690Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T01:31:31.6941680Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T01:31:31.6943059Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T01:31:31.6944583Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6945753Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T01:31:31.6947135Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T01:31:31.6948423Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T01:31:31.6949894Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6951178Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T01:31:31.6952800Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T01:31:31.6954074Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T01:31:31.6955657Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6956980Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T01:31:31.6958298Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T01:31:31.6959676Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T01:31:31.6961095Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T01:31:31.6962888Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T01:31:31.6964340Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T01:31:31.6965811Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T01:31:31.6967642Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.6968931Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T01:31:31.6970414Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T01:31:31.6971969Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T01:31:31.6973728Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6975141Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T01:31:31.6976709Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T01:31:31.6978271Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T01:31:31.6980008Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T01:31:31.6981654Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T01:31:31.6983585Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T01:31:31.6985318Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T01:31:31.6987092Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T01:31:31.6988868Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.6990474Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.6992147Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.6993753Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T01:31:31.6995359Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T01:31:31.6996997Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T01:31:31.6998739Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T01:31:31.7000598Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7002139Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T01:31:31.7004026Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T01:31:31.7005589Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T01:31:31.7007188Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T01:31:31.7009024Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T01:31:31.7010600Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T01:31:31.7012318Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T01:31:31.7014005Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7015634Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T01:31:31.7017335Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T01:31:31.7018862Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T01:31:31.7020506Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T01:31:31.7022176Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T01:31:31.7023965Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T01:31:31.7025745Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T01:31:31.7027455Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7029110Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T01:31:31.7030880Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7032446Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T01:31:31.7034327Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T01:31:31.7035970Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T01:31:31.7037801Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T01:31:31.7039500Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T01:31:31.7041190Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7043013Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T01:31:31.7044629Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T01:31:31.7046274Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T01:31:31.7047911Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T01:31:31.7049615Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T01:31:31.7051338Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T01:31:31.7053042Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T01:31:31.7054744Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7056336Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T01:31:31.7058008Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7059754Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T01:31:31.7061433Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7063159Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7064609Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T01:31:31.7066376Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T01:31:31.7068035Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T01:31:31.7069597Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T01:31:31.7071209Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T01:31:31.7072888Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T01:31:31.7074624Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T01:31:31.7076371Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7077891Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T01:31:31.7079622Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7081213Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T01:31:31.7082926Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T01:31:31.7084447Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T01:31:31.7086078Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T01:31:31.7087724Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T01:31:31.7089387Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T01:31:31.7091018Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T01:31:31.7092701Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T01:31:31.7094376Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T01:31:31.7096172Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7097635Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T01:31:31.7099491Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T01:31:31.7101211Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T01:31:31.7102931Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7104441Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T01:31:31.7106010Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T01:31:31.7107509Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T01:31:31.7109126Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T01:31:31.7110663Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T01:31:31.7112437Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T01:31:31.7114038Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T01:31:31.7116488Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7117964Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T01:31:31.7119691Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T01:31:31.7121279Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T01:31:31.7123133Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7124556Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T01:31:31.7126240Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T01:31:31.7127902Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T01:31:31.7129599Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T01:31:31.7131177Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T01:31:31.7132730Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T01:31:31.7134381Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T01:31:31.7136096Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T01:31:31.7137817Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7139396Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T01:31:31.7141105Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T01:31:31.7142759Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T01:31:31.7144435Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7145910Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T01:31:31.7147533Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T01:31:31.7149178Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T01:31:31.7150880Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7152416Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T01:31:31.7154115Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T01:31:31.7155822Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T01:31:31.7157444Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T01:31:31.7159054Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T01:31:31.7160566Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T01:31:31.7162447Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T01:31:31.7164396Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T01:31:31.7166059Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7167616Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T01:31:31.7169475Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7170996Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T01:31:31.7172654Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T01:31:31.7174161Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T01:31:31.7175796Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T01:31:31.7177389Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T01:31:31.7179085Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T01:31:31.7180637Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T01:31:31.7182367Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T01:31:31.7183957Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T01:31:31.7185721Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7187305Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T01:31:31.7189154Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7190630Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T01:31:31.7192301Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T01:31:31.7193822Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T01:31:31.7195477Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T01:31:31.7197002Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T01:31:31.7198749Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T01:31:31.7200321Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T01:31:31.7202316Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T01:31:31.7204046Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T01:31:31.7205691Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7207179Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T01:31:31.7208904Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T01:31:31.7210445Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T01:31:31.7212186Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T01:31:31.7213645Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T01:31:31.7215361Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T01:31:31.7217137Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T01:31:31.7218957Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7220480Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T01:31:31.7222152Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T01:31:31.7223669Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T01:31:31.7225496Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T01:31:31.7227175Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T01:31:31.7228971Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7230460Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T01:31:31.7232084Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T01:31:31.7233680Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T01:31:31.7235420Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7236999Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T01:31:31.7238773Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7240304Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T01:31:31.7242179Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T01:31:31.7243724Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T01:31:31.7245389Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T01:31:31.7246918Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T01:31:31.7248813Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T01:31:31.7250454Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T01:31:31.7252115Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T01:31:31.7253715Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T01:31:31.7255390Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T01:31:31.7256940Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T01:31:31.7258613Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T01:31:31.7260323Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T01:31:31.7262087Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7263616Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T01:31:31.7265209Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T01:31:31.7266770Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T01:31:31.7268413Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T01:31:31.7269939Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T01:31:31.7271674Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T01:31:31.7273296Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T01:31:31.7275058Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7276511Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T01:31:31.7278222Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T01:31:31.7279884Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T01:31:31.7281757Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7283330Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T01:31:31.7284901Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T01:31:31.7286371Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T01:31:31.7288142Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T01:31:31.7289925Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T01:31:31.7291797Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7293374Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T01:31:31.7295296Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T01:31:31.7296987Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T01:31:31.7298711Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7300127Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T01:31:31.7301842Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T01:31:31.7303741Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T01:31:31.7305729Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7307327Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T01:31:31.7309418Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T01:31:31.7311166Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T01:31:31.7312962Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7314444Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T01:31:31.7316099Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T01:31:31.7318070Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T01:31:31.7319976Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7321527Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T01:31:31.7323676Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T01:31:31.7325641Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T01:31:31.7327597Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7329585Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7331251Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7332891Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T01:31:31.7335063Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T01:31:31.7336883Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T01:31:31.7338709Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7340270Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T01:31:31.7341973Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T01:31:31.7343562Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T01:31:31.7345286Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T01:31:31.7346953Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T01:31:31.7348698Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T01:31:31.7350377Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T01:31:31.7352199Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7353758Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T01:31:31.7355552Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T01:31:31.7357223Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T01:31:31.7359019Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7360661Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T01:31:31.7362679Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7364254Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T01:31:31.7366051Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T01:31:31.7367779Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T01:31:31.7369606Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T01:31:31.7371379Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T01:31:31.7373176Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T01:31:31.7374852Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T01:31:31.7376469Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T01:31:31.7378265Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T01:31:31.7380063Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T01:31:31.7381932Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7383518Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T01:31:31.7385335Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T01:31:31.7387048Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T01:31:31.7388825Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7390390Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T01:31:31.7392119Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T01:31:31.7393825Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T01:31:31.7395635Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7397202Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T01:31:31.7398939Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T01:31:31.7400672Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T01:31:31.7402603Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7404174Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T01:31:31.7406078Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T01:31:31.7407649Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T01:31:31.7409554Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7411150Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T01:31:31.7412758Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T01:31:31.7414467Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T01:31:31.7416222Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7417788Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T01:31:31.7419591Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T01:31:31.7421292Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T01:31:31.7423225Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7424892Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T01:31:31.7426624Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T01:31:31.7428263Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T01:31:31.7429975Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T01:31:31.7431607Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T01:31:31.7433402Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T01:31:31.7435172Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T01:31:31.7436978Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T01:31:31.7438833Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7440390Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T01:31:31.7442405Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T01:31:31.7444256Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7445902Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7447457Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T01:31:31.7449352Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T01:31:31.7451167Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T01:31:31.7453040Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7454674Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T01:31:31.7456312Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T01:31:31.7457953Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T01:31:31.7459562Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T01:31:31.7461407Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T01:31:31.7463141Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T01:31:31.7464812Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T01:31:31.7466667Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7468234Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T01:31:31.7469888Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T01:31:31.7471479Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T01:31:31.7473132Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T01:31:31.7474715Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T01:31:31.7476492Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T01:31:31.7478209Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T01:31:31.7480003Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7481755Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T01:31:31.7483451Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T01:31:31.7485057Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T01:31:31.7486716Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T01:31:31.7488491Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T01:31:31.7490286Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T01:31:31.7491974Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T01:31:31.7493782Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7495390Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T01:31:31.7497002Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T01:31:31.7498586Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T01:31:31.7500256Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T01:31:31.7501828Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T01:31:31.7503603Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T01:31:31.7506162Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7507889Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T01:31:31.7509487Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T01:31:31.7511079Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T01:31:31.7512754Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T01:31:31.7514346Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T01:31:31.7516032Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T01:31:31.7517859Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7519508Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T01:31:31.7521171Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T01:31:31.7522991Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T01:31:31.7524572Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T01:31:31.7526371Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T01:31:31.7528255Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T01:31:31.7530019Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T01:31:31.7531762Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T01:31:31.7533564Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:31:31.7535269Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:31:31.7536862Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T01:31:31.7538648Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T01:31:31.7540473Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7542070Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T01:31:31.7543827Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T01:31:31.7545488Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T01:31:31.7547133Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T01:31:31.7548951Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T01:31:31.7550565Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T01:31:31.7552298Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T01:31:31.7554049Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T01:31:31.7555844Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7557509Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7559078Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T01:31:31.7560917Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T01:31:31.7563035Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T01:31:31.7564507Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T01:31:31.7566286Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7567776Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T01:31:31.7569520Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T01:31:31.7570883Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T01:31:31.7572543Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T01:31:31.7573975Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T01:31:31.7575669Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T01:31:31.7577343Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7578842Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T01:31:31.7580346Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T01:31:31.7581919Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T01:31:31.7583408Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T01:31:31.7585038Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T01:31:31.7586621Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T01:31:31.7588278Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T01:31:31.7589972Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7591522Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7593220Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T01:31:31.7594887Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T01:31:31.7596440Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T01:31:31.7597894Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7599365Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T01:31:31.7600759Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T01:31:31.7602377Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T01:31:31.7603909Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7605304Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T01:31:31.7606689Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T01:31:31.7608164Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T01:31:31.7609775Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T01:31:31.7611334Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T01:31:31.7612922Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7614500Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T01:31:31.7616010Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T01:31:31.7617544Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T01:31:31.7619162Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T01:31:31.7620824Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T01:31:31.7622449Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7624041Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T01:31:31.7625626Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T01:31:31.7627215Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T01:31:31.7628789Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T01:31:31.7630460Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T01:31:31.7632171Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7633675Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T01:31:31.7635128Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T01:31:31.7636690Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T01:31:31.7638207Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T01:31:31.7639730Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T01:31:31.7641206Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T01:31:31.7642942Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7644421Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T01:31:31.7645924Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T01:31:31.7647483Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T01:31:31.7649141Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T01:31:31.7650458Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T01:31:31.7652109Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T01:31:31.7653680Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T01:31:31.7655123Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T01:31:31.7656762Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T01:31:31.7658144Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T01:31:31.7659771Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T01:31:31.7661466Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T01:31:31.7663303Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7664793Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T01:31:31.7666375Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T01:31:31.7667882Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T01:31:31.7669439Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T01:31:31.7671163Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T01:31:31.7672851Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T01:31:31.7674537Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7676176Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7677665Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7679156Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T01:31:31.7680901Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T01:31:31.7682783Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T01:31:31.7684520Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7686131Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T01:31:31.7687780Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T01:31:31.7689361Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T01:31:31.7690851Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T01:31:31.7692710Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T01:31:31.7694385Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T01:31:31.7696032Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T01:31:31.7697678Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7699205Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T01:31:31.7700830Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T01:31:31.7702557Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7704246Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T01:31:31.7706098Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7707594Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T01:31:31.7709474Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T01:31:31.7711115Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T01:31:31.7712869Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T01:31:31.7714534Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T01:31:31.7716374Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7717876Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T01:31:31.7719504Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T01:31:31.7721075Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T01:31:31.7722739Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T01:31:31.7724340Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T01:31:31.7726203Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T01:31:31.7727784Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T01:31:31.7729439Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7730917Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T01:31:31.7732423Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T01:31:31.7734052Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T01:31:31.7735854Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7737251Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T01:31:31.7738739Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T01:31:31.7740224Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T01:31:31.7741730Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T01:31:31.7743204Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T01:31:31.7744798Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T01:31:31.7746296Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T01:31:31.7747882Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7749270Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T01:31:31.7750734Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T01:31:31.7752171Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T01:31:31.7753708Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7755068Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T01:31:31.7756544Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T01:31:31.7758091Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T01:31:31.7759689Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7761063Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T01:31:31.7762741Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T01:31:31.7764453Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T01:31:31.7766210Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7767623Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T01:31:31.7769223Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T01:31:31.7770707Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T01:31:31.7772185Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T01:31:31.7774073Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T01:31:31.7775690Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T01:31:31.7777383Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7778802Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T01:31:31.7780281Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T01:31:31.7781718Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T01:31:31.7783185Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T01:31:31.7784825Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T01:31:31.7786485Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T01:31:31.7788001Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T01:31:31.7789658Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7791037Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T01:31:31.7792508Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T01:31:31.7794074Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T01:31:31.7795753Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T01:31:31.7797184Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T01:31:31.7798537Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T01:31:31.7800081Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T01:31:31.7801732Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T01:31:31.7803426Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7804848Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T01:31:31.7806456Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T01:31:31.7808038Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7809493Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T01:31:31.7811385Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T01:31:31.7812610Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T01:31:31.7814160Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7815258Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T01:31:31.7816808Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T01:31:31.7818195Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T01:31:31.7819638Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T01:31:31.7821175Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7822409Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T01:31:31.7823817Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T01:31:31.7825414Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7826517Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T01:31:31.7828068Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T01:31:31.7829512Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T01:31:31.7831165Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7832418Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T01:31:31.7833930Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T01:31:31.7835595Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T01:31:31.7837450Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7838852Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7840319Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T01:31:31.7841946Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T01:31:31.7843408Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T01:31:31.7844904Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T01:31:31.7846399Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T01:31:31.7848475Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T01:31:31.7850073Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T01:31:31.7851834Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7852870Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T01:31:31.7854438Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T01:31:31.7855992Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T01:31:31.7857582Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7858904Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T01:31:31.7860422Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T01:31:31.7861859Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T01:31:31.7863452Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7864729Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T01:31:31.7866336Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T01:31:31.7867812Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T01:31:31.7870176Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T01:31:31.7872137Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7873432Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:31:31.7874950Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:31:31.7876263Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T01:31:31.7878273Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T01:31:31.7880270Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T01:31:31.7886821Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T01:31:31.7888730Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7890093Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T01:31:31.7891531Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T01:31:31.7893040Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T01:31:31.7894467Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T01:31:31.7895977Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T01:31:31.7897625Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T01:31:31.7899152Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T01:31:31.7900840Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7902041Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T01:31:31.7903577Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T01:31:31.7905141Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T01:31:31.7906835Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T01:31:31.7908472Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:31:31.7910106Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:31:31.7911506Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T01:31:31.7913061Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T01:31:31.7914676Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T01:31:31.7916222Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T01:31:31.7917853Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T01:31:31.7919563Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T01:31:31.7921135Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T01:31:31.7922906Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T01:31:31.7924414Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T01:31:31.7926005Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T01:31:31.7927461Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T01:31:31.7929214Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T01:31:31.7930851Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T01:31:31.7932423Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T01:31:31.7933878Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T01:31:31.7935587Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T01:31:31.7937112Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T01:31:31.7938717Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7940157Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T01:31:31.7941543Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T01:31:31.7943008Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T01:31:31.7944499Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T01:31:31.7945950Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T01:31:31.7947506Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T01:31:31.7949166Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T01:31:31.7950779Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7952348Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7953825Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7955309Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T01:31:31.7956856Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T01:31:31.7958361Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T01:31:31.7959857Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T01:31:31.7961463Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T01:31:31.7963435Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T01:31:31.7965221Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T01:31:31.7966892Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.7968588Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7970144Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T01:31:31.7971534Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T01:31:31.7973015Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T01:31:31.7974816Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T01:31:31.7976410Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T01:31:31.7977996Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7979444Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T01:31:31.7981004Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T01:31:31.7982760Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T01:31:31.7984442Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.7986018Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.7987490Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T01:31:31.7989047Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T01:31:31.7990587Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T01:31:31.7992157Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T01:31:31.7993682Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T01:31:31.7995635Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T01:31:31.7997247Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T01:31:31.7998924Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8000307Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T01:31:31.8001974Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T01:31:31.8003414Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T01:31:31.8005252Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T01:31:31.8006626Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T01:31:31.8008308Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T01:31:31.8010117Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T01:31:31.8012091Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T01:31:31.8013961Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8015838Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8017680Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T01:31:31.8019173Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T01:31:31.8020799Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8022178Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T01:31:31.8023644Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T01:31:31.8025269Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T01:31:31.8027215Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T01:31:31.8028866Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T01:31:31.8030415Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:31:31.8031832Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T01:31:31.8033381Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T01:31:31.8035200Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8036776Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T01:31:31.8038125Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T01:31:31.8039643Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T01:31:31.8041197Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T01:31:31.8042843Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T01:31:31.8044270Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T01:31:31.8045811Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T01:31:31.8047760Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T01:31:31.8049595Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8051047Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:31:31.8052567Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T01:31:31.8054247Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T01:31:31.8056089Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T01:31:31.8057965Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8059368Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T01:31:31.8060815Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T01:31:31.8062342Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T01:31:31.8064055Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T01:31:31.8065859Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T01:31:31.8067715Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8069165Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8070679Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T01:31:31.8072486Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T01:31:31.8074234Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8075669Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T01:31:31.8077177Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T01:31:31.8078891Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T01:31:31.8080461Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T01:31:31.8082057Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T01:31:31.8083567Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8084923Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8086507Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8087967Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T01:31:31.8089479Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T01:31:31.8091414Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8092372Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T01:31:31.8093738Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T01:31:31.8095098Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T01:31:31.8096563Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T01:31:31.8097958Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T01:31:31.8099726Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T01:31:31.8101235Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T01:31:31.8102712Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T01:31:31.8104329Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8105579Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:31:31.8107191Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:31:31.8108802Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T01:31:31.8110398Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T01:31:31.8112111Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T01:31:31.8114102Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8115579Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T01:31:31.8117288Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T01:31:31.8118831Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T01:31:31.8120476Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T01:31:31.8122406Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8124026Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T01:31:31.8125761Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8127204Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T01:31:31.8128670Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T01:31:31.8130168Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T01:31:31.8131903Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T01:31:31.8133544Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T01:31:31.8135235Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8136687Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T01:31:31.8138377Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T01:31:31.8139998Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8141457Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T01:31:31.8143041Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T01:31:31.8144688Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T01:31:31.8146345Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T01:31:31.8148125Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8149559Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T01:31:31.8151301Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T01:31:31.8152957Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8154501Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T01:31:31.8156088Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T01:31:31.8157798Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T01:31:31.8159559Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T01:31:31.8161564Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8162972Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T01:31:31.8164603Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T01:31:31.8166289Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8167763Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T01:31:31.8169443Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T01:31:31.8171128Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T01:31:31.8172830Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8174264Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T01:31:31.8175890Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T01:31:31.8177478Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T01:31:31.8179144Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8180557Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T01:31:31.8182086Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T01:31:31.8183534Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T01:31:31.8185134Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8186505Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T01:31:31.8187924Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T01:31:31.8189290Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T01:31:31.8190738Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T01:31:31.8192133Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T01:31:31.8193699Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T01:31:31.8195266Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T01:31:31.8196909Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8198431Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8199838Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T01:31:31.8201216Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T01:31:31.8202767Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T01:31:31.8204648Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T01:31:31.8206080Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T01:31:31.8207627Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8209033Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T01:31:31.8210553Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T01:31:31.8212027Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T01:31:31.8213562Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8215074Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T01:31:31.8216507Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T01:31:31.8218140Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T01:31:31.8219865Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8221246Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T01:31:31.8222904Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T01:31:31.8224721Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T01:31:31.8226340Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8227817Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T01:31:31.8229497Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T01:31:31.8231171Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T01:31:31.8232895Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8234564Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T01:31:31.8235922Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T01:31:31.8237378Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T01:31:31.8239781Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T01:31:31.8241427Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8243174Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8244545Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T01:31:31.8246181Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T01:31:31.8247821Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8249398Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T01:31:31.8250773Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T01:31:31.8252325Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T01:31:31.8253742Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T01:31:31.8255189Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T01:31:31.8256771Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T01:31:31.8258254Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T01:31:31.8260082Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8261249Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T01:31:31.8262663Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T01:31:31.8264269Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T01:31:31.8265964Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8267480Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8268940Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T01:31:31.8270417Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T01:31:31.8271892Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T01:31:31.8273375Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T01:31:31.8274989Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T01:31:31.8276795Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T01:31:31.8278503Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T01:31:31.8280145Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T01:31:31.8281794Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8283399Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8284760Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T01:31:31.8286234Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T01:31:31.8287916Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T01:31:31.8289494Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T01:31:31.8291208Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T01:31:31.8292784Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T01:31:31.8294481Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T01:31:31.8296283Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T01:31:31.8298102Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8299570Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8301101Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T01:31:31.8302826Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T01:31:31.8304594Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8306050Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T01:31:31.8307728Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T01:31:31.8309293Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T01:31:31.8310866Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T01:31:31.8312654Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T01:31:31.8314193Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T01:31:31.8315867Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T01:31:31.8317575Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T01:31:31.8319258Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T01:31:31.8320844Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T01:31:31.8322564Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T01:31:31.8324300Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T01:31:31.8325936Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T01:31:31.8327780Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8329230Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T01:31:31.8331031Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T01:31:31.8332642Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T01:31:31.8334335Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8335768Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T01:31:31.8337449Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T01:31:31.8339022Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T01:31:31.8340687Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8342177Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T01:31:31.8343762Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T01:31:31.8345247Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T01:31:31.8346929Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T01:31:31.8348595Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T01:31:31.8350344Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8351877Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T01:31:31.8353450Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T01:31:31.8355055Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T01:31:31.8356769Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T01:31:31.8358407Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T01:31:31.8360115Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8361812Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T01:31:31.8363481Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T01:31:31.8365292Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T01:31:31.8367069Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8368738Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8370327Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T01:31:31.8371910Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T01:31:31.8373558Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T01:31:31.8375391Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T01:31:31.8377256Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T01:31:31.8379027Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8380571Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T01:31:31.8382338Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T01:31:31.8384103Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T01:31:31.8385751Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T01:31:31.8387400Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T01:31:31.8388863Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T01:31:31.8390564Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T01:31:31.8392240Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T01:31:31.8394187Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8395803Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T01:31:31.8397667Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8399196Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T01:31:31.8400798Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T01:31:31.8402522Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T01:31:31.8404180Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T01:31:31.8405854Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T01:31:31.8407584Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T01:31:31.8409459Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T01:31:31.8411362Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8412971Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8414583Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8416139Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T01:31:31.8418020Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T01:31:31.8419763Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T01:31:31.8421501Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T01:31:31.8423119Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T01:31:31.8424949Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T01:31:31.8426546Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T01:31:31.8428241Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8429747Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T01:31:31.8431253Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T01:31:31.8432817Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T01:31:31.8434466Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T01:31:31.8436122Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T01:31:31.8437832Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8439307Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8440882Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8442504Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T01:31:31.8444312Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T01:31:31.8445926Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8447478Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T01:31:31.8449278Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T01:31:31.8450708Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T01:31:31.8452472Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T01:31:31.8454551Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T01:31:31.8456804Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T01:31:31.8458886Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8460622Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8462322Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8464030Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T01:31:31.8465919Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T01:31:31.8467934Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8469582Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T01:31:31.8471322Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T01:31:31.8472960Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T01:31:31.8474837Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T01:31:31.8476920Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T01:31:31.8479168Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T01:31:31.8481163Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8483006Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8484637Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8486246Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T01:31:31.8488178Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T01:31:31.8490055Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8491754Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T01:31:31.8493397Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T01:31:31.8494997Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T01:31:31.8496843Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T01:31:31.8498617Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T01:31:31.8500432Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8502082Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T01:31:31.8503975Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T01:31:31.8505723Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T01:31:31.8507549Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8509187Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T01:31:31.8510828Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T01:31:31.8512404Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T01:31:31.8513991Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T01:31:31.8515464Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T01:31:31.8517273Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T01:31:31.8519460Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T01:31:31.8520737Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8522386Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T01:31:31.8524069Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T01:31:31.8525660Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T01:31:31.8527164Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T01:31:31.8529024Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T01:31:31.8530719Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T01:31:31.8532322Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T01:31:31.8533964Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8535326Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T01:31:31.8536841Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T01:31:31.8538456Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T01:31:31.8540296Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8541658Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T01:31:31.8543220Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T01:31:31.8545208Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T01:31:31.8547320Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8548715Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T01:31:31.8550334Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T01:31:31.8552273Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T01:31:31.8553925Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8555638Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8557115Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T01:31:31.8558647Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T01:31:31.8560446Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T01:31:31.8562362Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8563918Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T01:31:31.8565592Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T01:31:31.8567346Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T01:31:31.8569269Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8570731Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T01:31:31.8572455Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T01:31:31.8574213Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T01:31:31.8576049Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8577549Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T01:31:31.8579258Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T01:31:31.8580765Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T01:31:31.8582421Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8583836Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T01:31:31.8585344Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T01:31:31.8586807Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T01:31:31.8588357Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T01:31:31.8589745Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T01:31:31.8591404Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T01:31:31.8593215Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T01:31:31.8595033Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T01:31:31.8596952Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T01:31:31.8599008Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8600670Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8602369Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T01:31:31.8604405Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T01:31:31.8606270Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8608287Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T01:31:31.8610088Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T01:31:31.8611824Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T01:31:31.8613495Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T01:31:31.8615226Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T01:31:31.8616893Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T01:31:31.8618608Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T01:31:31.8620613Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T01:31:31.8622534Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8625022Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8626815Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8628508Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T01:31:31.8630191Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T01:31:31.8631816Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T01:31:31.8633658Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T01:31:31.8635532Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8637391Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T01:31:31.8639212Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8640767Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T01:31:31.8642685Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T01:31:31.8644716Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T01:31:31.8646148Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T01:31:31.8647737Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T01:31:31.8649394Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T01:31:31.8650943Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T01:31:31.8652320Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T01:31:31.8654129Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8655514Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T01:31:31.8657281Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T01:31:31.8659046Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T01:31:31.8660765Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T01:31:31.8662371Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T01:31:31.8663965Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T01:31:31.8665527Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T01:31:31.8667032Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T01:31:31.8668555Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8669986Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T01:31:31.8671572Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T01:31:31.8673253Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T01:31:31.8675221Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T01:31:31.8677125Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8678788Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8680382Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8682066Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T01:31:31.8683716Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T01:31:31.8685247Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T01:31:31.8687095Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8688532Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T01:31:31.8690096Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T01:31:31.8691582Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T01:31:31.8692993Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T01:31:31.8694712Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T01:31:31.8696663Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T01:31:31.8699077Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T01:31:31.8701098Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8702676Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T01:31:31.8704248Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T01:31:31.8705797Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T01:31:31.8707420Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T01:31:31.8709601Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T01:31:31.8711342Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T01:31:31.8713023Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8714516Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T01:31:31.8716262Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T01:31:31.8717901Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T01:31:31.8719581Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8721015Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T01:31:31.8722692Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T01:31:31.8724274Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T01:31:31.8725863Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8727269Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T01:31:31.8728807Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T01:31:31.8730312Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T01:31:31.8731850Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8733336Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T01:31:31.8734808Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T01:31:31.8736700Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T01:31:31.8738716Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8740264Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T01:31:31.8741951Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8743487Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T01:31:31.8745184Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T01:31:31.8746750Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T01:31:31.8748486Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T01:31:31.8750084Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T01:31:31.8751706Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8753099Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T01:31:31.8754987Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T01:31:31.8756744Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T01:31:31.8758469Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8759948Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T01:31:31.8761481Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T01:31:31.8763452Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T01:31:31.8765003Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T01:31:31.8766415Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T01:31:31.8767849Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T01:31:31.8769636Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T01:31:31.8770955Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T01:31:31.8772672Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8774012Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T01:31:31.8775378Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T01:31:31.8776857Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T01:31:31.8778469Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8779663Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T01:31:31.8781578Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T01:31:31.8783344Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T01:31:31.8785553Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8787076Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T01:31:31.8789982Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T01:31:31.8790666Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T01:31:31.8793028Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8794333Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T01:31:31.8796145Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T01:31:31.8797709Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T01:31:31.8799543Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8801216Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T01:31:31.8802998Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T01:31:31.8804490Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T01:31:31.8806598Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8807605Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T01:31:31.8810188Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T01:31:31.8811362Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T01:31:31.8813507Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8814961Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T01:31:31.8817100Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8818456Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8820556Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T01:31:31.8822277Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T01:31:31.8824273Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T01:31:31.8826098Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T01:31:31.8827770Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T01:31:31.8829936Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8831468Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T01:31:31.8833700Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T01:31:31.8835195Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T01:31:31.8837540Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8838962Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T01:31:31.8841090Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T01:31:31.8843107Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T01:31:31.8845106Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8847093Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8848872Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T01:31:31.8850877Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T01:31:31.8852877Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T01:31:31.8854685Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T01:31:31.8856779Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8858820Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8860558Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T01:31:31.8862473Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T01:31:31.8864544Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T01:31:31.8866324Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T01:31:31.8868446Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8870258Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T01:31:31.8872092Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T01:31:31.8873841Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T01:31:31.8875748Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T01:31:31.8877922Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8879313Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T01:31:31.8881794Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T01:31:31.8883764Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T01:31:31.8885493Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T01:31:31.8887601Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8889412Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T01:31:31.8891420Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T01:31:31.8893087Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T01:31:31.8895267Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T01:31:31.8897021Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T01:31:31.8899102Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8900996Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8902748Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T01:31:31.8904855Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T01:31:31.8906432Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T01:31:31.8908616Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T01:31:31.8910194Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T01:31:31.8912523Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T01:31:31.8913986Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T01:31:31.8916393Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8917544Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T01:31:31.8919877Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T01:31:31.8921797Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T01:31:31.8924352Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8925737Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T01:31:31.8928220Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T01:31:31.8929671Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T01:31:31.8932004Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T01:31:31.8933662Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T01:31:31.8936188Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T01:31:31.8938004Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T01:31:31.8940130Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T01:31:31.8942153Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8943994Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.8945990Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.8947722Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T01:31:31.8950013Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T01:31:31.8952057Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8953731Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T01:31:31.8955806Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T01:31:31.8957442Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T01:31:31.8959653Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T01:31:31.8961708Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T01:31:31.8963931Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8965677Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.8967990Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8969741Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T01:31:31.8971853Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T01:31:31.8973631Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T01:31:31.8975755Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T01:31:31.8977838Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T01:31:31.8980099Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T01:31:31.8981914Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T01:31:31.8984209Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.8985672Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T01:31:31.8987961Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T01:31:31.8989591Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T01:31:31.8991836Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.8993431Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T01:31:31.8995462Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T01:31:31.8997217Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T01:31:31.8999121Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T01:31:31.9001246Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T01:31:31.9003116Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T01:31:31.9005298Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T01:31:31.9007094Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T01:31:31.9009100Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T01:31:31.9011218Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9012972Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T01:31:31.9015236Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T01:31:31.9017066Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T01:31:31.9019389Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9021001Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T01:31:31.9023175Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T01:31:31.9024777Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T01:31:31.9026895Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T01:31:31.9028639Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T01:31:31.9030360Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T01:31:31.9032245Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T01:31:31.9034249Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T01:31:31.9036098Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T01:31:31.9039217Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9040492Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T01:31:31.9043193Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T01:31:31.9044384Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T01:31:31.9046684Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T01:31:31.9048396Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T01:31:31.9050581Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T01:31:31.9052737Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9054362Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T01:31:31.9056874Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T01:31:31.9058708Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T01:31:31.9060434Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9061795Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T01:31:31.9063219Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T01:31:31.9064610Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T01:31:31.9066369Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T01:31:31.9068020Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T01:31:31.9069698Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9071090Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T01:31:31.9072532Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T01:31:31.9073998Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T01:31:31.9075634Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9076957Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T01:31:31.9078446Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T01:31:31.9079774Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T01:31:31.9081316Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T01:31:31.9082774Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T01:31:31.9084558Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T01:31:31.9086231Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T01:31:31.9088018Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9089343Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T01:31:31.9090925Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T01:31:31.9092476Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T01:31:31.9093975Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9095291Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T01:31:31.9096842Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T01:31:31.9098489Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T01:31:31.9111538Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9112022Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T01:31:31.9112365Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T01:31:31.9112699Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T01:31:31.9113024Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9113206Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T01:31:31.9113383Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T01:31:31.9113633Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T01:31:31.9114249Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9114492Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T01:31:31.9115380Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T01:31:31.9117137Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T01:31:31.9118858Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9120259Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T01:31:31.9122191Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T01:31:31.9123926Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T01:31:31.9125773Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9127399Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T01:31:31.9129388Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T01:31:31.9130966Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T01:31:31.9132797Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9134415Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T01:31:31.9136235Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T01:31:31.9139107Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T01:31:31.9141629Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9143348Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9145019Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T01:31:31.9146824Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9148268Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T01:31:31.9150054Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T01:31:31.9151749Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T01:31:31.9153625Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T01:31:31.9156632Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T01:31:31.9159168Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9160887Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T01:31:31.9162807Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9164343Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T01:31:31.9166075Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T01:31:31.9167900Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T01:31:31.9169920Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T01:31:31.9172927Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T01:31:31.9175389Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9177105Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9178819Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T01:31:31.9180564Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9181982Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T01:31:31.9183623Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T01:31:31.9185218Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T01:31:31.9187256Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T01:31:31.9189122Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T01:31:31.9190899Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9192412Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T01:31:31.9193919Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T01:31:31.9195499Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T01:31:31.9197004Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T01:31:31.9198755Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T01:31:31.9200661Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T01:31:31.9202579Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9204139Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T01:31:31.9205619Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T01:31:31.9207027Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T01:31:31.9209144Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T01:31:31.9210633Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T01:31:31.9212226Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9213538Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T01:31:31.9214913Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T01:31:31.9216287Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T01:31:31.9217625Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T01:31:31.9219251Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T01:31:31.9220705Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T01:31:31.9222190Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9223574Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T01:31:31.9224955Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T01:31:31.9226577Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T01:31:31.9228166Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9229626Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T01:31:31.9231161Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T01:31:31.9232834Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T01:31:31.9234482Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9236011Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T01:31:31.9237568Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T01:31:31.9239122Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T01:31:31.9240668Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T01:31:31.9242347Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T01:31:31.9244002Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T01:31:31.9245613Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T01:31:31.9247152Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T01:31:31.9248766Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T01:31:31.9250348Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T01:31:31.9253099Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T01:31:31.9253576Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9255332Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T01:31:31.9256871Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T01:31:31.9258896Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T01:31:31.9260553Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T01:31:31.9262387Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9263916Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9265317Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9266646Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T01:31:31.9268163Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T01:31:31.9269516Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T01:31:31.9271077Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T01:31:31.9272752Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9274240Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T01:31:31.9275752Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T01:31:31.9277176Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T01:31:31.9278706Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T01:31:31.9280288Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T01:31:31.9282027Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T01:31:31.9283824Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T01:31:31.9285797Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T01:31:31.9287598Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9289199Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9290735Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T01:31:31.9292389Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T01:31:31.9294121Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T01:31:31.9295768Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T01:31:31.9297243Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T01:31:31.9298998Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T01:31:31.9300780Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T01:31:31.9302730Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T01:31:31.9304538Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9306135Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9307745Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9309298Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T01:31:31.9310963Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T01:31:31.9312542Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T01:31:31.9314248Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T01:31:31.9315979Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9317470Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T01:31:31.9319086Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T01:31:31.9320561Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T01:31:31.9322418Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T01:31:31.9324016Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T01:31:31.9325686Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T01:31:31.9327258Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T01:31:31.9328893Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T01:31:31.9330541Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9331904Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T01:31:31.9333576Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T01:31:31.9335215Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9336785Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T01:31:31.9338285Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T01:31:31.9339815Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T01:31:31.9341375Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T01:31:31.9343114Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T01:31:31.9344858Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T01:31:31.9346761Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9348236Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9349793Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T01:31:31.9351328Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T01:31:31.9352788Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T01:31:31.9354360Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T01:31:31.9355911Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T01:31:31.9357825Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T01:31:31.9359395Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T01:31:31.9361017Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9362643Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T01:31:31.9364322Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T01:31:31.9365955Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T01:31:31.9367630Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9369295Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T01:31:31.9370887Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T01:31:31.9372366Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T01:31:31.9373942Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T01:31:31.9375454Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T01:31:31.9377268Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T01:31:31.9378986Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T01:31:31.9380773Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9382509Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T01:31:31.9384232Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9385831Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9387419Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T01:31:31.9388952Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T01:31:31.9390472Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T01:31:31.9392322Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T01:31:31.9393878Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T01:31:31.9395568Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T01:31:31.9397330Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T01:31:31.9399329Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T01:31:31.9401115Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9402757Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9404378Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9405964Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T01:31:31.9407566Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T01:31:31.9409221Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T01:31:31.9410878Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T01:31:31.9412665Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9414266Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T01:31:31.9415808Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T01:31:31.9417315Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T01:31:31.9418996Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T01:31:31.9421285Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T01:31:31.9423024Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T01:31:31.9424900Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T01:31:31.9426818Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T01:31:31.9428614Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9430267Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9431815Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T01:31:31.9433537Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T01:31:31.9435260Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9436837Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T01:31:31.9438436Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T01:31:31.9439899Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T01:31:31.9441531Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T01:31:31.9443234Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T01:31:31.9444882Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T01:31:31.9446633Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T01:31:31.9448632Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T01:31:31.9450433Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9452113Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9453621Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T01:31:31.9455335Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T01:31:31.9457039Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9458569Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T01:31:31.9460213Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T01:31:31.9461789Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T01:31:31.9463348Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T01:31:31.9464959Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T01:31:31.9466557Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T01:31:31.9468041Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T01:31:31.9469689Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9471148Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T01:31:31.9472728Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T01:31:31.9474372Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T01:31:31.9475769Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T01:31:31.9477430Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9478971Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:31:31.9480332Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T01:31:31.9482219Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T01:31:31.9483970Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9485699Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:31:31.9487058Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T01:31:31.9488578Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T01:31:31.9490395Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T01:31:31.9492130Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T01:31:31.9494045Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9495394Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T01:31:31.9497156Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T01:31:31.9499103Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T01:31:31.9501570Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9502145Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T01:31:31.9503725Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T01:31:31.9505401Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T01:31:31.9507268Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9508865Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T01:31:31.9510379Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T01:31:31.9511863Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T01:31:31.9513496Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T01:31:31.9515283Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T01:31:31.9516855Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T01:31:31.9518580Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9519953Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T01:31:31.9521349Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T01:31:31.9523002Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T01:31:31.9524512Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9525773Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T01:31:31.9527274Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T01:31:31.9528854Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T01:31:31.9530326Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9531701Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T01:31:31.9533240Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T01:31:31.9534810Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T01:31:31.9536355Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9537847Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T01:31:31.9539666Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T01:31:31.9541051Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T01:31:31.9542590Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9543687Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T01:31:31.9545338Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T01:31:31.9546739Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T01:31:31.9548297Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T01:31:31.9549904Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9551212Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T01:31:31.9552757Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T01:31:31.9554480Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9555643Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T01:31:31.9557281Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T01:31:31.9558808Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T01:31:31.9560388Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T01:31:31.9562060Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9563541Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T01:31:31.9565066Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T01:31:31.9566862Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9568398Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T01:31:31.9570007Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T01:31:31.9571529Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T01:31:31.9573226Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9574663Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T01:31:31.9576254Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T01:31:31.9577681Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T01:31:31.9579300Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T01:31:31.9580840Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T01:31:31.9582543Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9583953Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T01:31:31.9585571Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T01:31:31.9587162Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T01:31:31.9588921Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9590390Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T01:31:31.9591965Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T01:31:31.9593499Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T01:31:31.9594966Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T01:31:31.9596831Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T01:31:31.9598382Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T01:31:31.9599898Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T01:31:31.9601415Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T01:31:31.9603251Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9604911Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9606173Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T01:31:31.9607824Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T01:31:31.9609400Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T01:31:31.9610933Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T01:31:31.9612519Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T01:31:31.9614248Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9615724Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T01:31:31.9617298Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T01:31:31.9618939Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T01:31:31.9620670Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9622113Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T01:31:31.9623803Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T01:31:31.9625561Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T01:31:31.9627306Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T01:31:31.9629136Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9630561Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T01:31:31.9632483Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T01:31:31.9634231Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T01:31:31.9635897Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T01:31:31.9637527Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T01:31:31.9639114Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T01:31:31.9641001Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T01:31:31.9643144Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T01:31:31.9645096Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9646452Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T01:31:31.9648135Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T01:31:31.9649654Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T01:31:31.9651119Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T01:31:31.9653003Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T01:31:31.9654717Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T01:31:31.9656436Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9657816Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T01:31:31.9659350Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T01:31:31.9660834Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T01:31:31.9662371Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T01:31:31.9663861Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T01:31:31.9665544Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T01:31:31.9667254Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T01:31:31.9669016Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9670509Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T01:31:31.9672005Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T01:31:31.9673491Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T01:31:31.9675272Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T01:31:31.9677065Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T01:31:31.9678849Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9680288Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T01:31:31.9682097Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T01:31:31.9684085Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T01:31:31.9686115Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T01:31:31.9687734Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9689316Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9691130Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T01:31:31.9692645Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T01:31:31.9693999Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T01:31:31.9695526Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T01:31:31.9696958Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T01:31:31.9698664Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T01:31:31.9700480Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9701934Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9703582Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T01:31:31.9705238Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T01:31:31.9706774Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T01:31:31.9708307Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T01:31:31.9709958Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T01:31:31.9712080Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T01:31:31.9714018Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T01:31:31.9715859Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9717205Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T01:31:31.9718725Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T01:31:31.9720149Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T01:31:31.9722178Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T01:31:31.9723425Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T01:31:31.9724886Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T01:31:31.9726340Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T01:31:31.9727889Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9729184Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T01:31:31.9730548Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T01:31:31.9731806Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T01:31:31.9733411Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T01:31:31.9735118Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T01:31:31.9736428Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9737895Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T01:31:31.9739374Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T01:31:31.9740744Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T01:31:31.9742318Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T01:31:31.9743652Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T01:31:31.9745369Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T01:31:31.9746909Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9748589Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9749889Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T01:31:31.9751506Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T01:31:31.9753088Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9754614Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9756206Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T01:31:31.9758042Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9759495Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9760916Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T01:31:31.9762666Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T01:31:31.9764090Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T01:31:31.9765646Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T01:31:31.9767427Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T01:31:31.9768880Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9770359Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T01:31:31.9771923Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T01:31:31.9773448Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T01:31:31.9775032Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9776434Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T01:31:31.9777979Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T01:31:31.9780018Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T01:31:31.9782341Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9783786Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9785483Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T01:31:31.9787001Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T01:31:31.9788999Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T01:31:31.9790687Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9792151Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T01:31:31.9793955Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T01:31:31.9795352Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T01:31:31.9797117Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T01:31:31.9799251Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T01:31:31.9801090Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T01:31:31.9803033Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9804592Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T01:31:31.9806195Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T01:31:31.9807865Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T01:31:31.9809510Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T01:31:31.9811137Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T01:31:31.9812786Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T01:31:31.9814548Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T01:31:31.9816173Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T01:31:31.9817660Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9819165Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9820399Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9821950Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T01:31:31.9823400Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T01:31:31.9824650Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T01:31:31.9826048Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T01:31:31.9827570Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9828921Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T01:31:31.9830249Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T01:31:31.9831626Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T01:31:31.9833019Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T01:31:31.9834824Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T01:31:31.9836136Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T01:31:31.9837581Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T01:31:31.9839460Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9840830Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T01:31:31.9842430Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T01:31:31.9844025Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T01:31:31.9845271Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T01:31:31.9846930Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T01:31:31.9848407Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T01:31:31.9850047Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T01:31:31.9851587Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9852807Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T01:31:31.9854405Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T01:31:31.9855699Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T01:31:31.9857125Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T01:31:31.9858586Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T01:31:31.9860162Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T01:31:31.9861583Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T01:31:31.9863067Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T01:31:31.9864663Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9866091Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9867582Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T01:31:31.9868927Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T01:31:31.9870290Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T01:31:31.9871820Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T01:31:31.9873208Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T01:31:31.9874748Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T01:31:31.9876330Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9877693Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T01:31:31.9879107Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T01:31:31.9880485Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T01:31:31.9882005Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T01:31:31.9883428Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T01:31:31.9884993Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T01:31:31.9886522Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T01:31:31.9888184Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9889589Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T01:31:31.9891015Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T01:31:31.9892383Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T01:31:31.9893947Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T01:31:31.9895339Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T01:31:31.9896840Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T01:31:31.9898259Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T01:31:31.9899760Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9900963Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T01:31:31.9902434Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T01:31:31.9903623Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T01:31:31.9905010Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T01:31:31.9906440Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T01:31:31.9908203Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T01:31:31.9909655Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T01:31:31.9911381Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9912967Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T01:31:31.9914546Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T01:31:31.9916003Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T01:31:31.9917387Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T01:31:31.9918782Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T01:31:31.9920370Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T01:31:31.9921985Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T01:31:31.9923597Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9924958Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T01:31:31.9926458Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T01:31:31.9928157Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T01:31:31.9929898Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T01:31:31.9931707Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9933279Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T01:31:31.9934819Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T01:31:31.9936381Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9938254Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T01:31:31.9939985Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9941814Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9943003Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T01:31:31.9944587Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T01:31:31.9946098Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T01:31:31.9947594Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T01:31:31.9949362Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T01:31:31.9951345Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9952623Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T01:31:31.9954245Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T01:31:31.9955720Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T01:31:31.9957280Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9958542Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T01:31:31.9960074Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T01:31:31.9961982Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T01:31:31.9963970Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:31.9965605Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T01:31:31.9967540Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T01:31:31.9969030Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T01:31:31.9970698Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T01:31:31.9972064Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T01:31:31.9973640Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T01:31:31.9975488Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T01:31:31.9977511Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9978786Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T01:31:31.9980253Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T01:31:31.9981643Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T01:31:31.9983292Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T01:31:31.9985065Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T01:31:31.9987069Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:31.9988522Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T01:31:31.9990063Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T01:31:31.9991451Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T01:31:31.9993156Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T01:31:31.9995136Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T01:31:31.9997381Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:31.9998811Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T01:31:32.0000472Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T01:31:32.0002126Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T01:31:32.0003975Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T01:31:32.0005591Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T01:31:32.0007404Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T01:31:32.0009444Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T01:31:32.0011491Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T01:31:32.0013110Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T01:31:32.0014543Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T01:31:32.0016282Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T01:31:32.0017610Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T01:31:32.0019071Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0020514Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T01:31:32.0021998Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T01:31:32.0023406Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T01:31:32.0024849Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T01:31:32.0026288Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0027657Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T01:31:32.0029109Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T01:31:32.0030442Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T01:31:32.0032285Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T01:31:32.0033957Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0035458Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T01:31:32.0036967Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T01:31:32.0038416Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T01:31:32.0039985Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T01:31:32.0041490Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T01:31:32.0043301Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T01:31:32.0044931Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T01:31:32.0046553Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T01:31:32.0048308Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0049739Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T01:31:32.0051439Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T01:31:32.0053074Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0054502Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T01:31:32.0056200Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T01:31:32.0057800Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T01:31:32.0059490Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0061078Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0062498Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T01:31:32.0064203Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T01:31:32.0065815Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T01:31:32.0067510Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T01:31:32.0069203Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0070663Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T01:31:32.0072217Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T01:31:32.0073676Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T01:31:32.0075272Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T01:31:32.0076747Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T01:31:32.0078387Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T01:31:32.0080044Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0081539Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T01:31:32.0083200Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T01:31:32.0084700Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T01:31:32.0086301Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T01:31:32.0087809Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T01:31:32.0089438Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T01:31:32.0091078Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T01:31:32.0092637Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T01:31:32.0094409Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0095859Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T01:31:32.0097437Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T01:31:32.0098849Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T01:31:32.0100425Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T01:31:32.0101905Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T01:31:32.0103564Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T01:31:32.0105207Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0106702Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T01:31:32.0108225Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T01:31:32.0109714Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T01:31:32.0111223Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T01:31:32.0112699Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T01:31:32.0114289Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T01:31:32.0116108Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T01:31:32.0117895Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0119542Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0121088Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0122848Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T01:31:32.0124347Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T01:31:32.0126001Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T01:31:32.0127589Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T01:31:32.0129311Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T01:31:32.0131322Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T01:31:32.0133213Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T01:31:32.0134980Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0136503Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T01:31:32.0138227Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T01:31:32.0139964Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T01:31:32.0141849Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0143381Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T01:31:32.0145114Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T01:31:32.0146912Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T01:31:32.0148776Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0150985Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T01:31:32.0152834Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T01:31:32.0154724Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T01:31:32.0156531Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0158172Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0159710Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T01:31:32.0161723Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T01:31:32.0163764Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T01:31:32.0165580Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0167139Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T01:31:32.0168979Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T01:31:32.0170809Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T01:31:32.0172620Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0174201Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T01:31:32.0176016Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T01:31:32.0177602Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T01:31:32.0179177Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T01:31:32.0180780Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T01:31:32.0182337Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T01:31:32.0183871Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T01:31:32.0185460Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T01:31:32.0187153Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0188624Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T01:31:32.0190376Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T01:31:32.0192050Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T01:31:32.0193725Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T01:31:32.0195463Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0197013Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T01:31:32.0198565Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T01:31:32.0200323Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T01:31:32.0202190Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0203881Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T01:31:32.0205438Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T01:31:32.0207212Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T01:31:32.0209006Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T01:31:32.0210671Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T01:31:32.0212409Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T01:31:32.0214020Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T01:31:32.0215717Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0217285Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T01:31:32.0218875Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T01:31:32.0220383Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T01:31:32.0221950Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T01:31:32.0223475Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T01:31:32.0225142Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T01:31:32.0226780Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T01:31:32.0228484Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0230068Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T01:31:32.0231623Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T01:31:32.0233198Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T01:31:32.0234798Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T01:31:32.0236416Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T01:31:32.0238019Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T01:31:32.0239650Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T01:31:32.0241321Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0242900Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T01:31:32.0244687Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T01:31:32.0246144Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T01:31:32.0247766Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T01:31:32.0249191Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T01:31:32.0250705Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T01:31:32.0252150Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T01:31:32.0253685Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0255061Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T01:31:32.0256475Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T01:31:32.0258085Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T01:31:32.0259621Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T01:31:32.0261048Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T01:31:32.0262414Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T01:31:32.0263944Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T01:31:32.0265484Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0266948Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T01:31:32.0268763Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T01:31:32.0270178Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T01:31:32.0271762Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T01:31:32.0272935Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T01:31:32.0274426Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T01:31:32.0276105Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T01:31:32.0277784Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0279413Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0280967Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0282473Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:31:32.0284204Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:31:32.0285718Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T01:31:32.0287132Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:31:32.0288614Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T01:31:32.0290477Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T01:31:32.0292172Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T01:31:32.0293943Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0295548Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0297115Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0298368Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:31:32.0300034Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:31:32.0301480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T01:31:32.0303106Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:31:32.0304491Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T01:31:32.0306132Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T01:31:32.0307772Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T01:31:32.0309414Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0311104Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0312583Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0313970Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:31:32.0315347Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:31:32.0316818Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T01:31:32.0318205Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:31:32.0319947Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T01:31:32.0321522Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T01:31:32.0323422Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T01:31:32.0325069Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0326605Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0328158Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0329585Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:31:32.0331116Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:31:32.0332621Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T01:31:32.0334066Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:31:32.0335402Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T01:31:32.0337153Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T01:31:32.0338713Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T01:31:32.0340297Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0341618Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T01:31:32.0343233Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T01:31:32.0344631Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T01:31:32.0346221Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0347571Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T01:31:32.0349066Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T01:31:32.0350479Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T01:31:32.0351940Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T01:31:32.0353292Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T01:31:32.0354856Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T01:31:32.0356326Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T01:31:32.0357893Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0359211Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T01:31:32.0360885Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T01:31:32.0362605Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T01:31:32.0364234Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0365523Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T01:31:32.0367111Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T01:31:32.0368774Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T01:31:32.0370442Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0371851Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T01:31:32.0373371Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T01:31:32.0375030Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T01:31:32.0376451Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T01:31:32.0377968Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T01:31:32.0379361Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T01:31:32.0380947Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T01:31:32.0382605Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0383971Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T01:31:32.0385410Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T01:31:32.0387008Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T01:31:32.0388695Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0390011Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T01:31:32.0391804Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T01:31:32.0393330Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T01:31:32.0394998Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0396554Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T01:31:32.0398203Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T01:31:32.0399892Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T01:31:32.0401777Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0403277Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T01:31:32.0404972Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T01:31:32.0406709Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T01:31:32.0408572Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0410108Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T01:31:32.0411838Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T01:31:32.0413582Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T01:31:32.0415323Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0416877Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T01:31:32.0418613Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T01:31:32.0420392Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T01:31:32.0422090Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0423628Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T01:31:32.0425323Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T01:31:32.0427210Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T01:31:32.0429034Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0430831Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0432579Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0434153Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T01:31:32.0435741Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T01:31:32.0437350Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T01:31:32.0438960Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T01:31:32.0440634Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T01:31:32.0442689Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T01:31:32.0444642Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T01:31:32.0446387Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0448211Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0449809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0451441Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T01:31:32.0453031Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T01:31:32.0454642Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T01:31:32.0456266Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T01:31:32.0457934Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T01:31:32.0459833Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T01:31:32.0461576Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T01:31:32.0463253Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0464823Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T01:31:32.0466450Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T01:31:32.0468452Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T01:31:32.0470183Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0471702Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T01:31:32.0473247Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T01:31:32.0474711Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T01:31:32.0476296Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T01:31:32.0477880Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T01:31:32.0479482Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T01:31:32.0481102Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T01:31:32.0483103Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0484582Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T01:31:32.0486118Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T01:31:32.0487651Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T01:31:32.0489477Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T01:31:32.0491097Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T01:31:32.0492851Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T01:31:32.0494205Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T01:31:32.0495751Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0497051Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T01:31:32.0498636Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T01:31:32.0500085Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T01:31:32.0501416Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T01:31:32.0503034Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T01:31:32.0504485Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T01:31:32.0506042Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T01:31:32.0507554Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0509065Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0510608Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0512065Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T01:31:32.0513649Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T01:31:32.0515121Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T01:31:32.0516678Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T01:31:32.0519024Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T01:31:32.0520826Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T01:31:32.0522659Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T01:31:32.0524871Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0525860Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0527799Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0528703Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T01:31:32.0530473Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T01:31:32.0531782Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T01:31:32.0533279Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T01:31:32.0534750Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T01:31:32.0536345Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T01:31:32.0537972Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T01:31:32.0539648Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0540966Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T01:31:32.0542722Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T01:31:32.0544387Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T01:31:32.0546157Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0547672Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T01:31:32.0549398Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T01:31:32.0550885Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T01:31:32.0552426Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T01:31:32.0553924Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T01:31:32.0555579Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T01:31:32.0557203Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T01:31:32.0558896Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0560383Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T01:31:32.0562260Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T01:31:32.0563944Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T01:31:32.0565622Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0567115Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T01:31:32.0568955Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T01:31:32.0570567Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T01:31:32.0572196Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0573799Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T01:31:32.0575563Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T01:31:32.0577119Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T01:31:32.0578861Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0580292Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T01:31:32.0581961Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T01:31:32.0583591Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T01:31:32.0585062Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T01:31:32.0586602Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T01:31:32.0588182Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T01:31:32.0589772Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T01:31:32.0591671Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0593035Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T01:31:32.0594420Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T01:31:32.0595780Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T01:31:32.0597317Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T01:31:32.0598699Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T01:31:32.0600060Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T01:31:32.0601547Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T01:31:32.0603330Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0604628Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:31:32.0606320Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:31:32.0607717Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T01:31:32.0609223Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:31:32.0610709Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T01:31:32.0612363Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T01:31:32.0613815Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T01:31:32.0615522Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0616824Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:31:32.0618361Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:31:32.0619702Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T01:31:32.0621265Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:31:32.0622661Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T01:31:32.0624119Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T01:31:32.0625599Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T01:31:32.0627121Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0628550Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T01:31:32.0630226Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T01:31:32.0631597Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T01:31:32.0633082Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0634583Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T01:31:32.0636082Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T01:31:32.0637630Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T01:31:32.0639206Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0640806Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T01:31:32.0642423Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T01:31:32.0643705Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T01:31:32.0645170Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T01:31:32.0646570Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T01:31:32.0648182Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T01:31:32.0649735Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T01:31:32.0651387Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0652668Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T01:31:32.0654224Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T01:31:32.0655720Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T01:31:32.0657291Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0658666Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T01:31:32.0660244Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T01:31:32.0661763Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T01:31:32.0663342Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0664736Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T01:31:32.0666267Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T01:31:32.0667859Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T01:31:32.0669465Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0670866Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:31:32.0672340Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:31:32.0673790Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T01:31:32.0675250Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:31:32.0676694Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T01:31:32.0678227Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T01:31:32.0679747Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T01:31:32.0681350Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0682937Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:31:32.0684368Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:31:32.0685763Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T01:31:32.0687330Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:31:32.0688726Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T01:31:32.0690323Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T01:31:32.0691988Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T01:31:32.0693779Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0695185Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0696710Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0698141Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:31:32.0699636Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:31:32.0701029Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T01:31:32.0702551Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:31:32.0703984Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T01:31:32.0705760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T01:31:32.0707525Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T01:31:32.0709222Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0710845Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0712346Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0713704Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:31:32.0715217Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:31:32.0716628Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T01:31:32.0718188Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:31:32.0719658Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T01:31:32.0721436Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T01:31:32.0723335Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T01:31:32.0724998Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0726521Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0728097Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0729612Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:31:32.0731151Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:31:32.0732603Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T01:31:32.0734113Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:31:32.0735607Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T01:31:32.0737338Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T01:31:32.0739068Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T01:31:32.0740973Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0742760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0744105Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0745553Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:31:32.0747158Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:31:32.0748486Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T01:31:32.0750099Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:31:32.0751575Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T01:31:32.0753259Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T01:31:32.0754715Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T01:31:32.0756188Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0757709Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T01:31:32.0759161Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T01:31:32.0760702Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T01:31:32.0762736Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0764464Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T01:31:32.0766452Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T01:31:32.0767825Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T01:31:32.0769392Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0771539Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T01:31:32.0772294Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T01:31:32.0774028Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T01:31:32.0775539Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T01:31:32.0776717Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T01:31:32.0778353Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T01:31:32.0779940Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T01:31:32.0781420Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0782818Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0784338Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T01:31:32.0785985Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T01:31:32.0786984Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T01:31:32.0788531Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T01:31:32.0790127Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T01:31:32.0791710Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T01:31:32.0793276Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T01:31:32.0795061Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0796426Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T01:31:32.0798250Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T01:31:32.0800150Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T01:31:32.0802119Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0803938Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0805455Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T01:31:32.0807125Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T01:31:32.0808558Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T01:31:32.0810135Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T01:31:32.0811692Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T01:31:32.0813468Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T01:31:32.0815302Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T01:31:32.0816980Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0818428Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0820157Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T01:31:32.0821888Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0823482Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0824935Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T01:31:32.0826688Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T01:31:32.0828281Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T01:31:32.0829852Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T01:31:32.0831517Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T01:31:32.0833249Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0835024Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T01:31:32.0836996Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0838724Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0840235Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T01:31:32.0842082Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T01:31:32.0843635Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T01:31:32.0845326Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T01:31:32.0846885Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T01:31:32.0848592Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0850216Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T01:31:32.0851842Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T01:31:32.0853307Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T01:31:32.0854804Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T01:31:32.0856335Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T01:31:32.0857971Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T01:31:32.0859597Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T01:31:32.0861182Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0862568Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T01:31:32.0864243Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T01:31:32.0865905Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T01:31:32.0867529Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0869082Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0870583Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T01:31:32.0872249Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0873780Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0875173Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T01:31:32.0876887Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T01:31:32.0884854Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T01:31:32.0886719Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T01:31:32.0888591Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T01:31:32.0890339Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0892160Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T01:31:32.0893597Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T01:31:32.0895089Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T01:31:32.0896970Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T01:31:32.0898558Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T01:31:32.0900286Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0901755Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T01:31:32.0903461Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T01:31:32.0905337Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T01:31:32.0907250Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0908897Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T01:31:32.0910551Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T01:31:32.0912199Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T01:31:32.0913762Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0915180Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0916595Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T01:31:32.0918127Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T01:31:32.0919649Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T01:31:32.0921380Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T01:31:32.0923305Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T01:31:32.0925310Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T01:31:32.0927168Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T01:31:32.0929125Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0930663Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T01:31:32.0932465Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T01:31:32.0934030Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T01:31:32.0935622Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0937075Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T01:31:32.0938532Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T01:31:32.0939980Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T01:31:32.0941553Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0943059Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0944406Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T01:31:32.0945830Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T01:31:32.0947211Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T01:31:32.0948636Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T01:31:32.0950063Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T01:31:32.0951786Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T01:31:32.0953307Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T01:31:32.0954952Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0956256Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T01:31:32.0957941Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T01:31:32.0959607Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T01:31:32.0961140Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.0962772Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.0964302Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0965729Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T01:31:32.0967112Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T01:31:32.0968558Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T01:31:32.0970014Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T01:31:32.0971770Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T01:31:32.0973302Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T01:31:32.0974990Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T01:31:32.0976452Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0977538Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T01:31:32.0978921Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T01:31:32.0980278Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T01:31:32.0981816Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0983321Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T01:31:32.0984725Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T01:31:32.0986038Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T01:31:32.0987637Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0989014Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T01:31:32.0990808Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T01:31:32.0992221Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T01:31:32.0993877Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.0995249Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T01:31:32.0996782Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T01:31:32.0998489Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T01:31:32.1000204Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1001533Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T01:31:32.1003439Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T01:31:32.1004958Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T01:31:32.1006452Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1008090Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T01:31:32.1010100Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1011393Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1013293Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T01:31:32.1014935Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T01:31:32.1016632Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T01:31:32.1018444Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T01:31:32.1020143Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T01:31:32.1021836Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T01:31:32.1023622Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1025204Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T01:31:32.1027162Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T01:31:32.1028826Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T01:31:32.1030615Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T01:31:32.1032219Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T01:31:32.1034038Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T01:31:32.1035654Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T01:31:32.1037517Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1039021Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T01:31:32.1040740Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T01:31:32.1042381Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T01:31:32.1044139Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T01:31:32.1045767Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T01:31:32.1047609Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T01:31:32.1049405Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T01:31:32.1051188Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T01:31:32.1052924Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1054580Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1056354Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1057942Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T01:31:32.1059551Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T01:31:32.1061206Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T01:31:32.1062954Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T01:31:32.1064769Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1066338Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T01:31:32.1068043Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T01:31:32.1069577Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T01:31:32.1071306Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T01:31:32.1072956Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T01:31:32.1074833Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T01:31:32.1076661Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:31:32.1078577Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T01:31:32.1080460Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1082213Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T01:31:32.1084192Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T01:31:32.1086055Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T01:31:32.1087924Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1089650Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T01:31:32.1091241Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T01:31:32.1092915Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T01:31:32.1094727Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T01:31:32.1096541Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T01:31:32.1098341Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1099957Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T01:31:32.1101818Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T01:31:32.1103640Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T01:31:32.1105335Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T01:31:32.1107223Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1108799Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1110559Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1112105Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T01:31:32.1113898Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T01:31:32.1115561Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T01:31:32.1117432Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T01:31:32.1119245Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1120913Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T01:31:32.1122604Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T01:31:32.1124452Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T01:31:32.1126117Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T01:31:32.1127841Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T01:31:32.1129737Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T01:31:32.1131477Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T01:31:32.1133165Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1134752Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T01:31:32.1136464Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T01:31:32.1138004Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T01:31:32.1139962Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1141413Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T01:31:32.1143022Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T01:31:32.1144864Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1146344Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T01:31:32.1148114Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T01:31:32.1149753Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1151346Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T01:31:32.1153067Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T01:31:32.1154731Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T01:31:32.1156320Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T01:31:32.1158188Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1159619Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T01:31:32.1161451Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T01:31:32.1163298Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1165001Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T01:31:32.1166494Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T01:31:32.1168472Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T01:31:32.1170145Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T01:31:32.1172225Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T01:31:32.1174262Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T01:31:32.1176192Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1177765Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T01:31:32.1179630Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T01:31:32.1181331Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T01:31:32.1183035Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T01:31:32.1184796Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1186479Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T01:31:32.1188054Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T01:31:32.1189714Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T01:31:32.1191471Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T01:31:32.1193187Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T01:31:32.1194902Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1196536Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T01:31:32.1198130Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T01:31:32.1199826Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T01:31:32.1201695Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T01:31:32.1203519Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1205108Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T01:31:32.1206776Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T01:31:32.1208529Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1210228Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T01:31:32.1211761Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T01:31:32.1213474Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T01:31:32.1215132Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T01:31:32.1216924Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T01:31:32.1218755Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1220334Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T01:31:32.1221944Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T01:31:32.1223594Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T01:31:32.1225432Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T01:31:32.1227220Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T01:31:32.1228788Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T01:31:32.1230723Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T01:31:32.1232497Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T01:31:32.1234382Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1235983Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T01:31:32.1237853Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T01:31:32.1240295Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T01:31:32.1240821Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T01:31:32.1243052Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T01:31:32.1244801Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T01:31:32.1246575Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T01:31:32.1248314Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T01:31:32.1250103Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1251747Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T01:31:32.1253293Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T01:31:32.1255009Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1256672Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T01:31:32.1258245Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T01:31:32.1259938Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T01:31:32.1261734Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T01:31:32.1263275Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T01:31:32.1264990Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1266560Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1269180Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T01:31:32.1271009Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1273010Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1274483Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T01:31:32.1276219Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T01:31:32.1277784Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T01:31:32.1279596Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T01:31:32.1281129Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T01:31:32.1283293Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1284675Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T01:31:32.1286711Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T01:31:32.1288059Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T01:31:32.1290034Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1291339Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T01:31:32.1293324Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T01:31:32.1294881Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T01:31:32.1296774Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1298298Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T01:31:32.1300126Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T01:31:32.1301480Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T01:31:32.1303200Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T01:31:32.1304787Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T01:31:32.1306693Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T01:31:32.1308189Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T01:31:32.1310099Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1311496Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T01:31:32.1313121Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T01:31:32.1314889Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T01:31:32.1316662Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1318114Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T01:31:32.1319853Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T01:31:32.1321440Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T01:31:32.1323462Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T01:31:32.1325216Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T01:31:32.1326844Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T01:31:32.1328736Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T01:31:32.1330422Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T01:31:32.1332251Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T01:31:32.1334131Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1335635Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T01:31:32.1337548Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T01:31:32.1339065Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T01:31:32.1340987Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1342487Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T01:31:32.1344245Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T01:31:32.1346045Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T01:31:32.1347865Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1349545Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T01:31:32.1351265Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T01:31:32.1352884Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T01:31:32.1354820Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T01:31:32.1356412Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T01:31:32.1358188Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T01:31:32.1359737Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T01:31:32.1361915Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T01:31:32.1363552Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T01:31:32.1365459Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1366960Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T01:31:32.1369055Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T01:31:32.1370848Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T01:31:32.1372679Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1374272Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T01:31:32.1376072Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T01:31:32.1377601Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T01:31:32.1379402Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T01:31:32.1381012Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T01:31:32.1382990Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T01:31:32.1384434Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T01:31:32.1386305Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1387689Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T01:31:32.1389533Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T01:31:32.1391145Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T01:31:32.1393048Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1394553Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1396387Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:31:32.1397949Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T01:31:32.1399749Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1401452Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1403166Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T01:31:32.1405044Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T01:31:32.1406683Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T01:31:32.1408563Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T01:31:32.1410322Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T01:31:32.1412084Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1413728Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T01:31:32.1415483Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1417027Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T01:31:32.1418812Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T01:31:32.1420452Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T01:31:32.1422283Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T01:31:32.1423859Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T01:31:32.1425856Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T01:31:32.1427808Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1429417Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1431113Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1432690Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T01:31:32.1434628Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T01:31:32.1436341Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T01:31:32.1438205Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1439880Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1441410Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T01:31:32.1443574Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T01:31:32.1445296Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T01:31:32.1447003Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T01:31:32.1448807Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T01:31:32.1450617Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T01:31:32.1452124Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T01:31:32.1453514Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T01:31:32.1455110Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1456299Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T01:31:32.1457689Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T01:31:32.1458958Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T01:31:32.1460493Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T01:31:32.1461825Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T01:31:32.1463459Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T01:31:32.1464878Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1466196Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T01:31:32.1467525Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T01:31:32.1468955Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T01:31:32.1470497Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T01:31:32.1471979Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T01:31:32.1473560Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1474835Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T01:31:32.1476501Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1477699Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T01:31:32.1479013Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T01:31:32.1480486Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T01:31:32.1482080Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T01:31:32.1483605Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T01:31:32.1484848Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T01:31:32.1486516Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T01:31:32.1488252Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T01:31:32.1489809Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T01:31:32.1491580Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1493204Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T01:31:32.1494898Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T01:31:32.1496750Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T01:31:32.1498565Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1500355Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T01:31:32.1501842Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T01:31:32.1503647Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T01:31:32.1505526Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1506960Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T01:31:32.1508658Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T01:31:32.1510155Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T01:31:32.1511627Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1512937Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T01:31:32.1514497Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1516086Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1517199Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T01:31:32.1518654Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T01:31:32.1520186Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T01:31:32.1521907Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T01:31:32.1523812Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T01:31:32.1526263Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T01:31:32.1528193Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1529547Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1531141Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1532354Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T01:31:32.1534360Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1535699Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T01:31:32.1537183Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T01:31:32.1538795Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1540270Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1542128Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T01:31:32.1543222Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T01:31:32.1544719Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T01:31:32.1546243Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T01:31:32.1547687Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T01:31:32.1549186Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T01:31:32.1551094Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T01:31:32.1553042Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T01:31:32.1554766Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1556211Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1557691Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1559219Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T01:31:32.1560471Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1562026Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T01:31:32.1563697Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T01:31:32.1565360Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1566680Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1568262Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T01:31:32.1569869Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T01:31:32.1571415Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T01:31:32.1572878Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T01:31:32.1574357Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T01:31:32.1576001Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T01:31:32.1577950Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T01:31:32.1579925Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T01:31:32.1581783Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1583309Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1584886Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1586327Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T01:31:32.1587849Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1589332Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T01:31:32.1590893Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T01:31:32.1592499Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1594152Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1595657Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T01:31:32.1597187Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T01:31:32.1598627Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T01:31:32.1600106Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T01:31:32.1601521Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T01:31:32.1603410Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T01:31:32.1605709Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T01:31:32.1607395Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T01:31:32.1609570Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1610956Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1612437Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1613886Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T01:31:32.1615399Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1616897Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T01:31:32.1618418Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T01:31:32.1620188Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1621548Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1622999Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T01:31:32.1624474Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T01:31:32.1625913Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T01:31:32.1627347Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T01:31:32.1628795Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T01:31:32.1630518Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T01:31:32.1632540Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T01:31:32.1634538Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T01:31:32.1636445Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1637863Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1639551Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1641039Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T01:31:32.1642908Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1644465Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T01:31:32.1646968Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T01:31:32.1649003Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1650574Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1652067Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T01:31:32.1653714Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T01:31:32.1655315Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T01:31:32.1656695Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T01:31:32.1658227Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T01:31:32.1659889Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T01:31:32.1661962Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T01:31:32.1664009Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T01:31:32.1665857Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1667416Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1669024Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1670579Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T01:31:32.1672132Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1673689Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T01:31:32.1675311Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T01:31:32.1677029Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1678494Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1680046Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T01:31:32.1681717Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T01:31:32.1683247Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T01:31:32.1685127Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T01:31:32.1686527Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T01:31:32.1688269Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T01:31:32.1690255Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T01:31:32.1692333Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T01:31:32.1694300Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1695783Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T01:31:32.1697369Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T01:31:32.1698921Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T01:31:32.1700596Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T01:31:32.1702049Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T01:31:32.1703659Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T01:31:32.1705437Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1706888Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1708483Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T01:31:32.1710123Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T01:31:32.1711572Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T01:31:32.1712993Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T01:31:32.1714955Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T01:31:32.1716619Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T01:31:32.1718236Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T01:31:32.1719673Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1721142Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T01:31:32.1722798Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T01:31:32.1724157Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T01:31:32.1725617Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T01:31:32.1727207Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1728728Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1730121Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T01:31:32.1731621Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T01:31:32.1733026Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T01:31:32.1734765Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T01:31:32.1736241Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T01:31:32.1737853Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1739111Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T01:31:32.1740722Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T01:31:32.1742446Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T01:31:32.1744328Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1745913Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T01:31:32.1747435Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T01:31:32.1748923Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T01:31:32.1750595Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1752039Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1753604Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T01:31:32.1754746Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T01:31:32.1756308Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T01:31:32.1757998Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T01:31:32.1759472Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T01:31:32.1761312Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T01:31:32.1763040Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T01:31:32.1764610Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1765981Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T01:31:32.1767434Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T01:31:32.1769210Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T01:31:32.1770651Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T01:31:32.1772100Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T01:31:32.1773570Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T01:31:32.1775227Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T01:31:32.1776689Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T01:31:32.1778500Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1780106Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1781451Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T01:31:32.1783008Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T01:31:32.1784613Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T01:31:32.1786080Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T01:31:32.1787593Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T01:31:32.1788988Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T01:31:32.1790629Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T01:31:32.1792217Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1793601Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T01:31:32.1795162Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T01:31:32.1796679Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T01:31:32.1798183Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T01:31:32.1799893Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1801555Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1802998Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T01:31:32.1804664Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T01:31:32.1806285Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T01:31:32.1807837Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T01:31:32.1809388Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T01:31:32.1810764Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T01:31:32.1812370Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T01:31:32.1813972Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1815670Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T01:31:32.1817496Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1819186Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1820497Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T01:31:32.1822261Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T01:31:32.1823893Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T01:31:32.1825407Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T01:31:32.1826893Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T01:31:32.1828379Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T01:31:32.1830226Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T01:31:32.1831689Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T01:31:32.1833358Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1834575Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T01:31:32.1836101Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T01:31:32.1837932Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T01:31:32.1839553Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1840917Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T01:31:32.1842709Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T01:31:32.1844398Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T01:31:32.1846151Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1847633Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T01:31:32.1849363Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T01:31:32.1850877Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T01:31:32.1852737Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T01:31:32.1854558Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T01:31:32.1856313Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1857918Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:31:32.1859378Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T01:31:32.1860903Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T01:31:32.1862415Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T01:31:32.1863967Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T01:31:32.1865533Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T01:31:32.1867431Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T01:31:32.1869148Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T01:31:32.1870784Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:31:32.1872258Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T01:31:32.1874071Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T01:31:32.1875966Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T01:31:32.1877381Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1878967Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T01:31:32.1880364Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T01:31:32.1881919Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T01:31:32.1883374Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T01:31:32.1884795Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T01:31:32.1886688Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T01:31:32.1888702Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1890476Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T01:31:32.1892249Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:31:32.1893824Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T01:31:32.1895593Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T01:31:32.1897265Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T01:31:32.1899113Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T01:31:32.1903812Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:31:32.1906908Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:31:32.1908982Z adding 'torch/include/THC/THCAtomics.cuh' 2022-11-23T01:31:32.1910369Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2022-11-23T01:31:32.1914426Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:31:32.1916139Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:31:32.1918749Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:31:32.1921034Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:31:32.1922789Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:31:32.1924495Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:31:32.1925985Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:31:32.1927361Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:31:32.1930036Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:31:32.1931598Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:31:32.1934282Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:31:32.1936514Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:31:32.1946269Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:31:32.1959383Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:31:32.1962634Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:31:32.1964911Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:31:32.1967094Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:31:32.1968672Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:31:32.1970690Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:31:32.1972217Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:31:32.1975326Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:31:32.1976867Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:31:32.1978824Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:31:32.1980281Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:31:32.1981811Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:31:32.1983685Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:31:32.1986427Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:31:32.1991012Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:31:32.1993183Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:31:32.1995277Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:31:32.1997785Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:31:32.2001152Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:31:32.2003779Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:31:32.2005947Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:31:32.2009290Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:31:32.2011297Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:31:32.2013108Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:31:32.2052384Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:31:32.2062365Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:31:32.2064753Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:31:32.2066430Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:31:32.2068058Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:31:32.2070126Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:31:32.2075041Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:31:32.2077276Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:31:32.2079044Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:31:32.2081095Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:31:32.2085971Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:31:32.2088497Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:31:32.2092034Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:31:32.2094778Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:31:32.2098518Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:31:32.2100382Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:31:32.2103057Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:31:32.2104865Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:31:32.2106726Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:31:32.2108332Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:31:32.2110295Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:31:32.2113666Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:31:32.2116072Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:31:32.2118236Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:31:32.2120330Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:31:32.2123780Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:31:32.2125782Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:31:32.2127862Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:31:32.2129586Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:31:32.2133017Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:31:32.2136992Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:31:32.2138706Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:31:32.2140117Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2022-11-23T01:31:32.2142804Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:31:32.2148672Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:31:32.2150501Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:31:32.2153764Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:31:32.2157268Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:31:32.2160838Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:31:32.2163814Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:31:32.2166354Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:31:32.2168430Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:31:32.2170272Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:31:32.2172211Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:31:32.2176236Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:31:32.2178319Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:31:32.2181385Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:31:32.2183386Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:31:32.2185286Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:31:32.2186824Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:31:32.2194261Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:31:32.2196885Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:31:32.2198876Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:31:32.2202300Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:31:32.2204330Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:31:32.2206861Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:31:32.2213007Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:31:32.2215417Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:31:32.2218219Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:31:32.2219967Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:31:32.2223315Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:31:32.2225450Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:31:32.2227970Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:31:32.2232474Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:31:32.2240335Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:31:32.2243720Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:31:32.2247253Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:31:32.2249361Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:31:32.2250991Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:31:32.2264655Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:31:32.2268155Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:31:32.2270093Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:31:32.2272158Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:31:32.2274507Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:31:32.2276044Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:31:32.2278128Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:31:32.2280653Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:31:32.2285246Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:31:32.2287796Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:31:32.2290204Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:31:32.2291887Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:31:32.2294139Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:31:32.2295795Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:31:32.2297771Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:31:32.2302557Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:31:32.2305352Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:31:32.2307305Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:31:32.2308934Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:31:32.2311367Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:31:32.2313192Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:31:32.2325371Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:31:32.2330644Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:31:32.2332534Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:31:32.2336329Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:31:32.2346219Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:31:32.2349195Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:31:32.2356851Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:31:32.2359813Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:31:32.2364025Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:31:32.2365819Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:31:32.2367817Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:31:32.2382905Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:31:32.2385726Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:31:32.2386965Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:31:32.2388397Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:31:32.2389790Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:31:32.2391373Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:31:32.2392810Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:31:32.2394851Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:31:32.2396561Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:31:32.2398556Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:31:32.2400620Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:31:32.2407440Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:31:32.2409969Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:31:32.2411867Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:31:32.2416797Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:31:32.2423954Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:31:32.2427355Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:31:32.2428980Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:31:32.2435473Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:31:32.2455794Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:31:32.2459723Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:31:32.2492446Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:31:32.2495698Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:31:32.2497252Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:31:32.2500173Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:31:32.2502006Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:31:32.2503646Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:31:32.2506392Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:31:32.2513105Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:31:32.2516417Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:31:32.2535122Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:31:32.2539636Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:31:32.2541313Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:31:32.2543121Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:31:32.2551870Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:31:32.2556530Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:31:32.2559112Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:31:32.2561916Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:31:32.2564899Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:31:32.2568364Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:31:32.2590072Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:31:32.2594784Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:31:32.2596885Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:31:32.2631964Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:31:32.2658713Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:31:32.2664912Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:31:32.2671909Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:31:32.2680746Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:31:32.2695729Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:31:32.2699808Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:31:32.2704377Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:31:32.2711292Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:31:32.2724111Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:31:32.2726771Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:31:32.2732754Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:31:32.2736232Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:31:32.2737702Z adding 'torch/include/torch/extension.h' 2022-11-23T01:31:32.2748964Z adding 'torch/include/torch/library.h' 2022-11-23T01:31:32.2751395Z adding 'torch/include/torch/script.h' 2022-11-23T01:31:32.2753938Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:31:32.2755620Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:31:32.2756944Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:31:32.2758325Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:31:32.2759799Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:31:32.2763986Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:31:32.2765776Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:31:32.2767254Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:31:32.2768696Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:31:32.2770104Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:31:32.2771246Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:31:32.2773258Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:31:32.2773954Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:31:32.2775971Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:31:32.2777547Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:31:32.2779348Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:31:32.2780678Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:31:32.2782730Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:31:32.2784182Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:31:32.2786276Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:31:32.2787818Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:31:32.2789602Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:31:32.2791728Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:31:32.2793216Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:31:32.2794993Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:31:32.2796824Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:31:32.2798517Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:31:32.2801945Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:31:32.2804930Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:31:32.2806684Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:31:32.2808492Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:31:32.2810516Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:31:32.2812134Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:31:32.2815333Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:31:32.2818306Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:31:32.2821489Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:31:32.2823863Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:31:32.2825690Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:31:32.2830895Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:31:32.2833942Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:31:32.2835381Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:31:32.2837284Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:31:32.2842309Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:31:32.2846298Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:31:32.2849113Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:31:32.2864817Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:31:32.2865273Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:31:32.2865462Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:31:32.2865637Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:31:32.2866704Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:31:32.2867625Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:31:32.2869923Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:31:32.2871833Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:31:32.2873815Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:31:32.2874437Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:31:32.2876812Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:31:32.2878389Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:31:32.2879926Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:31:32.2881763Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:31:32.2885548Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:31:32.2888088Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:31:32.2890331Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:31:32.2892946Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:31:32.2899381Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:31:32.2902283Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:31:32.2904245Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:31:32.2907098Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:31:32.2908811Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:31:32.2910235Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:31:32.2912557Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:31:32.2914701Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:31:32.2917502Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:31:32.2919547Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:31:32.2921216Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:31:32.2923401Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:31:32.2925348Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:31:32.2927156Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:31:32.2928920Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:31:32.2931017Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:31:32.2933331Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:31:32.2934902Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:31:32.2936617Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:31:32.2938526Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:31:32.2940258Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:31:32.2945013Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:31:32.2947170Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:31:32.2949869Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:31:32.2951120Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:31:32.2953283Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:31:32.2960225Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:31:32.2962485Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:31:32.2964033Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:31:32.2965998Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:31:32.2968699Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:31:32.2970124Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:31:32.2975795Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:31:32.2979004Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:31:32.2981172Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:31:32.2983022Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:31:32.2985121Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:31:32.2987728Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:31:32.2989642Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:31:32.2991285Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:31:32.2992700Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:31:32.2997321Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:31:32.3000328Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:31:32.3002222Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:31:32.3003823Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:31:32.3008472Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:31:32.3012098Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:31:32.3014316Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:31:32.3016484Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:31:32.3020652Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:31:32.3023520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:31:32.3025973Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:31:32.3028348Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:31:32.3031858Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:31:32.3034121Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:31:32.3036253Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:31:32.3038694Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:31:32.3040536Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:31:32.3042841Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:31:32.3045207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:31:32.3050675Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:31:32.3053825Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:31:32.3056605Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:31:32.3058752Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:31:32.3063062Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:31:32.3066846Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:31:32.3069633Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:31:32.3071920Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:31:32.3074482Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:31:32.3076231Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:31:32.3077858Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:31:32.3082449Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:31:32.3085207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:31:32.3087476Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:31:32.3089822Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:31:32.3092678Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:31:32.3095929Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:31:32.3097965Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:31:32.3100150Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:31:32.3102435Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:31:32.3106828Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:31:32.3111221Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:31:32.3113317Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:31:32.3115038Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:31:32.3117707Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:31:32.3119638Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:31:32.3121391Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:31:32.3124151Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:31:32.3126251Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:31:32.3128121Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:31:32.3129903Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:31:32.3134230Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:31:32.3137000Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:31:32.3139177Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:31:32.3140953Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:31:32.3144058Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:31:32.3146782Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:31:32.3148689Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:31:32.3150352Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:31:32.3151982Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:31:32.3154264Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:31:32.3156159Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:31:32.3160163Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:31:32.3163039Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:31:32.3165159Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:31:32.3169142Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:31:32.3171853Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:31:32.3173875Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:31:32.3175731Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:31:32.3177740Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:31:32.3180486Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:31:32.3182450Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:31:32.3185838Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:31:32.3187958Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:31:32.3189947Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:31:32.3191513Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:31:32.3193011Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:31:32.3194976Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:31:32.3196811Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:31:32.3198142Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:31:32.3204811Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:31:32.3206654Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:31:32.3211382Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:31:32.3213416Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:31:32.3215909Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:31:32.3217376Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:31:32.3218886Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:31:32.3223022Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:31:32.3224918Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:31:32.3228478Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:31:32.3232168Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:31:32.3241226Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:31:32.3243279Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:31:32.3244587Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:31:32.3247346Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:31:32.3249397Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:31:32.3251538Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:31:32.3253364Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:31:32.3254704Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:31:32.3257090Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:31:32.3260881Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:31:32.3262599Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:31:32.3264167Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:31:32.3265705Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:31:32.3267624Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:31:32.3269616Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:31:32.3270718Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:31:32.3272019Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:31:32.3274335Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:31:32.3275753Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:31:32.3277198Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:31:32.3278706Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:31:32.3279801Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:31:32.3281384Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:31:32.3282552Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:31:32.3284133Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:31:32.3285784Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:31:32.3286706Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:31:32.3288346Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:31:32.3290225Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:31:32.3291749Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:31:32.3293308Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:31:32.3295632Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:31:32.3297035Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:31:32.3298414Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:31:32.3308565Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:31:32.3313931Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:31:32.3316014Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:31:32.3317643Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:31:32.3319189Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:31:32.3321356Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:31:32.3323683Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:31:32.3346682Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:31:32.3353994Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:31:32.3355454Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:31:32.3360253Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:31:32.3363212Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:31:32.3365119Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:31:32.3366676Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:31:32.3368424Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:31:32.3369898Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:31:32.3371860Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:31:32.3373660Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:31:32.3375238Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:31:32.3376699Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:31:32.3378083Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:31:32.3379602Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:31:32.3381125Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:31:32.3382570Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:31:32.3384802Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:31:32.3386400Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:31:32.3387862Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:31:32.3391279Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:31:32.3393228Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:31:32.3394688Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:31:32.3396272Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:31:32.3399226Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:31:32.3401252Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:31:32.3403700Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:31:32.3405521Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:31:32.3408559Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:31:32.3413034Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:31:32.3416248Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:31:32.3424322Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:31:32.3427128Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:31:32.3430436Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:31:32.3432886Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:31:32.3434960Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:31:32.3436867Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:31:32.3438956Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:31:32.3441858Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:31:32.3444542Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:31:32.3446132Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:31:32.3448034Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:31:32.3450495Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:31:32.3452145Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:31:32.3457453Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:31:32.3459513Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:31:32.3461815Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:31:32.3463349Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:31:32.3465433Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:31:32.3467023Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:31:32.3468615Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:31:32.3470229Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:31:32.3471697Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:31:32.3473962Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:31:32.3475708Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:31:32.3477371Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:31:32.3485167Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:31:32.3487743Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:31:32.3489572Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:31:32.3491347Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:31:32.3493566Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:31:32.3496425Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:31:32.3498593Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:31:32.3500184Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:31:32.3501935Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:31:32.3503489Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:31:32.3504907Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:31:32.3507413Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:31:32.3509071Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:31:32.3510784Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:31:32.3512678Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:31:32.3514062Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:31:32.3518600Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:31:32.3520546Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:31:32.3526221Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:31:32.3532202Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:31:32.3534711Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:31:32.3536755Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:31:32.3538475Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:31:32.3540056Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:31:32.3545302Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:31:32.3548092Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:31:32.3549928Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:31:32.3551648Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:31:32.3553287Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:31:32.3554917Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:31:32.3556963Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:31:32.3559593Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:31:32.3561390Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:31:32.3563083Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:31:32.3567146Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:31:32.3570243Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:31:32.3572988Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:31:32.3579728Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:31:32.3582819Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:31:32.3585345Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:31:32.3588255Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:31:32.3590255Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:31:32.3591894Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:31:32.3593706Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:31:32.3595139Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:31:32.3596709Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:31:32.3598103Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:31:32.3599472Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:31:32.3606138Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:31:32.3608335Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:31:32.3609957Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:31:32.3613537Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:31:32.3617709Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:31:32.3621284Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:31:32.3624778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:31:32.3628094Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:31:32.3631896Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:31:32.3635974Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:31:32.3639800Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:31:32.3642255Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:31:32.3645840Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:31:32.3648043Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:31:32.3651847Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:31:32.3658806Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:31:32.3661404Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:31:32.3666062Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:31:32.3668523Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:31:32.3670681Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:31:32.3672580Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:31:32.3674139Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:31:32.3679224Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:31:32.3681873Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:31:32.3684236Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:31:32.3687023Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:31:32.3689345Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:31:32.3695655Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:31:32.3710857Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:31:32.3714301Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:31:32.3716203Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:31:32.3719478Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:31:32.3724040Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:31:32.3727393Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:31:32.3733204Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:31:32.3735679Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:31:32.3741508Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:31:32.3744403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:31:32.3747292Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:31:32.3749183Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:31:32.3750734Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:31:32.3752590Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:31:32.3754218Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:31:32.3757832Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:31:32.3759572Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:31:32.3761187Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:31:32.3762848Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:31:32.3765136Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:31:32.3768548Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:31:32.3771374Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:31:32.3773073Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:31:32.3774661Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:31:32.3776493Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:31:32.3778463Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:31:32.3780480Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:31:32.3782034Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:31:32.3783896Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:31:32.3785431Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:31:32.3788681Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:31:32.3790863Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:31:32.3793498Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:31:32.3795268Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:31:32.3796845Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:31:32.3798751Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:31:32.3802354Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:31:32.3804704Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:31:32.3806311Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:31:32.3807927Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:31:32.3811140Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:31:32.3814254Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:31:32.3815931Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:31:32.3817794Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:31:32.3819574Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:31:32.3822163Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:31:32.3823974Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:31:32.3825495Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:31:32.3827040Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:31:32.3829435Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:31:32.3834269Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:31:32.3838590Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:31:32.3841412Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:31:32.3843276Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:31:32.3845357Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:31:32.3849417Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:31:32.3851098Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:31:32.3852797Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:31:32.3855306Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:31:32.3856990Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:31:32.3858866Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:31:32.3860250Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:31:32.3861714Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:31:32.3863561Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:31:32.3865349Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:31:32.3868858Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:31:32.3870664Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:31:32.3872176Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:31:32.3873677Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:31:32.3876499Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:31:32.3878230Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:31:32.3881849Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:31:32.3884019Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:31:32.3885893Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:31:32.3887343Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:31:32.3890304Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:31:32.3892258Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:31:32.3895194Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:31:32.3898003Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:31:32.3900522Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:31:32.3907593Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:31:32.3909870Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:31:32.3911600Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:31:32.3913413Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:31:32.3916698Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:31:32.3918421Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:31:32.3919655Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:31:32.3921198Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:31:32.3922855Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:31:32.3924136Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:31:32.3925306Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:31:32.3926778Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:31:32.3932595Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:31:32.3935005Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:31:32.3936682Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:31:32.3938539Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:31:32.3940221Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:31:32.3941692Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:31:32.3943430Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:31:32.3945427Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:31:32.3947162Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:31:32.3948866Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:31:32.3952965Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:31:32.3954927Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:31:32.3956439Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:31:32.3963888Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:31:32.3968140Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:31:32.3971261Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:31:32.3979414Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:31:32.3981804Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:31:32.3986441Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:31:32.3988953Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:31:32.3990975Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:31:32.3993286Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:31:32.4010352Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:31:32.4013917Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:31:32.4015642Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:31:32.4017516Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:31:32.4019022Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:31:32.4021607Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:31:32.4023943Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:31:32.4025470Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:31:32.4027510Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:31:32.4029303Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:31:32.4031969Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:31:32.4034448Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:31:32.4036133Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:31:32.4038012Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:31:32.4040232Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:31:32.4042032Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:31:32.4043618Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:31:32.4045070Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:31:32.4046644Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:31:32.4049166Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:31:32.4051413Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:31:32.4053026Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:31:32.4054493Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:31:32.4055878Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:31:32.4057902Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:31:32.4059460Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:31:32.4061028Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:31:32.4062661Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:31:32.4064273Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:31:32.4065765Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:31:32.4068064Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:31:32.4069412Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:31:32.4070832Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:31:32.4072340Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:31:32.4073757Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:31:32.4075233Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:31:32.4076669Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:31:32.4078091Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:31:32.4079498Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:31:32.4081074Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:31:32.4082752Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:31:32.4084081Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:31:32.4085440Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:31:32.4087170Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:31:32.4088754Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:31:32.4090248Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:31:32.4091929Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:31:32.4093703Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:31:32.4095101Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:31:32.4096459Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:31:32.4097891Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:31:32.4099367Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:31:32.4100923Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:31:32.4102701Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:31:32.4104332Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:31:32.4105953Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:31:32.4107483Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:31:32.4108936Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:31:32.4110412Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:31:32.4111911Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:31:32.4113443Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:31:32.4114846Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:31:32.4116287Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:31:32.4117805Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:31:32.4119503Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:31:32.4121402Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:31:32.4122875Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:31:32.4124412Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:31:32.4125802Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:31:32.4127272Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:31:32.4128715Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:31:32.4130118Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:31:32.4131633Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:31:32.4132886Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:31:32.4134439Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:31:32.4136441Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:31:32.4137990Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:31:32.4139692Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:31:32.4141270Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:31:32.4142815Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:31:32.4144357Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:31:32.4146055Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:31:32.4147480Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:31:32.4148965Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:31:32.4150402Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:31:32.4152246Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:31:32.4153694Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:31:32.4156353Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:31:32.4157950Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:31:32.4159597Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:31:32.4161216Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:31:32.4163221Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:31:32.4164807Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:31:32.4166369Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:31:32.4167931Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:31:32.4169566Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:31:32.4171099Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:31:32.4172780Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:31:32.4174064Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:31:32.4175834Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:31:32.4177257Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:31:32.4178685Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:31:32.4179998Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:31:32.4181842Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:31:32.4183159Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:31:32.4185002Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:31:32.4186935Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:31:32.4188784Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:31:32.4190278Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:31:32.4192346Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:31:32.4194264Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:31:32.4196000Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:31:32.4197700Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:31:32.4199265Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:31:32.4200763Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:31:32.4202404Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:31:32.4204402Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:31:32.4206437Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:31:32.4208140Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:31:32.4210719Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:31:32.4212618Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:31:32.4214355Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:31:32.4222290Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:31:32.4225177Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:31:32.4226476Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:31:32.4228317Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:31:32.4230848Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:31:32.4232713Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:31:32.4234069Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:31:32.4235923Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:31:32.4237616Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:31:32.4239113Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:31:32.4241851Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:31:32.4252912Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:31:32.4255865Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:31:32.4257510Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:31:32.4259415Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:31:32.4261155Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:31:32.4263225Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:31:32.4265739Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:31:32.4268986Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:31:32.4270884Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:31:32.4272379Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:31:32.4273754Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:31:32.4275325Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:31:32.4280646Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:31:32.4283670Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:31:32.4285668Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:31:32.4287326Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:31:32.4289197Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:31:32.4290644Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:31:32.4292184Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:31:32.4294567Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:31:32.4296823Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:31:32.4299438Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:31:32.4302054Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:31:32.4304728Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:31:32.4306511Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:31:32.4307992Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:31:32.4309757Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:31:32.4313368Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:31:32.4315126Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:31:32.4316587Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:31:32.4318535Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:31:32.4321998Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:31:32.4329370Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:31:32.4332494Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:31:32.4334188Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:31:32.4335642Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:31:32.4337187Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:31:32.4338786Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:31:32.4340285Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:31:32.4342405Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:31:32.4343971Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:31:32.4345588Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:31:32.4347097Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:31:32.4349553Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:31:32.4353152Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:31:32.4355298Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:31:32.4357400Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:31:32.4359237Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:31:32.4361161Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:31:32.4362991Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:31:32.4364466Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:31:32.4366014Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:31:32.4367470Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:31:32.4369126Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:31:32.4371212Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:31:32.4387091Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:31:32.4390800Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:31:32.4392962Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:31:32.4396909Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:31:32.4399045Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:31:32.4400868Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:31:32.4402951Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:31:32.4405449Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:31:32.4406332Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:31:32.4409358Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:31:32.4413216Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:31:32.4415418Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:31:32.4417514Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:31:32.4419844Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:31:32.4422968Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:31:32.4425475Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:31:32.4427013Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:31:32.4429798Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:31:32.4431926Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:31:32.4434796Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:31:32.4437252Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:31:32.4440876Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:31:32.4443195Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:31:32.4444676Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:31:32.4446440Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:31:32.4448691Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:31:32.4451051Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:31:32.4453522Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:31:32.4456292Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:31:32.4457940Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:31:32.4463351Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:31:32.4465567Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:31:32.4467165Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:31:32.4469183Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:31:32.4473358Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:31:32.4475351Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:31:32.4476915Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:31:32.4480891Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:31:32.4483359Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:31:32.4485092Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:31:32.4491779Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:31:32.4493540Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:31:32.4495167Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:31:32.4499538Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:31:32.4502497Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:31:32.4506790Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:31:32.4512773Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:31:32.4516031Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:31:32.4517858Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:31:32.4519920Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:31:32.4521755Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:31:32.4523532Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:31:32.4525449Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:31:32.4527043Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:31:32.4528763Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:31:32.4530256Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:31:32.4531731Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:31:32.4533223Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:31:32.4535058Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:31:32.4536750Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:31:32.4538175Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:31:32.4540319Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:31:32.4541808Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:31:32.4544018Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:31:32.4546103Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:31:32.4548527Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:31:32.4550683Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:31:32.4553552Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:31:32.4555197Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:31:32.4556952Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:31:32.4558698Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:31:32.4561467Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:31:32.4563841Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:31:32.4567135Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:31:32.4569642Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:31:32.4571407Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:31:32.4573089Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:31:32.4574837Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:31:32.4577978Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:31:32.4581416Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:31:32.4583441Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:31:32.4585218Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:31:32.4587085Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:31:32.4590177Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:31:32.4594107Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:31:32.4596141Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:31:32.4598230Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:31:32.4599929Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:31:32.4601985Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:31:32.4603689Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:31:32.4605746Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:31:32.4607868Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:31:32.4609788Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:31:32.4611275Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:31:32.4613175Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:31:32.4615001Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:31:32.4616943Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:31:32.4618482Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:31:32.4620048Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:31:32.4621649Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:31:32.4623298Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:31:32.4625649Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:31:32.4627881Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:31:32.4629471Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:31:32.4631294Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:31:32.4632812Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:31:32.4634667Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:31:32.4639473Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:31:32.4643446Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:31:32.4645272Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:31:32.4647115Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:31:32.4649367Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:31:32.4651116Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:31:32.4653241Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:31:32.4656269Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:31:32.4659036Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:31:32.4661904Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:31:32.4663924Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:31:32.4665962Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:31:32.4668338Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:31:32.4670179Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:31:32.4671749Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:31:32.4673315Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:31:32.4674998Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:31:32.4676901Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:31:32.4678407Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:31:32.4680049Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:31:32.4681843Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:31:32.4683513Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:31:32.4685066Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:31:32.4686863Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:31:32.4688491Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:31:32.4691802Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:31:32.4693647Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:31:32.4703111Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:31:32.4706245Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:31:32.4707991Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:31:32.4710302Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:31:32.4712554Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:31:32.4714936Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:31:32.4716581Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:31:32.4718687Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:31:32.4720627Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:31:32.4722297Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:31:32.4724510Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:31:32.4726339Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:31:32.4728154Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:31:32.4729564Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:31:32.4731166Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:31:32.4733176Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:31:32.4734755Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:31:32.4736326Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:31:32.4737974Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:31:32.4739578Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:31:32.4741156Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:31:32.4742526Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:31:32.4744065Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:31:32.4746502Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:31:32.4749511Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:31:32.4751358Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:31:32.4753498Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:31:32.4757409Z adding 'torch/jit/__init__.py' 2022-11-23T01:31:32.4759808Z adding 'torch/jit/_async.py' 2022-11-23T01:31:32.4762496Z adding 'torch/jit/_builtins.py' 2022-11-23T01:31:32.4766018Z adding 'torch/jit/_check.py' 2022-11-23T01:31:32.4769107Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:31:32.4770816Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:31:32.4773003Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:31:32.4776442Z adding 'torch/jit/_freeze.py' 2022-11-23T01:31:32.4779345Z adding 'torch/jit/_fuser.py' 2022-11-23T01:31:32.4781074Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:31:32.4782539Z adding 'torch/jit/_logging.py' 2022-11-23T01:31:32.4785407Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:31:32.4787140Z adding 'torch/jit/_pickle.py' 2022-11-23T01:31:32.4799485Z adding 'torch/jit/_recursive.py' 2022-11-23T01:31:32.4819489Z adding 'torch/jit/_script.py' 2022-11-23T01:31:32.4824249Z adding 'torch/jit/_serialization.py' 2022-11-23T01:31:32.4835134Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:31:32.4838247Z adding 'torch/jit/_state.py' 2022-11-23T01:31:32.4852940Z adding 'torch/jit/_trace.py' 2022-11-23T01:31:32.4859510Z adding 'torch/jit/annotations.py' 2022-11-23T01:31:32.4871662Z adding 'torch/jit/frontend.py' 2022-11-23T01:31:32.4874380Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:31:32.4879412Z adding 'torch/jit/quantized.py' 2022-11-23T01:31:32.4883746Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:31:32.4885797Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:31:32.4887427Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:31:32.4889211Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:31:32.4892044Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:31:32.5027757Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:31:32.5377341Z adding 'torch/lib/libc10.so' 2022-11-23T01:31:32.5625682Z adding 'torch/lib/libc10_cuda.so' 2022-11-23T01:31:32.5644019Z adding 'torch/lib/libc10d_cuda_test.so' 2022-11-23T01:31:32.5649332Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:31:32.5747772Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:31:32.5766434Z adding 'torch/lib/libshm.so' 2022-11-23T01:31:32.5770818Z adding 'torch/lib/libtorch.so' 2022-11-23T01:31:42.2712851Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:31:52.5525064Z adding 'torch/lib/libtorch_cuda.so' 2022-11-23T01:31:57.7385856Z adding 'torch/lib/libtorch_cuda_linalg.so' 2022-11-23T01:31:57.9184994Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:31:58.7216599Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:31:58.7898310Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:31:58.7942590Z adding 'torch/linalg/__init__.py' 2022-11-23T01:31:58.7946671Z adding 'torch/masked/__init__.py' 2022-11-23T01:31:58.7951594Z adding 'torch/masked/_docs.py' 2022-11-23T01:31:58.7967745Z adding 'torch/masked/_ops.py' 2022-11-23T01:31:58.7971308Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:31:58.7975097Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:31:58.7977819Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:31:58.7981905Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:31:58.7983673Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:31:58.7985259Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:31:58.7987551Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:31:58.7990006Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:31:58.7991581Z adding 'torch/monitor/__init__.py' 2022-11-23T01:31:58.7993629Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:31:58.7995237Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:31:58.7996746Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:31:58.7998247Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:31:58.8003784Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:31:58.8007273Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:31:58.8010409Z adding 'torch/nested/__init__.py' 2022-11-23T01:31:58.8012582Z adding 'torch/nn/__init__.py' 2022-11-23T01:31:58.8014388Z adding 'torch/nn/_reduction.py' 2022-11-23T01:31:58.8016012Z adding 'torch/nn/common_types.py' 2022-11-23T01:31:58.8018022Z adding 'torch/nn/cpp.py' 2022-11-23T01:31:58.8071188Z adding 'torch/nn/functional.py' 2022-11-23T01:31:58.8079673Z adding 'torch/nn/functional.pyi' 2022-11-23T01:31:58.8082449Z adding 'torch/nn/grad.py' 2022-11-23T01:31:58.8087982Z adding 'torch/nn/init.py' 2022-11-23T01:31:58.8091800Z adding 'torch/nn/parameter.py' 2022-11-23T01:31:58.8093463Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:31:58.8094974Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:31:58.8096241Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:31:58.8098016Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:31:58.8099624Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:31:58.8101048Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:31:58.8102586Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:31:58.8104485Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:31:58.8105521Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:31:58.8107256Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:31:58.8108538Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:31:58.8110223Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:31:58.8111661Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:31:58.8113183Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:31:58.8114362Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:31:58.8116017Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:31:58.8117022Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:31:58.8118528Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:31:58.8119623Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:31:58.8122875Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:31:58.8126354Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:31:58.8138585Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:31:58.8143706Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:31:58.8150899Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:31:58.8153433Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:31:58.8161337Z adding 'torch/nn/modules/container.py' 2022-11-23T01:31:58.8174564Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:31:58.8178363Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:31:58.8181269Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:31:58.8183961Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:31:58.8187630Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:31:58.8192222Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:31:58.8195805Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:31:58.8199310Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:31:58.8220370Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:31:58.8250838Z adding 'torch/nn/modules/module.py' 2022-11-23T01:31:58.8256204Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:31:58.8259692Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:31:58.8262054Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:31:58.8270385Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:31:58.8283200Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:31:58.8289953Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:31:58.8297493Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:31:58.8301521Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:31:58.8303562Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:31:58.8305465Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:31:58.8307175Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:31:58.8309005Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:31:58.8310883Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:31:58.8312388Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:31:58.8315716Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:31:58.8317307Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:31:58.8320715Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:31:58.8323047Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:31:58.8348932Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:31:58.8353020Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:31:58.8354479Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:31:58.8356796Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:31:58.8358302Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:31:58.8360281Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:31:58.8362035Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:31:58.8363740Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:31:58.8365238Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:31:58.8366700Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:31:58.8368523Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:31:58.8370115Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:31:58.8371361Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:31:58.8372741Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:31:58.8374051Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:31:58.8375476Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:31:58.8377003Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:31:58.8378336Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:31:58.8379694Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:31:58.8381303Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:31:58.8382852Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:31:58.8384113Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:31:58.8386018Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:31:58.8387344Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:31:58.8388775Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:31:58.8390112Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:31:58.8391519Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:31:58.8392857Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:31:58.8394321Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:31:58.8395959Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:31:58.8397355Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:31:58.8398722Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:31:58.8400156Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:31:58.8402286Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:31:58.8403933Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:31:58.8405428Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:31:58.8406742Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:31:58.8408151Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:31:58.8409577Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:31:58.8410935Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:31:58.8412296Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:31:58.8413608Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:31:58.8414956Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:31:58.8416261Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:31:58.8417975Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:31:58.8419592Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:31:58.8422261Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:31:58.8423588Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:31:58.8425736Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:31:58.8427658Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:31:58.8429368Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:31:58.8431135Z adding 'torch/nn/utils/init.py' 2022-11-23T01:31:58.8433319Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:31:58.8440271Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:31:58.8450924Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:31:58.8465050Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:31:58.8472082Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:31:58.8477250Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:31:58.8480211Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:31:58.8482830Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:31:58.8485580Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:31:58.8487668Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:31:58.8491196Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:31:58.8493348Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:31:58.8495255Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:31:58.8497809Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:31:58.8499893Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:31:58.8501988Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:31:58.8504002Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:31:58.8505770Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:31:58.8508158Z adding 'torch/onnx/__init__.py' 2022-11-23T01:31:58.8509959Z adding 'torch/onnx/_constants.py' 2022-11-23T01:31:58.8511567Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:31:58.8513105Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:31:58.8514704Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:31:58.8516571Z adding 'torch/onnx/_globals.py' 2022-11-23T01:31:58.8518584Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:31:58.8522026Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:31:58.8525623Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:31:58.8527944Z adding 'torch/onnx/errors.py' 2022-11-23T01:31:58.8529528Z adding 'torch/onnx/operators.py' 2022-11-23T01:31:58.8532357Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:31:58.8548732Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:31:58.8556797Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:31:58.8571895Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:31:58.8577292Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:31:58.8585390Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:31:58.8588093Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:31:58.8590060Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:31:58.8592099Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:31:58.8593873Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:31:58.8595467Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:31:58.8599493Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:31:58.8659401Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:31:58.8690102Z adding 'torch/onnx/utils.py' 2022-11-23T01:31:58.8698262Z adding 'torch/onnx/verification.py' 2022-11-23T01:31:58.8700520Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:31:58.8702689Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:31:58.8706944Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:31:58.8709868Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:31:58.8713665Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:31:58.8715518Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:31:58.8718551Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:31:58.8720708Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:31:58.8722878Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:31:58.8727227Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:31:58.8729833Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:31:58.8731580Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:31:58.8733139Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:31:58.8735959Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:31:58.8737771Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:31:58.8739685Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:31:58.8741431Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:31:58.8742956Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:31:58.8744568Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:31:58.8746105Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:31:58.8747738Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:31:58.8749295Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:31:58.8750984Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:31:58.8752458Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:31:58.8754083Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:31:58.8755592Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:31:58.8757522Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:31:58.8759169Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:31:58.8761053Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:31:58.8762797Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:31:58.8764448Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:31:58.8766241Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:31:58.8768103Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:31:58.8769832Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:31:58.8771485Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:31:58.8773740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:31:58.8775368Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:31:58.8776606Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:31:58.8778317Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:31:58.8779748Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:31:58.8781527Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:31:58.8782962Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:31:58.8784071Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:31:58.8785674Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:31:58.8787211Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:31:58.8788658Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:31:58.8790282Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:31:58.8791891Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:31:58.8793323Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:31:58.8795168Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:31:58.8796874Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:31:58.8798804Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:31:58.8800596Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:31:58.8802220Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:31:58.8803748Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:31:58.8805176Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:31:58.8806619Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:31:58.8808238Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:31:58.8809871Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:31:58.8811676Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:31:58.8813254Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:31:58.8815324Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:31:58.8817071Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:31:58.8818695Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:31:58.8820397Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:31:58.8821982Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:31:58.8823690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:31:58.8825121Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:31:58.8827197Z adding 'torch/optim/__init__.py' 2022-11-23T01:31:58.8828718Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:31:58.8830681Z adding 'torch/optim/_functional.py' 2022-11-23T01:31:58.8833919Z adding 'torch/optim/adadelta.py' 2022-11-23T01:31:58.8835708Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:31:58.8839418Z adding 'torch/optim/adagrad.py' 2022-11-23T01:31:58.8841220Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:31:58.8847904Z adding 'torch/optim/adam.py' 2022-11-23T01:31:58.8850122Z adding 'torch/optim/adam.pyi' 2022-11-23T01:31:58.8853685Z adding 'torch/optim/adamax.py' 2022-11-23T01:31:58.8855499Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:31:58.8860243Z adding 'torch/optim/adamw.py' 2022-11-23T01:31:58.8862280Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:31:58.8865399Z adding 'torch/optim/asgd.py' 2022-11-23T01:31:58.8867155Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:31:58.8872118Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:31:58.8874106Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:31:58.8891890Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:31:58.8895794Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:31:58.8899830Z adding 'torch/optim/nadam.py' 2022-11-23T01:31:58.8901622Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:31:58.8906461Z adding 'torch/optim/optimizer.py' 2022-11-23T01:31:58.8908346Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:31:58.8912143Z adding 'torch/optim/radam.py' 2022-11-23T01:31:58.8914082Z adding 'torch/optim/radam.pyi' 2022-11-23T01:31:58.8917909Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:31:58.8919752Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:31:58.8923492Z adding 'torch/optim/rprop.py' 2022-11-23T01:31:58.8925202Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:31:58.8928873Z adding 'torch/optim/sgd.py' 2022-11-23T01:31:58.8930750Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:31:58.8933001Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:31:58.8934537Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:31:58.8938793Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:31:58.8940684Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:31:58.8942594Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:31:58.8944585Z adding 'torch/package/__init__.py' 2022-11-23T01:31:58.8946852Z adding 'torch/package/_digraph.py' 2022-11-23T01:31:58.8948864Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:31:58.8950865Z adding 'torch/package/_importlib.py' 2022-11-23T01:31:58.8952749Z adding 'torch/package/_mangling.py' 2022-11-23T01:31:58.8954794Z adding 'torch/package/_mock.py' 2022-11-23T01:31:58.8957052Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:31:58.8958877Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:31:58.8961377Z adding 'torch/package/_stdlib.py' 2022-11-23T01:31:58.8965072Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:31:58.8968048Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:31:58.8970779Z adding 'torch/package/glob_group.py' 2022-11-23T01:31:58.8974958Z adding 'torch/package/importer.py' 2022-11-23T01:31:58.8989162Z adding 'torch/package/package_exporter.py' 2022-11-23T01:31:58.9000452Z adding 'torch/package/package_importer.py' 2022-11-23T01:31:58.9003547Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:31:58.9005439Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:31:58.9007416Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:31:58.9010124Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:31:58.9012330Z adding 'torch/profiler/__init__.py' 2022-11-23T01:31:58.9016398Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:31:58.9023094Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:31:58.9028102Z adding 'torch/profiler/_utils.py' 2022-11-23T01:31:58.9030433Z adding 'torch/profiler/itt.py' 2022-11-23T01:31:58.9037738Z adding 'torch/profiler/profiler.py' 2022-11-23T01:31:58.9040181Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:31:58.9043220Z adding 'torch/quantization/__init__.py' 2022-11-23T01:31:58.9045247Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:31:58.9047031Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:31:58.9049193Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:31:58.9051039Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:31:58.9052972Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:31:58.9054909Z adding 'torch/quantization/observer.py' 2022-11-23T01:31:58.9056862Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:31:58.9058665Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:31:58.9060731Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:31:58.9062601Z adding 'torch/quantization/quantize.py' 2022-11-23T01:31:58.9064602Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:31:58.9066410Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:31:58.9068241Z adding 'torch/quantization/stubs.py' 2022-11-23T01:31:58.9070233Z adding 'torch/quantization/utils.py' 2022-11-23T01:31:58.9072608Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:31:58.9074376Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:31:58.9076226Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:31:58.9077993Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:31:58.9079873Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:31:58.9081950Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:31:58.9083924Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:31:58.9085905Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:31:58.9087621Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:31:58.9089906Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:31:58.9091597Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:31:58.9093655Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:31:58.9096345Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:31:58.9099573Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:31:58.9100862Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:31:58.9103488Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:31:58.9106483Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:31:58.9108714Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:31:58.9110930Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:31:58.9113782Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:31:58.9141039Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:31:58.9148385Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:31:58.9150627Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:31:58.9154068Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:31:58.9156609Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:31:58.9161224Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:31:58.9165793Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:31:58.9170183Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:31:58.9176593Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:31:58.9179330Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:31:58.9181524Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:31:58.9183379Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:31:58.9185398Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:31:58.9188050Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:31:58.9189640Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:31:58.9196772Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:31:58.9199207Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:31:58.9201176Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:31:58.9204225Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:31:58.9206142Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:31:58.9207302Z adding 'torch/signal/__init__.py' 2022-11-23T01:31:58.9209605Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:31:58.9212197Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:31:58.9216740Z adding 'torch/sparse/__init__.py' 2022-11-23T01:31:58.9223455Z adding 'torch/special/__init__.py' 2022-11-23T01:31:58.9464223Z adding 'torch/test/CppSignature_test' 2022-11-23T01:31:58.9815743Z adding 'torch/test/Dict_test' 2022-11-23T01:31:59.0082732Z adding 'torch/test/Dimname_test' 2022-11-23T01:31:59.0377788Z adding 'torch/test/IListRef_test' 2022-11-23T01:31:59.0694660Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:31:59.1203250Z adding 'torch/test/List_test' 2022-11-23T01:31:59.1525613Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:31:59.1814936Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:31:59.2106533Z adding 'torch/test/apply_utils_test' 2022-11-23T01:31:59.2400189Z adding 'torch/test/atest' 2022-11-23T01:31:59.2682857Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:31:59.2991592Z adding 'torch/test/basic' 2022-11-23T01:31:59.3261189Z adding 'torch/test/broadcast_test' 2022-11-23T01:31:59.3500356Z adding 'torch/test/c10_Array_test' 2022-11-23T01:31:59.3760624Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:31:59.4013701Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:31:59.4257431Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:31:59.4495629Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:31:59.4737109Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:31:59.4992549Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:31:59.5244413Z adding 'torch/test/c10_Device_test' 2022-11-23T01:31:59.5536032Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:31:59.5785597Z adding 'torch/test/c10_Half_test' 2022-11-23T01:31:59.6059031Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:31:59.6336940Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:31:59.6615896Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:31:59.6917218Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:31:59.7202412Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:31:59.7797087Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:31:59.8066972Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:31:59.8310544Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:31:59.8559612Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:31:59.8840427Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:31:59.9101676Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:31:59.9350728Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:31:59.9589605Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:31:59.9845168Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:32:00.0123625Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:32:00.0392053Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:32:00.0667574Z adding 'torch/test/c10_complex_test' 2022-11-23T01:32:00.0908993Z adding 'torch/test/c10_cuda_CUDATest' 2022-11-23T01:32:00.1396611Z adding 'torch/test/c10_either_test' 2022-11-23T01:32:00.1673356Z adding 'torch/test/c10_exception_test' 2022-11-23T01:32:00.1921159Z adding 'torch/test/c10_flags_test' 2022-11-23T01:32:00.2210652Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:32:00.2954834Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:32:00.3242417Z adding 'torch/test/c10_irange_test' 2022-11-23T01:32:00.3531626Z adding 'torch/test/c10_logging_test' 2022-11-23T01:32:00.3892136Z adding 'torch/test/c10_optional_test' 2022-11-23T01:32:00.4196823Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:32:00.4472683Z adding 'torch/test/c10_registry_test' 2022-11-23T01:32:00.4765970Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:32:00.5023888Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:32:00.5302555Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:32:00.5591764Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:32:00.5854026Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:32:00.6269997Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:32:00.6537845Z adding 'torch/test/cuda_apply_test' 2022-11-23T01:32:00.6830227Z adding 'torch/test/cuda_atomic_ops_test' 2022-11-23T01:32:00.7097092Z adding 'torch/test/cuda_caching_host_allocator_test' 2022-11-23T01:32:00.7428444Z adding 'torch/test/cuda_complex_math_test' 2022-11-23T01:32:00.7718556Z adding 'torch/test/cuda_complex_test' 2022-11-23T01:32:00.8009887Z adding 'torch/test/cuda_cub_test' 2022-11-23T01:32:00.8253430Z adding 'torch/test/cuda_cudnn_test' 2022-11-23T01:32:00.8494908Z adding 'torch/test/cuda_device_test' 2022-11-23T01:32:00.8831800Z adding 'torch/test/cuda_distributions_test' 2022-11-23T01:32:00.9083061Z adding 'torch/test/cuda_dlconvertor_test' 2022-11-23T01:32:00.9372120Z adding 'torch/test/cuda_generator_test' 2022-11-23T01:32:00.9617297Z adding 'torch/test/cuda_half_test' 2022-11-23T01:32:00.9867876Z adding 'torch/test/cuda_integer_divider_test' 2022-11-23T01:32:01.0108818Z adding 'torch/test/cuda_optional_test' 2022-11-23T01:32:01.0361718Z adding 'torch/test/cuda_packedtensoraccessor_test' 2022-11-23T01:32:01.0621738Z adding 'torch/test/cuda_reportMemoryUsage_test' 2022-11-23T01:32:01.0925393Z adding 'torch/test/cuda_stream_test' 2022-11-23T01:32:01.1185756Z adding 'torch/test/cuda_vectorized_test' 2022-11-23T01:32:01.1434253Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:32:01.1678251Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:32:01.1967188Z adding 'torch/test/extension_backend_test' 2022-11-23T01:32:01.2244444Z adding 'torch/test/half_test' 2022-11-23T01:32:01.2507388Z adding 'torch/test/inline_container_test' 2022-11-23T01:32:01.2989129Z adding 'torch/test/ivalue_test' 2022-11-23T01:32:01.3582656Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:32:01.4069095Z adding 'torch/test/kernel_function_test' 2022-11-23T01:32:01.4674904Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:32:01.5181887Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:32:01.5495273Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:32:01.5740898Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:32:01.6211863Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:32:01.6491573Z adding 'torch/test/math_kernel_test' 2022-11-23T01:32:01.6759346Z adding 'torch/test/memory_format_test' 2022-11-23T01:32:01.7026095Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:32:01.7286283Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:32:01.7566316Z adding 'torch/test/native_test' 2022-11-23T01:32:01.7806298Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:32:01.8998936Z adding 'torch/test/op_registration_test' 2022-11-23T01:32:01.9329189Z adding 'torch/test/operator_name_test' 2022-11-23T01:32:01.9577772Z adding 'torch/test/operators_test' 2022-11-23T01:32:01.9840920Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:32:02.0164517Z adding 'torch/test/pow_test' 2022-11-23T01:32:02.0454558Z adding 'torch/test/quantized_test' 2022-11-23T01:32:02.0701379Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:32:02.0954672Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:32:02.1237269Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:32:02.1525222Z adding 'torch/test/scalar_test' 2022-11-23T01:32:02.1786968Z adding 'torch/test/stride_properties_test' 2022-11-23T01:32:02.2155007Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:32:02.2443947Z adding 'torch/test/test_parallel' 2022-11-23T01:32:02.2464473Z adding 'torch/test/thread_init_test' 2022-11-23T01:32:02.2728463Z adding 'torch/test/type_ptr_test' 2022-11-23T01:32:02.3032409Z adding 'torch/test/type_test' 2022-11-23T01:32:02.3294563Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:32:02.3540511Z adding 'torch/test/variant_test' 2022-11-23T01:32:02.3556194Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:32:02.3893280Z adding 'torch/test/vmap_test' 2022-11-23T01:32:02.4151360Z adding 'torch/test/weakref_test' 2022-11-23T01:32:02.4405251Z adding 'torch/test/wrapdim_test' 2022-11-23T01:32:02.4648350Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:32:02.4661751Z adding 'torch/testing/__init__.py' 2022-11-23T01:32:02.4676636Z adding 'torch/testing/_comparison.py' 2022-11-23T01:32:02.4682099Z adding 'torch/testing/_creation.py' 2022-11-23T01:32:02.4684662Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:32:02.4687196Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:32:02.4691852Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:32:02.4695682Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:32:02.4699161Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:32:02.4717132Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:32:02.4729022Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:32:02.4732341Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:32:02.4743310Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:32:02.4749232Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:32:02.4923174Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:32:02.4955150Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:32:02.4999662Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:32:02.5024674Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:32:02.5030431Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:32:02.5034209Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:32:02.5088648Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:32:02.5099703Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:32:02.5103638Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:32:02.5108629Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:32:02.5110752Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:32:02.5119546Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:32:02.5130144Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:32:02.5134020Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:32:02.5135781Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:32:02.5139069Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:32:02.5140947Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:32:02.5146379Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:32:02.5148203Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:32:02.5150103Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:32:02.5151767Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:32:02.5154114Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:32:02.5161022Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:32:02.5242951Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:32:02.5254336Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:32:02.5258190Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:32:02.5261146Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:32:02.5264546Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:32:02.5266338Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:32:02.5268583Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:32:02.5271395Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:32:02.5273421Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:32:02.5275126Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:32:02.5276779Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:32:02.5280489Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:32:02.5284937Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:32:02.5287117Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:32:02.5288855Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:32:02.5290353Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:32:02.5295506Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:32:02.5297757Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:32:02.5299219Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:32:02.5323187Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:32:02.5328528Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:32:02.5332273Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:32:02.5334565Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:32:02.5336481Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:32:02.5388273Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:32:02.5395125Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:32:02.5396764Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:32:02.5398981Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:32:02.5402593Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:32:02.5404559Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:32:02.5406644Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:32:02.5417768Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:32:02.5421487Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:32:02.5423314Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:32:02.5454837Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:32:02.5464356Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:32:02.5494319Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:32:02.5499317Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:32:02.5502997Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:32:02.5505072Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:32:02.5511329Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:32:02.5516029Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:32:02.5532495Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:32:02.5537593Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:32:02.5541974Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:32:02.5544220Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:32:02.5545555Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:32:02.5547062Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:32:02.5549201Z adding 'torch/utils/__init__.py' 2022-11-23T01:32:02.5550822Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:32:02.5552118Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:32:02.5553790Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:32:02.5557247Z adding 'torch/utils/_freeze.py' 2022-11-23T01:32:02.5558919Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:32:02.5560968Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:32:02.5564685Z adding 'torch/utils/_pytree.py' 2022-11-23T01:32:02.5566733Z adding 'torch/utils/_zip.py' 2022-11-23T01:32:02.5568427Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:32:02.5574188Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:32:02.5580363Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:32:02.5585716Z adding 'torch/utils/collect_env.py' 2022-11-23T01:32:02.5587548Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:32:02.5615947Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:32:02.5620440Z adding 'torch/utils/dlpack.py' 2022-11-23T01:32:02.5622113Z adding 'torch/utils/file_baton.py' 2022-11-23T01:32:02.5624932Z adding 'torch/utils/hooks.py' 2022-11-23T01:32:02.5627318Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:32:02.5629893Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:32:02.5631459Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:32:02.5633672Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:32:02.5636455Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:32:02.5638249Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:32:02.5639762Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:32:02.5641200Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:32:02.5644135Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:32:02.5646918Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:32:02.5649039Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:32:02.5653625Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:32:02.5655905Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:32:02.5658028Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:32:02.5660245Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:32:02.5662572Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:32:02.5664049Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:32:02.5665921Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:32:02.5667876Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:32:02.5669735Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:32:02.5671662Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:32:02.5673504Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:32:02.5674971Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:32:02.5676448Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:32:02.5680712Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:32:02.5685017Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:32:02.5687995Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:32:02.5693518Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:32:02.5696317Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:32:02.5697966Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:32:02.5703863Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:32:02.5705781Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:32:02.5708246Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:32:02.5709753Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:32:02.5711310Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:32:02.5721550Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:32:02.5767404Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:32:02.5777458Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:32:02.5780732Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:32:02.5782541Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:32:02.5784069Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:32:02.5808493Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:32:02.5814558Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:32:02.5817383Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:32:02.5820129Z adding 'torch/utils/data/graph.py' 2022-11-23T01:32:02.5822661Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:32:02.5826221Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:32:02.5828556Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:32:02.5832387Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:32:02.5834506Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:32:02.5836538Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:32:02.5838142Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:32:02.5840144Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:32:02.5845026Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:32:02.5846924Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:32:02.5849601Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:32:02.5853336Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:32:02.5858559Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:32:02.5863198Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:32:02.5866087Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:32:02.5869628Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:32:02.5871661Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:32:02.5873498Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:32:02.5877397Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:32:02.5879636Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:32:02.5881424Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:32:02.5883409Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:32:02.5886690Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:32:02.5889783Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:32:02.5895733Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:32:02.5898327Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:32:02.5900417Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:32:02.5904489Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:32:02.5906853Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:32:02.5909041Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:32:02.5910794Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:32:02.5912637Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:32:02.5914434Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:32:02.5916248Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:32:02.5918464Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:32:02.5920628Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:32:02.5922796Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:32:02.5924645Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:32:02.5926226Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:32:02.5930440Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:32:02.5934244Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:32:02.5936724Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:32:02.5938393Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:32:02.5940074Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:32:02.5985374Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:32:02.6004911Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:32:02.6007303Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:32:02.6008935Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:32:02.6011047Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:32:02.6016874Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:32:02.6018487Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:32:02.6023592Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:32:02.6025782Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:32:02.6029599Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:32:02.6031422Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:32:02.6033214Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:32:02.6040792Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:32:02.6043328Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:32:02.6045223Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:32:02.6047091Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:32:02.6048850Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:32:02.6053532Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:32:02.6056176Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:32:02.6064663Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:32:02.6076429Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:32:02.6081046Z adding 'torchgen/__init__.py' 2022-11-23T01:32:02.6083231Z adding 'torchgen/code_template.py' 2022-11-23T01:32:02.6085323Z adding 'torchgen/context.py' 2022-11-23T01:32:02.6114677Z adding 'torchgen/gen.py' 2022-11-23T01:32:02.6123242Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:32:02.6132744Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:32:02.6140140Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:32:02.6143530Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:32:02.6145539Z adding 'torchgen/local.py' 2022-11-23T01:32:02.6180419Z adding 'torchgen/model.py' 2022-11-23T01:32:02.6191455Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:32:02.6197517Z adding 'torchgen/utils.py' 2022-11-23T01:32:02.6199607Z adding 'torchgen/api/__init__.py' 2022-11-23T01:32:02.6207287Z adding 'torchgen/api/autograd.py' 2022-11-23T01:32:02.6212675Z adding 'torchgen/api/cpp.py' 2022-11-23T01:32:02.6215201Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:32:02.6218018Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:32:02.6223396Z adding 'torchgen/api/lazy.py' 2022-11-23T01:32:02.6225375Z adding 'torchgen/api/meta.py' 2022-11-23T01:32:02.6227821Z adding 'torchgen/api/native.py' 2022-11-23T01:32:02.6244097Z adding 'torchgen/api/python.py' 2022-11-23T01:32:02.6248105Z adding 'torchgen/api/structured.py' 2022-11-23T01:32:02.6253391Z adding 'torchgen/api/translate.py' 2022-11-23T01:32:02.6261219Z adding 'torchgen/api/types.py' 2022-11-23T01:32:02.6264672Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:32:02.6268079Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:32:02.6270088Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:32:02.6277779Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:32:02.6280300Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:32:02.6282413Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:32:02.6292831Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:32:02.6298681Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:32:02.6300772Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:32:02.6304511Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:32:02.6306313Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:32:02.6399701Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:32:02.6413272Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:32:02.6415655Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:32:02.6417516Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:32:02.6419251Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:32:02.6420936Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:32:02.6422616Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:32:02.6424555Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:32:02.6425072Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:32:02.6426756Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:32:02.6428027Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:32:02.6429745Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:32:02.6431977Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:32:02.6433490Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:32:02.6434813Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:32:02.6436266Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:32:02.6437443Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:32:02.6439054Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:32:02.6440466Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:32:02.6442153Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:32:02.6443512Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:32:02.6444703Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:32:02.6446545Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:32:02.6448201Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:32:02.6449874Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:32:02.6451359Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:32:02.6453227Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:32:02.6454370Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:32:02.6456372Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:32:02.6457945Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:32:02.6459476Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:32:02.6460869Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:32:02.6469548Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:32:02.6471913Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:32:02.6473086Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:32:02.6474426Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:32:02.6475860Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:32:02.6477385Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:32:02.6478648Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:32:02.6480215Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:32:02.6481224Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:32:02.6482886Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:32:02.6485308Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:32:02.6488596Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:32:02.6497516Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:32:02.6498120Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:32:02.6498549Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:32:02.6502114Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:32:02.6539820Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:32:02.6554200Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:32:02.6560479Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:32:02.6561988Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:32:02.6563248Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:32:02.6563641Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:32:02.7057043Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:32:02.7292500Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:32:03.0457130Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:32:03.0457865Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:32:03.0459659Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:32:03.9029974Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:32:04.6110976Z Installing collected packages: torch 2022-11-23T01:32:11.5961236Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:32:11.6494077Z + set -x 2022-11-23T01:32:11.6494371Z + assert_git_not_dirty 2022-11-23T01:32:11.6494810Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *rocm* ]] 2022-11-23T01:32:11.6497081Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *xla* ]] 2022-11-23T01:32:11.6497418Z ++ git status --porcelain 2022-11-23T01:32:19.7838725Z + git_status= 2022-11-23T01:32:19.7839064Z + [[ -n '' ]] 2022-11-23T01:32:19.7839262Z + mkdir -p dist 2022-11-23T01:32:19.7848862Z + '[' -f build/.ninja_log ']' 2022-11-23T01:32:19.7849235Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *rocm* ]] 2022-11-23T01:32:19.7849590Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:32:19.7852999Z ++ [[ linux-bionic-cuda11.6-py3.7-gcc7-debug == *rocm* ]] 2022-11-23T01:32:19.7853423Z ++ echo OFF 2022-11-23T01:32:19.7854589Z + CUSTOM_TEST_USE_ROCM=OFF 2022-11-23T01:32:19.7855033Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:32:19.7855579Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:32:19.7863753Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:32:19.7865220Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:32:19.7865717Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:32:19.7866110Z + python --version 2022-11-23T01:32:19.7877770Z Python 3.10.4 2022-11-23T01:32:19.7882381Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:32:19.9765304Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-11-23T01:32:19.9765758Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:32:19.9774395Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:32:19.9775032Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:32:19.9777695Z ++ which python 2022-11-23T01:32:19.9789043Z + 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-11-23T01:32:20.0312348Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:32:20.0892636Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:32:20.1005358Z -- Detecting C compiler ABI info 2022-11-23T01:32:20.1925559Z -- Detecting C compiler ABI info - done 2022-11-23T01:32:20.2001054Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:32:20.2003562Z -- Detecting C compile features 2022-11-23T01:32:20.2007156Z -- Detecting C compile features - done 2022-11-23T01:32:20.2035839Z -- Detecting CXX compiler ABI info 2022-11-23T01:32:20.2860094Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:32:20.2938056Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:32:20.2940693Z -- Detecting CXX compile features 2022-11-23T01:32:20.2945268Z -- Detecting CXX compile features - done 2022-11-23T01:32:20.2979473Z -- Looking for pthread.h 2022-11-23T01:32:20.3765354Z -- Looking for pthread.h - found 2022-11-23T01:32:20.3766926Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:32:20.4558923Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:32:20.4559470Z -- Looking for pthread_create in pthreads 2022-11-23T01:32:20.5214856Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:32:20.5215197Z -- Looking for pthread_create in pthread 2022-11-23T01:32:20.5937907Z -- Looking for pthread_create in pthread - found 2022-11-23T01:32:20.5947039Z -- Found Threads: TRUE 2022-11-23T01:32:20.6058012Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:32:21.0844938Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:32:21.0901476Z -- Detecting CUDA compiler ABI info 2022-11-23T01:32:21.3043631Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:32:21.3280006Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:32:21.3283921Z -- Detecting CUDA compile features 2022-11-23T01:32:21.3287602Z -- Detecting CUDA compile features - done 2022-11-23T01:32:21.3318263Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:32:21.3318596Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:32:21.3318888Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:32:21.4322681Z -- Caffe2: Header version is: 11.6 2022-11-23T01:32:21.4340638Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:32:21.4341932Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:32:21.5747810Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:32:21.5756924Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:32:21.5757603Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:32:21.5758025Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:32:21.5758463Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:32:21.5758963Z Call Stack (most recent call first): 2022-11-23T01:32:21.5759675Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:32:21.5760500Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:32:21.5761057Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:32:21.5761333Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:21.5761473Z 2022-11-23T01:32:21.5761556Z  2022-11-23T01:32:21.5762034Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:32:21.5933943Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:32:21.5934511Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:32:21.5934755Z Call Stack (most recent call first): 2022-11-23T01:32:21.5935170Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:32:21.5935460Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:21.5935589Z 2022-11-23T01:32:21.5935670Z  2022-11-23T01:32:21.5937219Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:32:21.5940619Z -- Configuring done 2022-11-23T01:32:21.6032162Z -- Generating done 2022-11-23T01:32:21.6044787Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:32:21.6086417Z + make VERBOSE=1 2022-11-23T01:32:21.6098863Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:32:21.6160475Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-11-23T01:32:21.6205586Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:32:21.6214909Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:21.6215530Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:32:21.6224133Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:21.6225233Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:32:21.6275798Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:21.6276393Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:32:21.6285462Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:21.6330609Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:32:21.6336219Z /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-11-23T01:32:22.3528087Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:32:22.3531102Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:32:22.3573465Z /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_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /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.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:32:22.7435487Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:22.7506645Z [ 50%] Built target custom_ops 2022-11-23T01:32:22.7511148Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:32:22.7522096Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:22.7523958Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:32:22.7578505Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:22.7579104Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:32:22.7588789Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:22.7636242Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:32:22.7642621Z /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-11-23T01:32:23.4456484Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:32:23.4459623Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:32:23.4503727Z /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_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /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.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-11-23T01:32:23.9348511Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-11-23T01:32:23.9348915Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-11-23T01:32:23.9364654Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:23.9435574Z [100%] Built target test_custom_ops 2022-11-23T01:32:23.9440137Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:32:23.9441892Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:32:23.9488598Z + popd 2022-11-23T01:32:23.9488911Z ~/workspace 2022-11-23T01:32:23.9489217Z + assert_git_not_dirty 2022-11-23T01:32:23.9489842Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *rocm* ]] 2022-11-23T01:32:23.9490203Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *xla* ]] 2022-11-23T01:32:23.9493173Z ++ git status --porcelain 2022-11-23T01:32:24.0290599Z + git_status= 2022-11-23T01:32:24.0290913Z + [[ -n '' ]] 2022-11-23T01:32:24.0291203Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:32:24.0291470Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:32:24.0291726Z + python --version 2022-11-23T01:32:24.0302350Z Python 3.10.4 2022-11-23T01:32:24.0306922Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:32:24.2194769Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-11-23T01:32:24.2195117Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:32:24.2204646Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:32:24.2204997Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:32:24.2207691Z ++ which python 2022-11-23T01:32:24.2215727Z + 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-11-23T01:32:24.2710992Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:32:24.3291889Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:32:24.3403406Z -- Detecting C compiler ABI info 2022-11-23T01:32:24.4255869Z -- Detecting C compiler ABI info - done 2022-11-23T01:32:24.4329579Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:32:24.4332129Z -- Detecting C compile features 2022-11-23T01:32:24.4336186Z -- Detecting C compile features - done 2022-11-23T01:32:24.4364644Z -- Detecting CXX compiler ABI info 2022-11-23T01:32:24.5199672Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:32:24.5274999Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:32:24.5277853Z -- Detecting CXX compile features 2022-11-23T01:32:24.5283045Z -- Detecting CXX compile features - done 2022-11-23T01:32:24.5315518Z -- Looking for pthread.h 2022-11-23T01:32:24.6071821Z -- Looking for pthread.h - found 2022-11-23T01:32:24.6073191Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:32:24.7368446Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:32:24.7369070Z -- Looking for pthread_create in pthreads 2022-11-23T01:32:24.7999147Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:32:24.7999484Z -- Looking for pthread_create in pthread 2022-11-23T01:32:24.8730580Z -- Looking for pthread_create in pthread - found 2022-11-23T01:32:24.8737903Z -- Found Threads: TRUE 2022-11-23T01:32:24.8848397Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:32:25.3666815Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:32:25.3721443Z -- Detecting CUDA compiler ABI info 2022-11-23T01:32:25.5861566Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:32:25.6095461Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:32:25.6099022Z -- Detecting CUDA compile features 2022-11-23T01:32:25.6102897Z -- Detecting CUDA compile features - done 2022-11-23T01:32:25.6214721Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:32:25.6215234Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:32:25.6215567Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:32:25.7164376Z -- Caffe2: Header version is: 11.6 2022-11-23T01:32:25.7181189Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:32:25.7183067Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:32:25.8576178Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:32:25.8585459Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:32:25.8586116Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:32:25.8586467Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:32:25.8586810Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:32:25.8587045Z Call Stack (most recent call first): 2022-11-23T01:32:25.8587510Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:32:25.8587979Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:32:25.8588483Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:32:25.8588757Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:25.8588886Z 2022-11-23T01:32:25.8588998Z  2022-11-23T01:32:25.8589308Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:32:25.8703127Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:32:25.8703506Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:32:25.8703760Z Call Stack (most recent call first): 2022-11-23T01:32:25.8704166Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:32:25.8704455Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:25.8704582Z 2022-11-23T01:32:25.8704662Z  2022-11-23T01:32:25.8707352Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:32:25.8709615Z -- Configuring done 2022-11-23T01:32:25.8767309Z -- Generating done 2022-11-23T01:32:25.8781481Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:32:25.8823876Z + make VERBOSE=1 2022-11-23T01:32:25.8835828Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:32:25.8895539Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-11-23T01:32:25.8941063Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:32:25.8950470Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:25.8951166Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:32:25.8961214Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:25.8962508Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T01:32:25.9012761Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:25.9014169Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:32:25.9024045Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:25.9069109Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:32:25.9073469Z /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-11-23T01:32:26.5759588Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:32:26.5763249Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:32:26.5809004Z /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_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /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.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:32:27.0214561Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:27.0283437Z [100%] Built target test_jit_hooks 2022-11-23T01:32:27.0287976Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:32:27.0289058Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:32:27.0335679Z + popd 2022-11-23T01:32:27.0335942Z ~/workspace 2022-11-23T01:32:27.0336228Z + assert_git_not_dirty 2022-11-23T01:32:27.0336669Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *rocm* ]] 2022-11-23T01:32:27.0337019Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *xla* ]] 2022-11-23T01:32:27.0339445Z ++ git status --porcelain 2022-11-23T01:32:27.1150067Z + git_status= 2022-11-23T01:32:27.1150447Z + [[ -n '' ]] 2022-11-23T01:32:27.1150818Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:32:27.1151134Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:32:27.1151460Z + python --version 2022-11-23T01:32:27.1161878Z Python 3.10.4 2022-11-23T01:32:27.1164600Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:32:27.1173354Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:32:27.1173729Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:32:27.1176831Z ++ which python 2022-11-23T01:32:27.1184181Z + 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-11-23T01:32:27.1680506Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:32:27.2258673Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:32:27.2369698Z -- Detecting C compiler ABI info 2022-11-23T01:32:27.3108453Z -- Detecting C compiler ABI info - done 2022-11-23T01:32:27.3183052Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:32:27.3185290Z -- Detecting C compile features 2022-11-23T01:32:27.3189071Z -- Detecting C compile features - done 2022-11-23T01:32:27.3217703Z -- Detecting CXX compiler ABI info 2022-11-23T01:32:27.4130286Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:32:27.4206348Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:32:27.4209115Z -- Detecting CXX compile features 2022-11-23T01:32:27.4213672Z -- Detecting CXX compile features - done 2022-11-23T01:32:27.4246634Z -- Looking for pthread.h 2022-11-23T01:32:27.5029845Z -- Looking for pthread.h - found 2022-11-23T01:32:27.5030918Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:32:27.5812137Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:32:27.5812867Z -- Looking for pthread_create in pthreads 2022-11-23T01:32:27.6606627Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:32:27.6606950Z -- Looking for pthread_create in pthread 2022-11-23T01:32:27.7352150Z -- Looking for pthread_create in pthread - found 2022-11-23T01:32:27.7360661Z -- Found Threads: TRUE 2022-11-23T01:32:27.7470171Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-11-23T01:32:28.2404733Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-11-23T01:32:28.2461466Z -- Detecting CUDA compiler ABI info 2022-11-23T01:32:28.4752988Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:32:28.4989820Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:32:28.4992985Z -- Detecting CUDA compile features 2022-11-23T01:32:28.4997753Z -- Detecting CUDA compile features - done 2022-11-23T01:32:28.5023832Z -- Caffe2: CUDA detected: 11.6 2022-11-23T01:32:28.5024180Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:32:28.5024567Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:32:28.6071243Z -- Caffe2: Header version is: 11.6 2022-11-23T01:32:28.6087961Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:32:28.6089675Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:32:28.7477857Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-11-23T01:32:28.7487052Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:32:28.7487774Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:32:28.7488193Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:32:28.7488568Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:32:28.7488793Z Call Stack (most recent call first): 2022-11-23T01:32:28.7489291Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:32:28.7489758Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:32:28.7490188Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:32:28.7490474Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:28.7490601Z 2022-11-23T01:32:28.7490686Z  2022-11-23T01:32:28.7490969Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:32:28.7605268Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:32:28.7605693Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:32:28.7605940Z Call Stack (most recent call first): 2022-11-23T01:32:28.7606327Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:32:28.7606627Z CMakeLists.txt:9 (find_package) 2022-11-23T01:32:28.7606754Z 2022-11-23T01:32:28.7606832Z  2022-11-23T01:32:28.7609614Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:32:28.7612530Z -- Configuring done 2022-11-23T01:32:28.7703645Z -- Generating done 2022-11-23T01:32:28.7717341Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:32:28.7760565Z + make VERBOSE=1 2022-11-23T01:32:28.7772393Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:32:28.7832509Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-11-23T01:32:28.7878321Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:32:28.7887971Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:28.7888426Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:32:28.7898266Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:28.7899637Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:32:28.7949592Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:28.7950411Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:32:28.7960649Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:28.8005798Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:32:28.8010900Z /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-11-23T01:32:29.0486699Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:32:29.0490274Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:32:29.0534924Z /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_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /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.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:32:29.4611278Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:29.4684814Z [ 50%] Built target custom_backend 2022-11-23T01:32:29.4689143Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:32:29.4700475Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:29.4701648Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:32:29.4753402Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:29.4754452Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:32:29.4764360Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:29.4810449Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:32:29.4815925Z /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-11-23T01:32:30.1499001Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:32:30.1502388Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:32:30.1548177Z /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_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /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.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-11-23T01:32:30.6306522Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-11-23T01:32:30.6306936Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-11-23T01:32:30.6323114Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:30.6388598Z [100%] Built target test_custom_backend 2022-11-23T01:32:30.6393526Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:32:30.6394897Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:32:30.6441447Z + popd 2022-11-23T01:32:30.6442408Z ~/workspace 2022-11-23T01:32:30.6442608Z + assert_git_not_dirty 2022-11-23T01:32:30.6442981Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *rocm* ]] 2022-11-23T01:32:30.6443333Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *xla* ]] 2022-11-23T01:32:30.6445618Z ++ git status --porcelain 2022-11-23T01:32:30.7256102Z + git_status= 2022-11-23T01:32:30.7256483Z + [[ -n '' ]] 2022-11-23T01:32:30.7257035Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *libtorch* ]] 2022-11-23T01:32:30.7257561Z + [[ linux-bionic-cuda11.6-py3.7-gcc7-debug != *bazel* ]] 2022-11-23T01:32:30.7257830Z + python tools/stats/export_test_times.py 2022-11-23T01:32:30.7736971Z Ignoring disabled issues: [] 2022-11-23T01:32:30.7737977Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:32:30.7738779Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T01:32:30.8286302Z + print_sccache_stats 2022-11-23T01:32:30.8286854Z + echo 'PyTorch Build Statistics' 2022-11-23T01:32:30.8287213Z PyTorch Build Statistics 2022-11-23T01:32:30.8287456Z + sccache --show-stats 2022-11-23T01:32:30.8310004Z Compile requests 10153 2022-11-23T01:32:30.8310377Z Compile requests executed 7281 2022-11-23T01:32:30.8310795Z Cache hits 7068 2022-11-23T01:32:30.8311144Z Cache hits (C/C++) 6801 2022-11-23T01:32:30.8311492Z Cache hits (CUDA) 267 2022-11-23T01:32:30.8311833Z Cache misses 190 2022-11-23T01:32:30.8312089Z Cache misses (C/C++) 190 2022-11-23T01:32:30.8312285Z Cache timeouts 0 2022-11-23T01:32:30.8312644Z Cache read errors 0 2022-11-23T01:32:30.8312908Z Forced recaches 0 2022-11-23T01:32:30.8313159Z Cache write errors 0 2022-11-23T01:32:30.8313438Z Compilation failures 9 2022-11-23T01:32:30.8313727Z Cache errors 14 2022-11-23T01:32:30.8313921Z Cache errors (C/C++) 14 2022-11-23T01:32:30.8314384Z Non-cacheable compilations 0 2022-11-23T01:32:30.8314858Z Non-cacheable calls 2539 2022-11-23T01:32:30.8315147Z Non-compilation calls 333 2022-11-23T01:32:30.8315361Z Unsupported compiler calls 0 2022-11-23T01:32:30.8315562Z Average cache write 0.049 s 2022-11-23T01:32:30.8315824Z Average cache read miss 0.387 s 2022-11-23T01:32:30.8316091Z Average cache read hit 0.029 s 2022-11-23T01:32:30.8316348Z Failed distributed compilations 0 2022-11-23T01:32:30.8316533Z 2022-11-23T01:32:30.8316684Z Non-cacheable reasons: 2022-11-23T01:32:30.8317037Z -E 2480 2022-11-23T01:32:30.8317393Z -M 41 2022-11-23T01:32:30.8317737Z multiple input files 16 2022-11-23T01:32:30.8318115Z unknown source language 1 2022-11-23T01:32:30.8318356Z @ 1 2022-11-23T01:32:30.8318464Z 2022-11-23T01:32:30.8318890Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:32:30.8319313Z + [[ -n 9655214602 ]] 2022-11-23T01:32:30.8319561Z + sccache --show-stats --stats-format json 2022-11-23T01:32:30.8319750Z + jq .stats 2022-11-23T01:32:30.8436409Z + sccache_epilogue 2022-11-23T01:32:30.8437020Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:32:30.8437770Z ##[group]Sccache Compilation Log 2022-11-23T01:32:30.8438082Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:32:30.8438344Z =================== sccache compilation log =================== 2022-11-23T01:32:30.8438651Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:32:30.8607435Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:32:30.8607898Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:32:30.8608206Z + sccache --show-stats 2022-11-23T01:32:30.8628150Z Compile requests 10153 2022-11-23T01:32:30.8628463Z Compile requests executed 7281 2022-11-23T01:32:30.8628672Z Cache hits 7068 2022-11-23T01:32:30.8628921Z Cache hits (C/C++) 6801 2022-11-23T01:32:30.8629157Z Cache hits (CUDA) 267 2022-11-23T01:32:30.8629357Z Cache misses 190 2022-11-23T01:32:30.8629555Z Cache misses (C/C++) 190 2022-11-23T01:32:30.8629747Z Cache timeouts 0 2022-11-23T01:32:30.8629995Z Cache read errors 0 2022-11-23T01:32:30.8630199Z Forced recaches 0 2022-11-23T01:32:30.8630382Z Cache write errors 0 2022-11-23T01:32:30.8630662Z Compilation failures 9 2022-11-23T01:32:30.8630931Z Cache errors 14 2022-11-23T01:32:30.8631138Z Cache errors (C/C++) 14 2022-11-23T01:32:30.8631508Z Non-cacheable compilations 0 2022-11-23T01:32:30.8631778Z Non-cacheable calls 2539 2022-11-23T01:32:30.8632013Z Non-compilation calls 333 2022-11-23T01:32:30.8632281Z Unsupported compiler calls 0 2022-11-23T01:32:30.8632499Z Average cache write 0.049 s 2022-11-23T01:32:30.8632700Z Average cache read miss 0.387 s 2022-11-23T01:32:30.8632910Z Average cache read hit 0.029 s 2022-11-23T01:32:30.8633182Z Failed distributed compilations 0 2022-11-23T01:32:30.8633467Z 2022-11-23T01:32:30.8633583Z Non-cacheable reasons: 2022-11-23T01:32:30.8633848Z -E 2480 2022-11-23T01:32:30.8634132Z -M 41 2022-11-23T01:32:30.8634329Z multiple input files 16 2022-11-23T01:32:30.8634570Z unknown source language 1 2022-11-23T01:32:30.8634767Z @ 1 2022-11-23T01:32:30.8634874Z 2022-11-23T01:32:30.8635342Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:32:30.8635776Z + sccache --stop-server 2022-11-23T01:32:30.8650631Z Stopping sccache server... 2022-11-23T01:32:30.8653973Z Compile requests 10153 2022-11-23T01:32:30.8654354Z Compile requests executed 7281 2022-11-23T01:32:30.8654708Z Cache hits 7068 2022-11-23T01:32:30.8655031Z Cache hits (C/C++) 6801 2022-11-23T01:32:30.8655343Z Cache hits (CUDA) 267 2022-11-23T01:32:30.8655530Z Cache misses 190 2022-11-23T01:32:30.8655744Z Cache misses (C/C++) 190 2022-11-23T01:32:30.8655939Z Cache timeouts 0 2022-11-23T01:32:30.8656135Z Cache read errors 0 2022-11-23T01:32:30.8656322Z Forced recaches 0 2022-11-23T01:32:30.8656559Z Cache write errors 0 2022-11-23T01:32:30.8656873Z Compilation failures 9 2022-11-23T01:32:30.8657060Z Cache errors 14 2022-11-23T01:32:30.8657253Z Cache errors (C/C++) 14 2022-11-23T01:32:30.8657542Z Non-cacheable compilations 0 2022-11-23T01:32:30.8657790Z Non-cacheable calls 2539 2022-11-23T01:32:30.8658036Z Non-compilation calls 333 2022-11-23T01:32:30.8658247Z Unsupported compiler calls 0 2022-11-23T01:32:30.8658459Z Average cache write 0.049 s 2022-11-23T01:32:30.8658743Z Average cache read miss 0.387 s 2022-11-23T01:32:30.8658952Z Average cache read hit 0.029 s 2022-11-23T01:32:30.8659162Z Failed distributed compilations 0 2022-11-23T01:32:30.8659298Z 2022-11-23T01:32:30.8659410Z Non-cacheable reasons: 2022-11-23T01:32:30.8659643Z -E 2480 2022-11-23T01:32:30.8659850Z -M 41 2022-11-23T01:32:30.8660045Z multiple input files 16 2022-11-23T01:32:30.8660239Z @ 1 2022-11-23T01:32:30.8660432Z unknown source language 1 2022-11-23T01:32:30.8660543Z 2022-11-23T01:32:30.8661101Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:32:30.8661511Z + echo ::endgroup:: 2022-11-23T01:32:30.8661899Z ##[endgroup] 2022-11-23T01:32:30.8719700Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:32:30.8720407Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:32:30.8734255Z shell: /usr/bin/bash -e {0} 2022-11-23T01:32:30.8734461Z ##[endgroup] 2022-11-23T01:32:30.8819582Z adding: dist/ (stored 0%) 2022-11-23T01:32:37.9269942Z adding: dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl (deflated 1%) 2022-11-23T01:32:37.9270407Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:32:37.9270760Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:32:37.9271132Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:32:37.9276135Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:32:37.9276960Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:32:37.9277406Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:32:37.9278034Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:32:37.9278477Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:32:37.9279364Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:32:37.9280947Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:32:37.9281777Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:32:37.9282230Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:32:37.9284120Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:32:37.9285496Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:32:37.9287212Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:32:37.9288161Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:32:37.9289462Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:32:37.9290508Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:32:37.9291124Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:32:37.9291576Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:32:37.9344748Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:32:37.9345762Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:32:37.9346784Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:32:37.9347847Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:32:37.9348607Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:32:37.9349287Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:32:37.9349842Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:32:37.9350381Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:32:37.9350941Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:32:37.9388865Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:32:37.9431341Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:32:37.9432551Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:32:37.9433466Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:32:37.9434370Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:32:37.9435389Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:32:37.9435898Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:32:37.9436692Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:32:37.9437313Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:32:37.9536167Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:32:37.9636096Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:32:37.9637045Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:32:37.9637844Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:32:37.9638635Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:32:37.9639356Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:32:37.9640088Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:32:37.9640933Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:32:37.9641492Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:32:37.9642143Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:32:37.9642593Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 75%) 2022-11-23T01:32:37.9643068Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:32:37.9643532Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 74%) 2022-11-23T01:32:37.9644005Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:32:37.9644459Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 42%) 2022-11-23T01:32:37.9644924Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:32:37.9659881Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:32:37.9791795Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-11-23T01:32:37.9792594Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:32:37.9793472Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:32:37.9794253Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:32:37.9795142Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:32:37.9795735Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 73%) 2022-11-23T01:32:37.9796246Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:32:37.9796725Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-11-23T01:32:37.9797309Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:32:37.9797779Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 42%) 2022-11-23T01:32:37.9798259Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:32:37.9814016Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:32:37.9909873Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:32:37.9910782Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:32:37.9911618Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:32:37.9912342Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:32:37.9913119Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:32:37.9913535Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:32:37.9913961Z adding: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:32:37.9915428Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:32:37.9916307Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:32:37.9917022Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:32:38.0038861Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-11-23T01:32:38.0121162Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-11-23T01:32:38.0121894Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:32:38.0122251Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:32:38.0128182Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:32:38.0128910Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:32:38.0129454Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:32:38.0129879Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:32:38.0130428Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:32:38.0131152Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:32:38.0132941Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:32:38.0133606Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:32:38.0134048Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:32:38.0135593Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:32:38.0137096Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:32:38.0138691Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:32:38.0139379Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:32:38.0140954Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:32:38.0141893Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:32:38.0142576Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:32:38.0143010Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:32:38.0195874Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:32:38.0196436Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:32:38.0197009Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:32:38.0197567Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:32:38.0198129Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:32:38.0198665Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:32:38.0199204Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:32:38.0199747Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:32:38.0200276Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:32:38.0239985Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:32:38.0282600Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:32:38.0283959Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:32:38.0284461Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:32:38.0284945Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:32:38.0285436Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:32:38.0286023Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:32:38.0286516Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:32:38.0288057Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:32:38.0387405Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:32:38.0487131Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:32:38.0487712Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:32:38.0488198Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:32:38.0488626Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:32:38.0489058Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:32:38.0489574Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:32:38.0490024Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:32:38.0490514Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:32:38.0490991Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:32:38.0491451Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 76%) 2022-11-23T01:32:38.0491908Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:32:38.0492382Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 75%) 2022-11-23T01:32:38.0492856Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:32:38.0493319Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 42%) 2022-11-23T01:32:38.0493777Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:32:38.0510560Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:32:38.0584497Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:32:38.0585002Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:32:38.0585477Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:32:38.0585915Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:32:38.0586337Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:32:38.0587036Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:32:38.0587445Z adding: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:32:38.0589932Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:32:38.0590766Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:32:38.0591258Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:32:38.0655532Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:32:38.0655932Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:32:38.0656323Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:32:38.0662377Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:32:38.0662803Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:32:38.0663260Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:32:38.0663719Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:32:38.0664178Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:32:38.0665606Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:32:38.0667255Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:32:38.0667727Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:32:38.0668263Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:32:38.0670000Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:32:38.0671515Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:32:38.0673115Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:32:38.0673632Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:32:38.0675306Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:32:38.0676146Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:32:38.0676640Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:32:38.0677110Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:32:38.0730557Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:32:38.0731129Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:32:38.0731722Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:32:38.0732322Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:32:38.0732914Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:32:38.0733471Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:32:38.0734024Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-11-23T01:32:38.0734590Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-11-23T01:32:38.0735232Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-11-23T01:32:38.0774605Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:32:38.0818015Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:32:38.0819154Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:32:38.0819696Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-11-23T01:32:38.0820213Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:32:38.0820710Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:32:38.0821231Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:32:38.0821737Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:32:38.0823233Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:32:38.0922669Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:32:38.1022327Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:32:38.1022854Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:32:38.1023318Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:32:38.1023772Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:32:38.1024212Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:32:38.1024668Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:32:38.1025148Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:32:38.1025658Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:32:38.1026148Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:32:38.1026636Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 75%) 2022-11-23T01:32:38.1027130Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:32:38.1027621Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 76%) 2022-11-23T01:32:38.1028109Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:32:38.1028601Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 41%) 2022-11-23T01:32:38.1029091Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:32:38.1031384Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-11-23T01:32:38.1205393Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:32:38.1206073Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:32:38.1206770Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:32:38.1207309Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:32:38.1207951Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:32:38.1208458Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 73%) 2022-11-23T01:32:38.1208965Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:32:38.1209471Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 77%) 2022-11-23T01:32:38.1210041Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:32:38.1210680Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 42%) 2022-11-23T01:32:38.1211264Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:32:38.1228316Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:32:38.1303274Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:32:38.1303810Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:32:38.1304428Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:32:38.1304893Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:32:38.1305426Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:32:38.1305864Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:32:38.1306311Z adding: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:32:38.1308903Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:32:38.1309622Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:32:38.1310390Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:32:38.1482019Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-11-23T01:32:38.1545501Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:32:38.1545986Z adding: build/lib/ (stored 0%) 2022-11-23T01:32:38.1546376Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:32:38.1632853Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:32:38.1647484Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:32:38.1772397Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-11-23T01:32:38.1909562Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:32:38.1920152Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:32:38.1964894Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-11-23T01:32:38.2078887Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:32:38.2784431Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-11-23T01:32:38.2962127Z adding: build/lib/libgloo.a (deflated 71%) 2022-11-23T01:32:38.3004575Z adding: build/lib/libfmt.a (deflated 72%) 2022-11-23T01:32:38.3006361Z adding: build/lib/libcaffe2_nvrtc.so (deflated 74%) 2022-11-23T01:32:38.3007211Z adding: build/lib/libfoxi_loader.a (deflated 58%) 2022-11-23T01:32:38.3121781Z adding: build/lib/libc10.so (deflated 62%) 2022-11-23T01:32:38.3123134Z adding: build/lib/libtorch_global_deps.so (deflated 72%) 2022-11-23T01:32:38.3890579Z adding: build/lib/libprotoc.a (deflated 70%) 2022-11-23T01:32:38.3902776Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-11-23T01:32:38.3914138Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:32:38.3936576Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-11-23T01:32:38.3968717Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2022-11-23T01:32:38.3971799Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:32:38.4000253Z adding: build/lib/libnnpack.a (deflated 72%) 2022-11-23T01:32:38.4025128Z adding: build/lib/libgmock.a (deflated 71%) 2022-11-23T01:32:38.4025939Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-11-23T01:32:38.4026593Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-11-23T01:32:39.5604504Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:32:39.6418047Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T01:32:39.6612418Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:32:39.6690091Z adding: build/lib/libc10_cuda.so (deflated 60%) 2022-11-23T01:32:39.6690736Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-11-23T01:32:39.8473709Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-11-23T01:32:39.9877940Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:32:40.0579716Z adding: build/lib/libkineto.a (deflated 69%) 2022-11-23T01:32:40.0939978Z adding: build/lib/libtensorpipe_cuda.a (deflated 77%) 2022-11-23T01:32:40.0996637Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-11-23T01:32:40.1056053Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:32:40.1923704Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:32:40.2363191Z adding: build/lib/libgloo_cuda.a (deflated 88%) 2022-11-23T01:32:43.4820281Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-11-23T01:32:47.6781727Z adding: build/lib/libtorch_cuda.so (deflated 51%) 2022-11-23T01:32:47.6782545Z adding: build/lib/libtorch.so (deflated 75%) 2022-11-23T01:32:47.6786639Z adding: build/lib/libc10d_cuda_test.so (deflated 62%) 2022-11-23T01:32:49.9053043Z adding: build/lib/libtorch_cuda_linalg.so (deflated 34%) 2022-11-23T01:32:49.9087048Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-11-23T01:32:49.9167633Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:32:49.9213131Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:32:49.9219630Z adding: build/lib/libshm.so (deflated 63%) 2022-11-23T01:32:50.1795004Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-11-23T01:32:50.1854125Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:32:50.1854547Z adding: build/bin/ (stored 0%) 2022-11-23T01:32:50.1931228Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-11-23T01:32:50.2012309Z adding: build/bin/c10_DeviceGuard_test (deflated 60%) 2022-11-23T01:32:50.2103925Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T01:32:50.2182800Z adding: build/bin/c10_Device_test (deflated 59%) 2022-11-23T01:32:50.2257953Z adding: build/bin/c10_StreamGuard_test (deflated 59%) 2022-11-23T01:32:50.2334882Z adding: build/bin/c10_SymInt_test (deflated 59%) 2022-11-23T01:32:50.2421761Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:32:50.2508180Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:32:50.2596406Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-11-23T01:32:50.2671271Z adding: build/bin/c10_Array_test (deflated 59%) 2022-11-23T01:32:50.2753653Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T01:32:50.2832979Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-11-23T01:32:50.2907858Z adding: build/bin/c10_ConstexprCrc_test (deflated 59%) 2022-11-23T01:32:50.2984538Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-11-23T01:32:50.3062617Z adding: build/bin/c10_Half_test (deflated 59%) 2022-11-23T01:32:50.3149848Z adding: build/bin/c10_LeftRight_test (deflated 61%) 2022-11-23T01:32:50.3244212Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-11-23T01:32:50.3444838Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:32:50.3523221Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-11-23T01:32:50.3611549Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:32:50.3693051Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:32:50.3771744Z adding: build/bin/c10_TypeList_test (deflated 60%) 2022-11-23T01:32:50.3846467Z adding: build/bin/c10_TypeTraits_test (deflated 59%) 2022-11-23T01:32:50.3927078Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:32:50.4014041Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-11-23T01:32:50.4098033Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:32:50.4184768Z adding: build/bin/c10_complex_test (deflated 60%) 2022-11-23T01:32:50.4341969Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:32:50.4423806Z adding: build/bin/c10_exception_test (deflated 60%) 2022-11-23T01:32:50.4501740Z adding: build/bin/c10_flags_test (deflated 60%) 2022-11-23T01:32:50.4580517Z adding: build/bin/c10_irange_test (deflated 60%) 2022-11-23T01:32:50.4819820Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:32:50.4909625Z adding: build/bin/c10_logging_test (deflated 60%) 2022-11-23T01:32:50.5023934Z adding: build/bin/c10_optional_test (deflated 63%) 2022-11-23T01:32:50.5119095Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 62%) 2022-11-23T01:32:50.5204464Z adding: build/bin/c10_registry_test (deflated 60%) 2022-11-23T01:32:50.5295867Z adding: build/bin/c10_string_view_test (deflated 61%) 2022-11-23T01:32:50.5376644Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:32:50.5466536Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:32:50.5554364Z adding: build/bin/c10_typeid_test (deflated 60%) 2022-11-23T01:32:50.6335499Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-11-23T01:32:50.7113850Z adding: build/bin/protoc (deflated 60%) 2022-11-23T01:32:50.7189499Z adding: build/bin/c10_cuda_CUDATest (deflated 60%) 2022-11-23T01:32:50.7603625Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 74%) 2022-11-23T01:32:50.8084252Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-11-23T01:32:50.8178163Z adding: build/bin/TCPStoreTest (deflated 60%) 2022-11-23T01:32:50.8262397Z adding: build/bin/HashStoreTest (deflated 60%) 2022-11-23T01:32:50.8346074Z adding: build/bin/FileStoreTest (deflated 60%) 2022-11-23T01:32:50.8368536Z adding: build/bin/ProcessGroupMPITest (deflated 62%) 2022-11-23T01:32:50.8372872Z adding: build/bin/example_allreduce (deflated 63%) 2022-11-23T01:32:50.8454878Z adding: build/bin/Dimname_test (deflated 60%) 2022-11-23T01:32:50.8565837Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:32:50.8662457Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-11-23T01:32:50.8751690Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-11-23T01:32:50.8843467Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T01:32:50.8934847Z adding: build/bin/atest (deflated 60%) 2022-11-23T01:32:50.9018821Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:32:50.9115458Z adding: build/bin/basic (deflated 59%) 2022-11-23T01:32:50.9205965Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T01:32:50.9288169Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:32:50.9422384Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:32:50.9500407Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:32:50.9591077Z adding: build/bin/extension_backend_test (deflated 60%) 2022-11-23T01:32:50.9668763Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-11-23T01:32:50.9755896Z adding: build/bin/half_test (deflated 60%) 2022-11-23T01:32:50.9904673Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:32:50.9981557Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-11-23T01:32:51.0065509Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:32:51.0149177Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-11-23T01:32:51.0233124Z adding: build/bin/memory_format_test (deflated 60%) 2022-11-23T01:32:51.0312651Z adding: build/bin/operator_name_test (deflated 60%) 2022-11-23T01:32:51.0390969Z adding: build/bin/operators_test (deflated 60%) 2022-11-23T01:32:51.0472921Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:32:51.0561019Z adding: build/bin/native_test (deflated 59%) 2022-11-23T01:32:51.0643519Z adding: build/bin/packedtensoraccessor_test (deflated 59%) 2022-11-23T01:32:51.0746051Z adding: build/bin/pow_test (deflated 61%) 2022-11-23T01:32:51.0836833Z adding: build/bin/quantized_test (deflated 60%) 2022-11-23T01:32:51.0916336Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-11-23T01:32:51.0993559Z adding: build/bin/reduce_ops_test (deflated 59%) 2022-11-23T01:32:51.1082556Z adding: build/bin/scalar_tensor_test (deflated 59%) 2022-11-23T01:32:51.1173468Z adding: build/bin/scalar_test (deflated 59%) 2022-11-23T01:32:51.1254912Z adding: build/bin/stride_properties_test (deflated 60%) 2022-11-23T01:32:51.1370746Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:32:51.1457406Z adding: build/bin/type_ptr_test (deflated 60%) 2022-11-23T01:32:51.1461055Z adding: build/bin/thread_init_test (deflated 64%) 2022-11-23T01:32:51.1548709Z adding: build/bin/test_parallel (deflated 60%) 2022-11-23T01:32:51.1626153Z adding: build/bin/variant_test (deflated 59%) 2022-11-23T01:32:51.1708211Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:32:51.1802159Z adding: build/bin/type_test (deflated 60%) 2022-11-23T01:32:51.1804231Z adding: build/bin/verify_api_visibility (deflated 67%) 2022-11-23T01:32:51.1911974Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:32:51.1991851Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:32:51.2071851Z adding: build/bin/wrapdim_test (deflated 59%) 2022-11-23T01:32:51.2232600Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:32:51.2308915Z adding: build/bin/xla_tensor_test (deflated 59%) 2022-11-23T01:32:51.2401548Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T01:32:51.2501255Z adding: build/bin/KernelFunction_test (deflated 63%) 2022-11-23T01:32:51.2685132Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:32:51.2830698Z adding: build/bin/kernel_function_test (deflated 65%) 2022-11-23T01:32:51.2984557Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-11-23T01:32:51.3173639Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-11-23T01:32:51.3266807Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T01:32:51.3345363Z adding: build/bin/CppSignature_test (deflated 60%) 2022-11-23T01:32:51.3492049Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:32:51.3566906Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-11-23T01:32:51.3649476Z adding: build/bin/inline_container_test (deflated 60%) 2022-11-23T01:32:51.4048416Z adding: build/bin/op_registration_test (deflated 76%) 2022-11-23T01:32:51.4136751Z adding: build/bin/backend_fallback_test (deflated 59%) 2022-11-23T01:32:51.4217875Z adding: build/bin/cuda_apply_test (deflated 60%) 2022-11-23T01:32:51.4301662Z adding: build/bin/cuda_caching_host_allocator_test (deflated 60%) 2022-11-23T01:32:51.4408467Z adding: build/bin/cuda_complex_math_test (deflated 60%) 2022-11-23T01:32:51.4501804Z adding: build/bin/cuda_atomic_ops_test (deflated 61%) 2022-11-23T01:32:51.4578341Z adding: build/bin/cuda_device_test (deflated 60%) 2022-11-23T01:32:51.4669201Z adding: build/bin/cuda_complex_test (deflated 61%) 2022-11-23T01:32:51.4762353Z adding: build/bin/cuda_cub_test (deflated 60%) 2022-11-23T01:32:51.4840321Z adding: build/bin/cuda_dlconvertor_test (deflated 60%) 2022-11-23T01:32:51.4919741Z adding: build/bin/cuda_integer_divider_test (deflated 59%) 2022-11-23T01:32:51.5042957Z adding: build/bin/cuda_distributions_test (deflated 49%) 2022-11-23T01:32:51.5133769Z adding: build/bin/cuda_generator_test (deflated 61%) 2022-11-23T01:32:51.5210540Z adding: build/bin/cuda_half_test (deflated 59%) 2022-11-23T01:32:51.5292483Z adding: build/bin/cuda_reportMemoryUsage_test (deflated 60%) 2022-11-23T01:32:51.5368389Z adding: build/bin/cuda_optional_test (deflated 59%) 2022-11-23T01:32:51.5462731Z adding: build/bin/cuda_stream_test (deflated 60%) 2022-11-23T01:32:51.5543445Z adding: build/bin/cuda_packedtensoraccessor_test (deflated 59%) 2022-11-23T01:32:51.5619493Z adding: build/bin/cuda_cudnn_test (deflated 59%) 2022-11-23T01:32:51.5701206Z adding: build/bin/cuda_vectorized_test (deflated 60%) 2022-11-23T01:32:51.5725983Z adding: build/bin/tutorial_tensorexpr (deflated 65%) 2022-11-23T01:32:51.5829097Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:32:51.5920405Z adding: build/bin/ProcessGroupGlooAsyncTest (deflated 59%) 2022-11-23T01:32:51.6012139Z adding: build/bin/ProcessGroupNCCLErrorsTest (deflated 60%) 2022-11-23T01:32:51.6108141Z adding: build/bin/ProcessGroupNCCLTest (deflated 60%) 2022-11-23T01:32:51.6191827Z adding: build/bin/ProcessGroupUCCTest (deflated 59%) 2022-11-23T01:32:51.6276435Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:32:51.6386682Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:32:51.6390412Z adding: build/bin/parallel_benchmark (deflated 63%) 2022-11-23T01:32:51.6499031Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-11-23T01:32:51.6514054Z adding: build/bin/aot_model_compiler_test (deflated 65%) 2022-11-23T01:32:51.7834509Z adding: build/bin/test_tensorexpr (deflated 65%) 2022-11-23T01:32:51.8346933Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:32:51.8354645Z adding: build/bin/torch_shm_manager (deflated 57%) 2022-11-23T01:32:52.0245853Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:32:52.1994777Z adding: build/bin/test_jit (deflated 66%) 2022-11-23T01:32:52.1995738Z adding: .pytorch-test-times.json (deflated 63%) 2022-11-23T01:32:52.2047929Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:32:52.2048138Z with: 2022-11-23T01:32:52.2048355Z name: linux-bionic-cuda11.6-py3.7-gcc7-debug 2022-11-23T01:32:52.2048584Z retention-days: 14 2022-11-23T01:32:52.2048768Z if-no-files-found: error 2022-11-23T01:32:52.2048963Z path: artifacts.zip 2022-11-23T01:32:52.2049344Z s3-bucket: gha-artifacts 2022-11-23T01:32:52.2049522Z region: us-east-1 2022-11-23T01:32:52.2049694Z ##[endgroup] 2022-11-23T01:32:52.5637308Z With the provided path, there will be 1 file uploaded 2022-11-23T01:32:52.5637817Z Uploading to s3 prefix: pytorch/pytorch/3528394938/linux-bionic-cuda11.6-py3.7-gcc7-debug 2022-11-23T01:32:52.5684110Z Starting upload of artifacts.zip 2022-11-23T01:32:56.7764300Z Finished upload of artifacts.zip 2022-11-23T01:32:56.7963065Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:32:56.7963272Z with: 2022-11-23T01:32:56.7963473Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:32:56.7963690Z retention-days: 365 2022-11-23T01:32:56.7963871Z if-no-files-found: warn 2022-11-23T01:32:56.7964070Z path: sccache-stats-*.json 2022-11-23T01:32:56.7964256Z name: artifact 2022-11-23T01:32:56.7964423Z s3-bucket: gha-artifacts 2022-11-23T01:32:56.7964613Z region: us-east-1 2022-11-23T01:32:56.7964788Z ##[endgroup] 2022-11-23T01:32:57.1281391Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:32:57.1282078Z With the provided path, there will be 1 file uploaded 2022-11-23T01:32:57.1282451Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:32:57.1288832Z Starting upload of sccache-stats-linux-bionic-cuda11.6-py3.7-gcc7-debug-9655214602.json 2022-11-23T01:32:57.2298951Z Finished upload of sccache-stats-linux-bionic-cuda11.6-py3.7-gcc7-debug-9655214602.json 2022-11-23T01:32:57.2471267Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:32:57.2471506Z with: 2022-11-23T01:32:57.2471668Z ##[endgroup] 2022-11-23T01:32:57.2484503Z ##[group]Run set -eou pipefail 2022-11-23T01:32:57.2484733Z set -eou pipefail 2022-11-23T01:32:57.2484917Z  2022-11-23T01:32:57.2485156Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:32:57.2485393Z for _ in $(seq 1440); do 2022-11-23T01:32:57.2485609Z  # Break if no ssh session exists anymore 2022-11-23T01:32:57.2485826Z  if [ "$(who)" = "" ]; then 2022-11-23T01:32:57.2485993Z  break 2022-11-23T01:32:57.2486157Z  fi 2022-11-23T01:32:57.2486385Z  echo "." 2022-11-23T01:32:57.2486557Z  sleep 5 2022-11-23T01:32:57.2486710Z done 2022-11-23T01:32:57.2498212Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:32:57.2498470Z ##[endgroup] 2022-11-23T01:32:57.2522626Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:32:57.2597642Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:32:57.2597963Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:32:57.2598213Z # shellcheck disable=SC2046 2022-11-23T01:32:57.2598445Z docker stop $(docker ps -q) || true 2022-11-23T01:32:57.2598657Z # Prune all of the docker images 2022-11-23T01:32:57.2598870Z docker system prune -af 2022-11-23T01:32:57.2610064Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:32:57.2610291Z ##[endgroup] 2022-11-23T01:33:01.5774621Z a2c54d266623 2022-11-23T01:33:02.0201841Z Deleted Containers: 2022-11-23T01:33:02.0202160Z a2c54d266623d1481e517bcc8dcc1e1aa93350bd84cf72757231234fad2003f1 2022-11-23T01:33:02.0202395Z 2022-11-23T01:33:08.9269925Z Deleted Images: 2022-11-23T01:33:08.9271053Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:33:08.9271794Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:3a5626edfb2c43fb24303351be75287af92426b6bb7c6df2defc98f980346c6a 2022-11-23T01:33:08.9272305Z deleted: sha256:e2c63e8434298b5b8922fe396fb22d541e83da3321f8559334df676354c6a90a 2022-11-23T01:33:08.9272622Z deleted: sha256:e97e2654456ae35786d9ff4a73ece4d85ce36ae9bd4e402e5f8c4c41a4b8cb5d 2022-11-23T01:33:08.9272960Z deleted: sha256:0191afefc9967131b7cd6196bee5a1d3a4eba8c24d3e11ff67013ecd0d244f4d 2022-11-23T01:33:08.9273280Z deleted: sha256:cd6998962c740e934e511d315fd0139a2737289173123cd7675b630fe71d0a6f 2022-11-23T01:33:08.9273605Z deleted: sha256:684c9dbbc4faf4388438a99012caaa6e9e9c3ac93f3842ff7b2f4c81c6c66866 2022-11-23T01:33:08.9273930Z deleted: sha256:be75865fc66b386df8a53dd220b7f4fa8464d0c86f06b6fa84e7d5b8fa2b5333 2022-11-23T01:33:08.9274257Z deleted: sha256:9e5281171ccc5aa329fd085f38d4831c13f47e27ea26a9243daf336fc701114a 2022-11-23T01:33:08.9274575Z deleted: sha256:0ba6072392ef0b01b99d45293e62f415e397460b4bf5a00257afb7aa9cfccb14 2022-11-23T01:33:08.9274876Z deleted: sha256:5f0fab79723550908a4149737ce5268ceacba20bc9c1aea35acdb6ff93ba4aa7 2022-11-23T01:33:08.9275176Z deleted: sha256:0c8088138816657b983280a5e4385f5c159c90b6be095bc4972290be20d46c16 2022-11-23T01:33:08.9275488Z deleted: sha256:a9cdd96267ff8adf28efa06db7d37977216a7580ca475239528fff85024f9bcb 2022-11-23T01:33:08.9275820Z deleted: sha256:9abd11e0b20ee19055f20e11ac5a4cc029eee3433686ce8ab9ffb6636269391a 2022-11-23T01:33:08.9276132Z deleted: sha256:cb16cc59b9c802a04fe3283c4a00840d0a3c24128b3620964a7aa927a757d672 2022-11-23T01:33:08.9276453Z deleted: sha256:ed27e40372acea88785f25bcd63f03a56960f00e444e3d5b22e52915e885242b 2022-11-23T01:33:08.9276791Z deleted: sha256:395dfa2cf9efd2fde511c14dbaf706e2efb3ab003af0cd725614b86f10643247 2022-11-23T01:33:08.9277244Z deleted: sha256:ca415181cb076083a9af8e85b901ee24154183e2d4c3960e21aab48260376214 2022-11-23T01:33:08.9277553Z deleted: sha256:b13fc2861b47406c24208813cb5398b911d9bae952f11ed9a411f42e221f8dfc 2022-11-23T01:33:08.9277879Z deleted: sha256:9cbf0b121bab50c1cad2d31b40f6c7c52003ba77877a2ef6d9bc87a2c0b073d2 2022-11-23T01:33:08.9278226Z deleted: sha256:60e157b04ecdbe2bce04795e0fade9ec9aae999065bd410785dcbaedd9778a19 2022-11-23T01:33:08.9278532Z deleted: sha256:5eb96691864f520823a417cd2f3278b4c2ac579490941d6c623865e478828c8b 2022-11-23T01:33:08.9278830Z deleted: sha256:e93d6940ac64ac73f178cc63066fb2c3ab041023d66146b32019cb7860511be5 2022-11-23T01:33:08.9279141Z deleted: sha256:e302e1f04c7e3031f83227f08d6987b02f39a75ac0e741754afad2dc1e265f8a 2022-11-23T01:33:08.9279500Z deleted: sha256:d82cdf793dbcd047c1843326443a1249721e7308a7c6fb3e23fe7331652e7047 2022-11-23T01:33:08.9279817Z deleted: sha256:3edb430c2f9009d4993daf017be01fe272bd3452db11c16e51f7755ac845d410 2022-11-23T01:33:08.9280141Z deleted: sha256:16e8f362c1784e16c1db6b1d0aa4449097e6d646f4c8682a122dea7c4da38aaf 2022-11-23T01:33:08.9280458Z deleted: sha256:7f58576cf19df9f3be9082f2c0ec2fc7010409b97ecb99bae66a10805d752f48 2022-11-23T01:33:08.9280762Z deleted: sha256:88688611a15825ecae20cd8c4032711d2351d2f954a9ebcd4c671b2bdb017df8 2022-11-23T01:33:08.9281082Z deleted: sha256:a46e0b74ccdcd4e2eb07727be3bc1a2c4236b1f88c65e64a50234e8a35932a80 2022-11-23T01:33:08.9281412Z deleted: sha256:b633962159aa14dfe94a149d00f90eecaba6dab960d4011bdf3667a5ee9586db 2022-11-23T01:33:08.9281889Z deleted: sha256:a05c7409499ce8c5d7ffc085772c3910c812ec835dc9145bbbb07b8b3c075235 2022-11-23T01:33:08.9282214Z deleted: sha256:0d63a7de5066f69cd9fd1af8fc47405e880de8f88f5cb16278a1f1ac94d0cd41 2022-11-23T01:33:08.9282526Z deleted: sha256:7d74b4ce1a60334100fccc0917345873714e640160622691b579d64c0ae4640f 2022-11-23T01:33:08.9282844Z deleted: sha256:33aae29ffc4791507bef289cfb1f178909f3fc97a40c618723eeec1f8f5bd80c 2022-11-23T01:33:08.9283170Z deleted: sha256:6ea72b84f0436ed1d288baf124dd38e43bbb89e746ccfd3a4ec420ddced8bbc2 2022-11-23T01:33:08.9283507Z deleted: sha256:04e33e1cfdd5a1b2409b80f5881e6cf7b1810fe975aad4ce7c97b0ff6c0e7b4e 2022-11-23T01:33:08.9283851Z deleted: sha256:df1ef30e86bf04681ecd0728263efe1e98b2eea0a228cef29bd0febfc8bdac2f 2022-11-23T01:33:08.9284166Z deleted: sha256:36a44974e500014175f5e49f50c8afa1ac9c5e8092a8ea99c3c97b7ce9c517d8 2022-11-23T01:33:08.9284483Z deleted: sha256:a31f0224d50d031823b07dbb97f256f6960c87ea3c52ebeceef98febab200451 2022-11-23T01:33:08.9284810Z deleted: sha256:c4beec84548d277aff0487a9a5a8c2b3d577421e3275f36106b778c6edbb9d53 2022-11-23T01:33:08.9285127Z deleted: sha256:bcc7df3b45729f5d1802045954e76e3407d9e07ba6f516de0895d775d00ad7f8 2022-11-23T01:33:08.9285437Z deleted: sha256:84de992a179a16ba619507ec45b04b4c0da3d3fa31cedc8f6beb5aaadd7a232a 2022-11-23T01:33:08.9285765Z deleted: sha256:5011206a0b2edc2a6c68ba41313e7f283ee7c925ab6a731f8818d01352f68596 2022-11-23T01:33:08.9286082Z deleted: sha256:46a56b12ac94daa35c90ac97d26adfde704693e34613d69fb97687aa53ae33f5 2022-11-23T01:33:08.9286403Z deleted: sha256:ed2b7a9e28b3474bc9b7e68f8158ecda88b3fa3d3ab1587898fa976922af0deb 2022-11-23T01:33:08.9286727Z deleted: sha256:4a6976746db7764bb48f2a06af1fb5f88e3646edc1c9bc0d18686d5a6350cac0 2022-11-23T01:33:08.9287103Z deleted: sha256:5e175425e3e9ec93e8c6c1b7560b49ef5e95af68ec55757902072a8dca020323 2022-11-23T01:33:08.9287408Z deleted: sha256:fb740502513c6cf883c844f03760de367c4c70d09a69b9476bcf737b4578563a 2022-11-23T01:33:08.9287748Z deleted: sha256:2c105119fc030d11b3d570ec9a83948a1fb17f138df2a3245f9566b89de51495 2022-11-23T01:33:08.9288384Z deleted: sha256:8caad6b6cba0d0ced7e21fe4b2027b8647d66b7f78c34367dd8571a0520ba2c0 2022-11-23T01:33:08.9288869Z deleted: sha256:1051db32aefad193995ca536ed99e29eed4fd0340ddda721ec11e9c4eb9e93af 2022-11-23T01:33:08.9289452Z deleted: sha256:c6b2a4553f41b3b4a3dc6a26be0020c98980bb4e7186d194901769dce6716c27 2022-11-23T01:33:08.9289790Z deleted: sha256:8faec3528fe75bb31f14d0caf8707a2fe4b70f60d7e631c2b3dbb36cd6d83dd9 2022-11-23T01:33:08.9290209Z deleted: sha256:7574bc80094251ac667e6bed9dd5a808ecf6f61f23c8d4c56a69c644d06f4e32 2022-11-23T01:33:08.9290519Z deleted: sha256:69f57fbceb1b420d7e4697e0f6514887b0805ee0059bea7d51e0a832962e74bf 2022-11-23T01:33:08.9290698Z 2022-11-23T01:33:08.9290803Z Total reclaimed space: 18.96GB 2022-11-23T01:33:08.9365184Z Post job cleanup. 2022-11-23T01:33:08.9406728Z Post job cleanup. 2022-11-23T01:33:09.0422019Z [command]/usr/bin/git version 2022-11-23T01:33:09.0727241Z git version 2.37.1 2022-11-23T01:33:09.0765934Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9ca14fae-ada6-4daa-8f10-b8c3adb2bb64' before making global git config changes 2022-11-23T01:33:09.0766373Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:33:09.0770666Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:33:09.0818897Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:33:09.0849684Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:33:09.1302847Z Entering 'android/libs/fbjni' 2022-11-23T01:33:09.1351826Z Entering 'third_party/FP16' 2022-11-23T01:33:09.1396037Z Entering 'third_party/FXdiv' 2022-11-23T01:33:09.1444270Z Entering 'third_party/NNPACK' 2022-11-23T01:33:09.1490840Z Entering 'third_party/QNNPACK' 2022-11-23T01:33:09.1542567Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:33:09.1577303Z Entering 'third_party/XNNPACK' 2022-11-23T01:33:09.1679732Z Entering 'third_party/benchmark' 2022-11-23T01:33:09.1725235Z Entering 'third_party/cpuinfo' 2022-11-23T01:33:09.1779652Z Entering 'third_party/cub' 2022-11-23T01:33:09.1830127Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:33:09.1868377Z Entering 'third_party/cutlass' 2022-11-23T01:33:09.1908811Z Entering 'third_party/eigen' 2022-11-23T01:33:09.1972740Z Entering 'third_party/fbgemm' 2022-11-23T01:33:09.2033409Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:33:09.2093222Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:33:09.2151937Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:33:09.2211168Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:33:09.2256616Z Entering 'third_party/flatbuffers' 2022-11-23T01:33:09.2291901Z Entering 'third_party/fmt' 2022-11-23T01:33:09.2336266Z Entering 'third_party/foxi' 2022-11-23T01:33:09.2378651Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:33:09.2432157Z Entering 'third_party/gloo' 2022-11-23T01:33:09.2477962Z Entering 'third_party/googletest' 2022-11-23T01:33:09.2524503Z Entering 'third_party/ideep' 2022-11-23T01:33:09.2585600Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:33:09.2673990Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:33:09.2754905Z Entering 'third_party/ios-cmake' 2022-11-23T01:33:09.2801348Z Entering 'third_party/ittapi' 2022-11-23T01:33:09.2834834Z Entering 'third_party/kineto' 2022-11-23T01:33:09.2868221Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:33:09.2901654Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:33:09.2935786Z Entering 'third_party/nccl/nccl' 2022-11-23T01:33:09.2991124Z Entering 'third_party/neon2sse' 2022-11-23T01:33:09.3033671Z Entering 'third_party/nlohmann' 2022-11-23T01:33:09.3067805Z Entering 'third_party/onnx' 2022-11-23T01:33:09.3192641Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:33:09.3255282Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:33:09.3306727Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:33:09.3376862Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:33:09.3466508Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:33:09.3529256Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:33:09.3588017Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:33:09.3641369Z Entering 'third_party/pocketfft' 2022-11-23T01:33:09.3674537Z Entering 'third_party/protobuf' 2022-11-23T01:33:09.3770154Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:33:09.3850549Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:33:09.3905348Z Entering 'third_party/psimd' 2022-11-23T01:33:09.3947894Z Entering 'third_party/pthreadpool' 2022-11-23T01:33:09.3997972Z Entering 'third_party/pybind11' 2022-11-23T01:33:09.4048101Z Entering 'third_party/python-enum' 2022-11-23T01:33:09.4092019Z Entering 'third_party/python-peachpy' 2022-11-23T01:33:09.4140832Z Entering 'third_party/python-six' 2022-11-23T01:33:09.4183203Z Entering 'third_party/sleef' 2022-11-23T01:33:09.4232777Z Entering 'third_party/tbb' 2022-11-23T01:33:09.4268274Z Entering 'third_party/tensorpipe' 2022-11-23T01:33:09.4335787Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:33:09.4403514Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:33:09.4462204Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:33:09.4525550Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:33:09.4586608Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:33:09.4642465Z Entering 'third_party/zstd' 2022-11-23T01:33:09.4706430Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:33:09.4734492Z http.https://github.com/.extraheader 2022-11-23T01:33:09.4742121Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:33:09.4773268Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:33:09.5021264Z Entering 'android/libs/fbjni' 2022-11-23T01:33:09.5040924Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5067422Z Entering 'third_party/FP16' 2022-11-23T01:33:09.5088102Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5114670Z Entering 'third_party/FXdiv' 2022-11-23T01:33:09.5135099Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5160740Z Entering 'third_party/NNPACK' 2022-11-23T01:33:09.5181264Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5207360Z Entering 'third_party/QNNPACK' 2022-11-23T01:33:09.5226793Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5253534Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:33:09.5273807Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5300870Z Entering 'third_party/XNNPACK' 2022-11-23T01:33:09.5320752Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5355365Z Entering 'third_party/benchmark' 2022-11-23T01:33:09.5377065Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5402770Z Entering 'third_party/cpuinfo' 2022-11-23T01:33:09.5422556Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5449062Z Entering 'third_party/cub' 2022-11-23T01:33:09.5469429Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5495502Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:33:09.5514586Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5544745Z Entering 'third_party/cutlass' 2022-11-23T01:33:09.5565755Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5596504Z Entering 'third_party/eigen' 2022-11-23T01:33:09.5616149Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5643226Z Entering 'third_party/fbgemm' 2022-11-23T01:33:09.5663422Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5690013Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:33:09.5708676Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5735105Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:33:09.5753886Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5780316Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:33:09.5798898Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5824604Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:33:09.5844589Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5871418Z Entering 'third_party/flatbuffers' 2022-11-23T01:33:09.5891247Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5919049Z Entering 'third_party/fmt' 2022-11-23T01:33:09.5938338Z http.https://github.com/.extraheader 2022-11-23T01:33:09.5964250Z Entering 'third_party/foxi' 2022-11-23T01:33:09.5983504Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6009485Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:33:09.6029382Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6054604Z Entering 'third_party/gloo' 2022-11-23T01:33:09.6073347Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6099995Z Entering 'third_party/googletest' 2022-11-23T01:33:09.6119133Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6145683Z Entering 'third_party/ideep' 2022-11-23T01:33:09.6165038Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6190542Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:33:09.6210117Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6238354Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:33:09.6257683Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6290589Z Entering 'third_party/ios-cmake' 2022-11-23T01:33:09.6310147Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6336480Z Entering 'third_party/ittapi' 2022-11-23T01:33:09.6356848Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6382758Z Entering 'third_party/kineto' 2022-11-23T01:33:09.6404026Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6429207Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:33:09.6448375Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6474523Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:33:09.6493877Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6521402Z Entering 'third_party/nccl/nccl' 2022-11-23T01:33:09.6541430Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6567855Z Entering 'third_party/neon2sse' 2022-11-23T01:33:09.6586874Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6612821Z Entering 'third_party/nlohmann' 2022-11-23T01:33:09.6632280Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6659788Z Entering 'third_party/onnx' 2022-11-23T01:33:09.6680008Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6716175Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:33:09.6735577Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6762809Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:33:09.6781466Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6809344Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:33:09.6828596Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6854236Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:33:09.6872925Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6902788Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:33:09.6922080Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6948878Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:33:09.6967894Z http.https://github.com/.extraheader 2022-11-23T01:33:09.6994060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:33:09.7013950Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7043994Z Entering 'third_party/pocketfft' 2022-11-23T01:33:09.7063722Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7090003Z Entering 'third_party/protobuf' 2022-11-23T01:33:09.7109499Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7138911Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:33:09.7158168Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7184879Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:33:09.7204465Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7232294Z Entering 'third_party/psimd' 2022-11-23T01:33:09.7252085Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7277770Z Entering 'third_party/pthreadpool' 2022-11-23T01:33:09.7296609Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7322501Z Entering 'third_party/pybind11' 2022-11-23T01:33:09.7341619Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7368755Z Entering 'third_party/python-enum' 2022-11-23T01:33:09.7388116Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7414171Z Entering 'third_party/python-peachpy' 2022-11-23T01:33:09.7434125Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7459141Z Entering 'third_party/python-six' 2022-11-23T01:33:09.7478484Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7503202Z Entering 'third_party/sleef' 2022-11-23T01:33:09.7523763Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7548878Z Entering 'third_party/tbb' 2022-11-23T01:33:09.7568212Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7596069Z Entering 'third_party/tensorpipe' 2022-11-23T01:33:09.7616179Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7642551Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:33:09.7661404Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7687529Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:33:09.7706568Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7733786Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:33:09.7752309Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7778899Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:33:09.7798406Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7824388Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:33:09.7844252Z http.https://github.com/.extraheader 2022-11-23T01:33:09.7873922Z Entering 'third_party/zstd' 2022-11-23T01:33:09.7894163Z http.https://github.com/.extraheader 2022-11-23T01:33:09.8118168Z Evaluate and set job outputs 2022-11-23T01:33:09.8127723Z Set output 'docker-image' 2022-11-23T01:33:09.8129010Z Cleaning up orphan processes